C# Class Flyer, buildingworlds_spring2013

Inheritance: MonoBehaviour
Datei anzeigen Open project: radiatoryang/buildingworlds_spring2013 Class Usage Examples

Public Properties

Property Type Description
speed float
targetRange float

Public Methods

Method Description
SetNewTarget ( ) : void
SetNewTarget ( Vector3 newTarget ) : void
Update ( ) : void

Method Details

SetNewTarget() public method

public SetNewTarget ( ) : void
return void

SetNewTarget() public method

public SetNewTarget ( Vector3 newTarget ) : void
newTarget Vector3
return void

Update() public method

public Update ( ) : void
return void

Property Details

speed public_oe property

public float speed
return float

targetRange public_oe property

public float targetRange
return float