C# Class ControllerAIHumanoid, ProjectPhoenix

Inheritance: NetworkBehaviour, IDamageable
Afficher le fichier Open project: Alx666/ProjectPhoenix Class Usage Examples

Méthodes publiques

Свойство Type Description
NextWaypointDistance float
Ragdoll GameObject
Speed float
WeaponRagdoll GameObject

Private Properties

Свойство Type Description
ApplyExtraTurnRotation void
IsInFieldOfView bool
LerpMotion void
ManuallyMoveAgent bool
ManuallySetPath void
ManuallySetPath void
ManuallyStopAgent void
Move void
OnAnimatorMove void
OnCollisionEnter void
OnPathComplete void
OnTriggerEnter void
OnTriggerExit void
RpcDie void
RpcSetCurrentEnemy void
RpcStartShooting void
RpcStopShooting void
SendMotion void
SetAnimator void
SetTransformRagdoll void
Start void
Update void

Méthodes publiques

Méthode Description
Damage ( IDamageSource hSource ) : void
EndRolling ( ) : void
OnStartServer ( ) : void
PreStartClient ( ) : void

Private Methods

Méthode Description
ApplyExtraTurnRotation ( ) : void
IsInFieldOfView ( GameObject obj ) : bool
LerpMotion ( ) : void
ManuallyMoveAgent ( ) : bool
ManuallySetPath ( Path path ) : void
ManuallySetPath ( Vector3 pos ) : void
ManuallyStopAgent ( ) : void
Move ( Vector3 move ) : void
OnAnimatorMove ( ) : void
OnCollisionEnter ( Collision coll ) : void
OnPathComplete ( Path p ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
RpcDie ( Vector3 force ) : void
RpcSetCurrentEnemy ( NetworkIdentity id ) : void
RpcStartShooting ( ) : void
RpcStopShooting ( ) : void
SendMotion ( ) : void
SetAnimator ( Vector3 move ) : void
SetTransformRagdoll ( GameObject ragdoll ) : void
Start ( ) : void
Update ( ) : void

Method Details

Damage() public méthode

public Damage ( IDamageSource hSource ) : void
hSource IDamageSource
Résultat void

EndRolling() public méthode

public EndRolling ( ) : void
Résultat void

OnStartServer() public méthode

public OnStartServer ( ) : void
Résultat void

PreStartClient() public méthode

public PreStartClient ( ) : void
Résultat void

Property Details

NextWaypointDistance public_oe property

public float NextWaypointDistance
Résultat float

Ragdoll public_oe property

public GameObject Ragdoll
Résultat GameObject

Speed public_oe property

public float Speed
Résultat float

WeaponRagdoll public_oe property

public GameObject WeaponRagdoll
Résultat GameObject