C# Class Opponent, ANI2012A15

Inheritance: MonoBehaviour
Datei anzeigen Open project: philvoyer/ANI2012A15 Class Usage Examples

Public Properties

Property Type Description
damage float
gameObjectEngine GameObject
gameObjectTarget GameObject
speed float
velocity Vector3

Public Methods

Method Description
Move ( Vector3 v ) : void
Orient ( GameObject go ) : void
Start ( ) : void
Update ( ) : void

Method Details

Move() public method

public Move ( Vector3 v ) : void
v Vector3
return void

Orient() public method

public Orient ( GameObject go ) : void
go GameObject
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

damage public_oe property

public float damage
return float

gameObjectEngine public_oe property

public GameObject gameObjectEngine
return GameObject

gameObjectTarget public_oe property

public GameObject gameObjectTarget
return GameObject

speed public_oe property

public float speed
return float

velocity public_oe property

public Vector3 velocity
return Vector3