C# Class DemoSwitchTarget, MIN-394-Fall-2015

Inheritance: MonoBehaviour
Show file Open project: nbzeman/MIN-394-Fall-2015 Class Usage Examples

Public Properties

Property Type Description
currentTarget int
moba_camera Moba_Camera,
targets List

Public Methods

Method Description
AddTarget ( Transform target ) : void
Start ( ) : void
Update ( ) : void
changeTargetDown ( ) : void
changeTargetUp ( ) : void

Method Details

AddTarget() public method

public AddTarget ( Transform target ) : void
target Transform
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

changeTargetDown() public method

public changeTargetDown ( ) : void
return void

changeTargetUp() public method

public changeTargetUp ( ) : void
return void

Property Details

currentTarget public property

public int currentTarget
return int

moba_camera public property

public Moba_Camera, moba_camera
return Moba_Camera,

targets public property

public List targets
return List