|
LodLevel | GetLodLv () |
|
void | SetLodLv (LodLevel lv) |
|
bool | IsVisible () |
|
bool | IsPerceivable () |
|
void | SetVisible (bool v) |
|
void | UpdateAttentionTime () |
|
float | GetAttentionTime () |
|
void | ScaleCharacter (float dyScale, bool withoutWeapon=true) |
|
override bool | OnExit (TileBase tile) |
|
override void | DoCull (TileBase tile) |
|
override Transform | GetPositionTransform () |
|
string | ToString () |
|
string | ToStringDetailed () |
|
override void | OnAttachBuild (PhysicsUnit pu, ConfigurableJoint joint, Rigidbody part) |
|
override void | OnAttachBreak (PhysicsUnit pu, ConfigurableJoint joint, Rigidbody part) |
|
override void | AddForce (Vector3 force, ForceMode fm=ForceMode.Impulse) |
|
override void | AddTorque (Vector3 torque, ForceMode fm=ForceMode.Impulse) |
|
override void | AddForceOnPart (Rigidbody part, Vector3 force, ForceMode fm=ForceMode.Impulse) |
|
override void | AddTorqueOnPart (Rigidbody part, Vector3 torque, ForceMode fm=ForceMode.Impulse) |
|
void | SkipAnimUpdate (bool s) |
|
bool | IsSkipAnimUpdate () |
|
void | SkipAnimForAWhile (float sec=0.2f) |
|
void | SetImmuneEffect (Vector3 pos, Quaternion qua) |
|
bool | IsFreeze () |
|
void | EnableFreeze (bool e) |
|
void | BeginBossIdle () |
|
void | EndBossIdle () |
|
void | BreakDeadAnim () |
|
bool | IsPlayingDeadAnim () |
|
bool | HasPlayedDeadAnim () |
|
void | OnDropPhysicsBone (DropablePhysicsBone bone) |
|
void | OnSpawnByScript () |
|
void | OnSpawn () |
|
void | OnDismemberment (BodyFragment bodyFragment=null) |
|
void | PlayDeathAnimToDead () |
|
void | OnPreDead () |
|
void | DropPillar () |
|
void | OnFCDead (bool local=false) |
|
override bool | IsDead () |
|
override void | Dead (bool destroy=true) |
|
bool | IsStaticScene () |
|
bool | HasMovableRigidbody () |
|
bool | IsScene () |
|
virtual void | SetAttachable (bool b) |
|
virtual bool | CanBeAttached () |
|
List< PhysicsUnit > | GetAttachedList () |
|
bool | IsAttached () |
|
void | ClearAllAttachs () |
|
PhysicsUnit | GetRootPu () |
|
Rigidbody[] | GetRBs (bool forceUpdate=false) |
|
bool | ContainRB (Rigidbody rb) |
|
void | ModifyMassCenter (Vector3 mcenter, float sec=0.2f) |
|
float | GetTotalMass () |
|
virtual void | ChangeVelocity (Vector3 vel) |
|
void | SetRBCols (bool col) |
|
void | SetKinematic (bool kine) |
|
void | DisableGravityAWhile (float sec=0.12f) |
|
void | ClearDisableGravity () |
|
List< Collider > | GetNotTriggerCols () |
|
Collider[] | GetCols (bool forceUpdate=false) |
|
CollisionEffect | GetCollisionEffect () |
|
CollisionEffect[] | GetCollisionEffects () |
|
string | GetNameWithoutClone () |
|
void | EnableCollisionEffectSensitive (bool s) |
|
RagdollHitInfoRef | GetRagdollHitInfoRef () |
|
RagdollHitInfoObj | GetRagdollHitInfoObj () |
|
RagdollHitInfo | GetRagdollHitInfo () |
|
StabObject | GetStabObject () |
|
GazeObj | GetGazeObj () |
|
virtual void | OnCollisionWithHitScan (Rigidbody rb, Collider col, Vector3 point, Vector3 normal, Vector3 relaVel) |
|
virtual void | OnCull (TileBase tile) |
|
virtual void | OnRetain (TileBase tile) |
|
TileBase | GetCurrentEnterTile () |
|
virtual bool | OnEnter (TileBase tile) |
|
virtual void | DoRetain (TileBase tile) |
|
TileBase | CalcCurrentTile () |
|