C# Class Opponent, ANI2012A15

Inheritance: MonoBehaviour
Show file 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 property

public float damage
return float

gameObjectEngine public property

public GameObject gameObjectEngine
return GameObject

gameObjectTarget public property

public GameObject gameObjectTarget
return GameObject

speed public property

public float speed
return float

velocity public property

public Vector3 velocity
return Vector3