VRC SDK
This project aims to completely document the VRChat Unity SDK
|
Public Member Functions | |
float | GetMaxHealth () |
float | GetCurrentHealth () |
void | ApplyDamage (float damage) |
void | ApplyHealing (float healing) |
object[] | GetState () |
void | SetState (object[] state) |
object[] | GetState () |
void | SetState (object[] state) |
float | GetMaxHealth () |
float | GetCurrentHealth () |
void | ApplyDamage (float damage) |
void | ApplyHealing (float healing) |
Private Member Functions | |
void | Awake () |
void | HandleCallbackTrigger (VRC_Trigger trigger, VRC_EventHandler.VrcEvent e) |
Private Attributes | |
VRC_EventHandler | eventHandler |
Definition at line 3746 of file VRCSDKBase.cs.
void VRC.SDKBase.VRC_DestructibleStandard.ApplyDamage | ( | float | damage | ) |
Implements VRC.SDKBase.IVRC_Destructible.
Definition at line 3815 of file VRCSDKBase.cs.
void VRC.SDKBase.VRC_DestructibleStandard.ApplyHealing | ( | float | healing | ) |
Implements VRC.SDKBase.IVRC_Destructible.
Definition at line 3874 of file VRCSDKBase.cs.
|
private |
Definition at line 3806 of file VRCSDKBase.cs.
float VRC.SDKBase.VRC_DestructibleStandard.GetCurrentHealth | ( | ) |
Implements VRC.SDKBase.IVRC_Destructible.
Definition at line 3801 of file VRCSDKBase.cs.
float VRC.SDKBase.VRC_DestructibleStandard.GetMaxHealth | ( | ) |
Implements VRC.SDKBase.IVRC_Destructible.
Definition at line 3796 of file VRCSDKBase.cs.
object[] VRC.SDKBase.VRC_DestructibleStandard.GetState | ( | ) |
Implements VRC.SDKBase.IVRC_Destructible.
Definition at line 3934 of file VRCSDKBase.cs.
|
private |
Definition at line 3946 of file VRCSDKBase.cs.
void VRC.SDKBase.VRC_DestructibleStandard.SetState | ( | object[] | state | ) |
Implements VRC.SDKBase.IVRC_Destructible.
Definition at line 3939 of file VRCSDKBase.cs.
float VRC.SDKBase.VRC_DestructibleStandard.currentHealth = 100f |
Definition at line 3750 of file VRCSDKBase.cs.
string VRC.SDKBase.VRC_DestructibleStandard.damageEvent |
Definition at line 3754 of file VRCSDKBase.cs.
string VRC.SDKBase.VRC_DestructibleStandard.destroyEvent |
Definition at line 3756 of file VRCSDKBase.cs.
|
private |
Definition at line 3794 of file VRCSDKBase.cs.
string VRC.SDKBase.VRC_DestructibleStandard.fullHealthEvent |
Definition at line 3760 of file VRCSDKBase.cs.
bool VRC.SDKBase.VRC_DestructibleStandard.healable |
Definition at line 3752 of file VRCSDKBase.cs.
string VRC.SDKBase.VRC_DestructibleStandard.healEvent |
Definition at line 3758 of file VRCSDKBase.cs.
float VRC.SDKBase.VRC_DestructibleStandard.maxHealth = 100f |
Definition at line 3748 of file VRCSDKBase.cs.
VRC_EventHandler.VrcEvent VRC.SDKBase.VRC_DestructibleStandard.onDamagedEvent |
Definition at line 3764 of file VRCSDKBase.cs.
VRC_Trigger VRC.SDKBase.VRC_DestructibleStandard.onDamagedTrigger |
Definition at line 3762 of file VRCSDKBase.cs.
VRC_EventHandler.VrcEvent VRC.SDKBase.VRC_DestructibleStandard.onDestructedEvent |
Definition at line 3768 of file VRCSDKBase.cs.
VRC_Trigger VRC.SDKBase.VRC_DestructibleStandard.onDestructedTrigger |
Definition at line 3766 of file VRCSDKBase.cs.
VRC_EventHandler.VrcEvent VRC.SDKBase.VRC_DestructibleStandard.onFullHealedEvent |
Definition at line 3776 of file VRCSDKBase.cs.
VRC_Trigger VRC.SDKBase.VRC_DestructibleStandard.onFullHealedTrigger |
Definition at line 3774 of file VRCSDKBase.cs.
VRC_EventHandler.VrcEvent VRC.SDKBase.VRC_DestructibleStandard.onHealedEvent |
Definition at line 3772 of file VRCSDKBase.cs.
VRC_Trigger VRC.SDKBase.VRC_DestructibleStandard.onHealedTrigger |
Definition at line 3770 of file VRCSDKBase.cs.
VRC_EventHandler.VrcEvent VRC.SDKBase.VRC_DestructibleStandard.spawnerOnDamagedEvent |
Definition at line 3780 of file VRCSDKBase.cs.
VRC_Trigger VRC.SDKBase.VRC_DestructibleStandard.spawnerOnDamagedTrigger |
Definition at line 3778 of file VRCSDKBase.cs.
VRC_EventHandler.VrcEvent VRC.SDKBase.VRC_DestructibleStandard.spawnerOnDestructedEvent |
Definition at line 3784 of file VRCSDKBase.cs.
VRC_Trigger VRC.SDKBase.VRC_DestructibleStandard.spawnerOnDestructedTrigger |
Definition at line 3782 of file VRCSDKBase.cs.
VRC_EventHandler.VrcEvent VRC.SDKBase.VRC_DestructibleStandard.spawnerOnFullHealedEvent |
Definition at line 3792 of file VRCSDKBase.cs.
VRC_Trigger VRC.SDKBase.VRC_DestructibleStandard.spawnerOnFullHealedTrigger |
Definition at line 3790 of file VRCSDKBase.cs.
VRC_EventHandler.VrcEvent VRC.SDKBase.VRC_DestructibleStandard.spawnerOnHealedEvent |
Definition at line 3788 of file VRCSDKBase.cs.
VRC_Trigger VRC.SDKBase.VRC_DestructibleStandard.spawnerOnHealedTrigger |
Definition at line 3786 of file VRCSDKBase.cs.