|
void | Restart () |
|
void | StartAutoShoot (float interval) |
|
void | StopAutoShoot () |
|
void | OnCloseTo () |
|
void | OnFarAway () |
|
void | Shoot () |
|
void | Shoot (Vector3 dir) |
|
virtual bool | AddTriggerSphereIfNeed () |
|
virtual void | SetLodLevel (LodLevel l) |
|
virtual void | DoDamage (Transform hitTrans, Vector3 point, Vector3 relaVec) |
|
void | DoDamage (Collision c) |
|
virtual void | InitFromDungen (TileBase t) |
|
virtual string | OutputInfo () |
|
void | MarkAtkIntention (float offset=0) |
|
bool | HasAtkIntention (float interval=0.3f) |
|
void | OnSandboxSpawn () |
|
bool | IsStaticScene () |
|
bool | HasMovableRigidbody () |
|
bool | IsScene () |
|
virtual void | SetAttachable (bool b) |
|
virtual bool | CanBeAttached () |
|
List< PhysicsUnit > | GetAttachedList () |
|
bool | IsAttached () |
|
void | ClearAllAttachs () |
|
virtual void | OnAttachBuild (PhysicsUnit pu, ConfigurableJoint joint, Rigidbody part) |
|
virtual void | OnAttachBreak (PhysicsUnit pu, ConfigurableJoint joint, Rigidbody part) |
|
PhysicsUnit | GetRootPu () |
|
virtual Transform | GetPositionTransform () |
|
Rigidbody[] | GetRBs (bool forceUpdate=false) |
|
bool | ContainRB (Rigidbody rb) |
|
void | ModifyMassCenter (Vector3 mcenter, float sec=0.2f) |
|
float | GetTotalMass () |
|
virtual void | ChangeVelocity (Vector3 vel) |
|
virtual void | AddForceOnPart (Rigidbody part, Vector3 force, ForceMode fm=ForceMode.Impulse) |
|
virtual void | AddTorqueOnPart (Rigidbody part, Vector3 torque, ForceMode fm=ForceMode.Impulse) |
|
virtual void | AddForce (Vector3 force, ForceMode fm=ForceMode.Impulse) |
|
virtual void | AddTorque (Vector3 torque, ForceMode fm=ForceMode.Impulse) |
|
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 bool | IsDead () |
|
virtual void | Dead (bool destroy=true) |
|
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 bool | OnExit (TileBase tile) |
|
virtual void | DoCull (TileBase tile) |
|
virtual void | DoRetain (TileBase tile) |
|
TileBase | CalcCurrentTile () |
|