C# Class UnitFormationManager, RTSControls

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public KeyCode, LineFormationKey
return KeyCode,

StaggeredFormationKey public_oe property

public KeyCode, StaggeredFormationKey
return KeyCode,

UnitSpacingInFormation public_oe property

public float UnitSpacingInFormation
return float

selectionMgr public_oe property

public UnitSelectionManager, selectionMgr
return UnitSelectionManager,