C# Class UnitFormationManager, RTSControls

Inheritance: MonoBehaviour
Afficher le fichier Open project: ZachHoefler/RTSControls

Méthodes publiques

Свойство Type Description
LineFormationKey KeyCode,
StaggeredFormationKey KeyCode,
UnitSpacingInFormation float
selectionMgr UnitSelectionManager,

Méthodes publiques

Méthode Description
Update ( ) : void

Private Methods

Méthode Description
ArrangeUnitsInLineFormation ( ) : void
ArrangeUnitsInStaggeredFormation ( ) : void
IsOdd ( int val ) : bool

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

LineFormationKey public_oe property

public KeyCode, LineFormationKey
Résultat KeyCode,

StaggeredFormationKey public_oe property

public KeyCode, StaggeredFormationKey
Résultat KeyCode,

UnitSpacingInFormation public_oe property

public float UnitSpacingInFormation
Résultat float

selectionMgr public_oe property

public UnitSelectionManager, selectionMgr
Résultat UnitSelectionManager,