C# Class UnitFormationManager, RTSControls

Inheritance: MonoBehaviour
Show file Open project: ZachHoefler/RTSControls

Public Properties

Property Type Description
LineFormationKey KeyCode,
StaggeredFormationKey KeyCode,
UnitSpacingInFormation float
selectionMgr UnitSelectionManager,

Public Methods

Method Description
Update ( ) : void

Private Methods

Method Description
ArrangeUnitsInLineFormation ( ) : void
ArrangeUnitsInStaggeredFormation ( ) : void
IsOdd ( int val ) : bool

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

LineFormationKey public property

public KeyCode, LineFormationKey
return KeyCode,

StaggeredFormationKey public property

public KeyCode, StaggeredFormationKey
return KeyCode,

UnitSpacingInFormation public property

public float UnitSpacingInFormation
return float

selectionMgr public property

public UnitSelectionManager, selectionMgr
return UnitSelectionManager,