C# Class Opponent, ANI2012A15

Inheritance: MonoBehaviour
Afficher le fichier Open project: philvoyer/ANI2012A15 Class Usage Examples

Méthodes publiques

Свойство Type Description
damage float
gameObjectEngine GameObject
gameObjectTarget GameObject
speed float
velocity Vector3

Méthodes publiques

Méthode Description
Move ( Vector3 v ) : void
Orient ( GameObject go ) : void
Start ( ) : void
Update ( ) : void

Method Details

Move() public méthode

public Move ( Vector3 v ) : void
v Vector3
Résultat void

Orient() public méthode

public Orient ( GameObject go ) : void
go GameObject
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

damage public_oe property

public float damage
Résultat float

gameObjectEngine public_oe property

public GameObject gameObjectEngine
Résultat GameObject

gameObjectTarget public_oe property

public GameObject gameObjectTarget
Résultat GameObject

speed public_oe property

public float speed
Résultat float

velocity public_oe property

public Vector3 velocity
Résultat Vector3