C# Class AbstractMover, kaijurising

Inheritance: Enemy
Afficher le fichier Open project: Moehammered/kaijurising Class Usage Examples

Méthodes publiques

Свойство Type Description
speed float

Protected Properties

Свойство Type Description
direction Vector3
rigidbody UnityEngine.Rigidbody

Méthodes publiques

Méthode Description
move ( Vector3 direction, float speed ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void

Private Methods

Méthode Description
getRigidbody ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

move() public méthode

public move ( Vector3 direction, float speed ) : void
direction Vector3
speed float
Résultat void

Property Details

direction protected_oe property

protected Vector3 direction
Résultat Vector3

rigidbody protected_oe property

protected Rigidbody,UnityEngine rigidbody
Résultat UnityEngine.Rigidbody

speed public_oe property

public float speed
Résultat float