Class AIBodyPiece
- Namespace
- FistVR
- Assembly
- Assembly-CSharp.dll
public class AIBodyPiece : FVRDestroyableObject, IFVRDamageable
- Inheritance
-
AIBodyPiece
- Implements
- Derived
- Inherited Members
Constructors
AIBodyPiece()
public AIBodyPiece()
Fields
DamagePlates
public AIDamagePlate[] DamagePlates
Field Value
IsPlateDamaged
public bool IsPlateDamaged
Field Value
IsPlateDisabled
public bool IsPlateDisabled
Field Value
UsesPlateSystem
public bool UsesPlateSystem
Field Value
Methods
Awake()
public override void Awake()
CheckPlateDamage()
public virtual void CheckPlateDamage()
FixedUpdate()
public virtual void FixedUpdate()
ResetAllPlates()
public void ResetAllPlates()
SetPlateDamaged(bool)
public virtual bool SetPlateDamaged(bool b)
Parameters
b
bool
Returns
SetPlateDisabled(bool)
public virtual bool SetPlateDisabled(bool b)
Parameters
b
bool
Returns
Update()
public override void Update()