C# Class AimState, Project-ROB

Inheritance: StateClass
Afficher le fichier Open project: spooty89/Project-ROB Class Usage Examples

Méthodes publiques

Свойство Type Description
aimStyle GUIStyle
aimUpDown UnityEngine.AnimationClip
bullet GameObject
layerMask LayerMask
leftAnim string
maxDistance float
runSpeed float
targetHeight float
walkSpeed float

Méthodes publiques

Méthode Description
CollisionHandler ( ControllerColliderHit hit ) : void
OnGUI ( ) : void
Run ( ) : void
TriggerEnterHandler ( Collider other ) : void
TriggerExitHandler ( Collider other ) : void
surroundingCollisionHandler ( ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void

Private Methods

Méthode Description
AimHandler ( ) : void
ApplyJump ( ) : void
InputHandler ( ) : void
MovementHandler ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

CollisionHandler() public méthode

public CollisionHandler ( ControllerColliderHit hit ) : void
hit UnityEngine.ControllerColliderHit
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

TriggerEnterHandler() public méthode

public TriggerEnterHandler ( Collider other ) : void
other Collider
Résultat void

TriggerExitHandler() public méthode

public TriggerExitHandler ( Collider other ) : void
other Collider
Résultat void

surroundingCollisionHandler() public méthode

public surroundingCollisionHandler ( ) : void
Résultat void

Property Details

aimStyle public_oe property

public GUIStyle aimStyle
Résultat GUIStyle

aimUpDown public_oe property

public AnimationClip,UnityEngine aimUpDown
Résultat UnityEngine.AnimationClip

bullet public_oe property

public GameObject bullet
Résultat GameObject

layerMask public_oe property

public LayerMask layerMask
Résultat LayerMask

leftAnim public_oe property

public string leftAnim
Résultat string

maxDistance public_oe property

public float maxDistance
Résultat float

runSpeed public_oe property

public float runSpeed
Résultat float

targetHeight public_oe property

public float targetHeight
Résultat float

walkSpeed public_oe property

public float walkSpeed
Résultat float