C# Class UnitScript, RTSControls

Inheritance: MonoBehaviour
Mostra file Open project: ZachHoefler/RTSControls Class Usage Examples

Public Properties

Property Type Description
selectionRing GameObject
speed float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
mouseInputHandler_OnRightClick ( Vector3 displacement ) : void

Private Methods

Method Description
FollowPath ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

mouseInputHandler_OnRightClick() public method

public mouseInputHandler_OnRightClick ( Vector3 displacement ) : void
displacement Vector3
return void

Property Details

selectionRing public_oe property

public GameObject selectionRing
return GameObject

speed public_oe property

public float speed
return float