C# Class GroupController, TheUnseen

Inheritance: MonoBehaviour
Datei anzeigen Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
adjustCamera bool
selectionBox GUIStyle

Public Methods

Method Description
GetColor ( float angle ) : Color
OnGUI ( ) : void
Order ( ) : void
Select ( Vector2 _start, Vector2 _end ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
HSVToRGB ( float h, float s, float v ) : Color

Method Details

GetColor() public method

public GetColor ( float angle ) : Color
angle float
return Color

OnGUI() public method

public OnGUI ( ) : void
return void

Order() public method

public Order ( ) : void
return void

Select() public method

public Select ( Vector2 _start, Vector2 _end ) : void
_start Vector2
_end Vector2
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

adjustCamera public_oe property

public bool adjustCamera
return bool

selectionBox public_oe property

public GUIStyle selectionBox
return GUIStyle