C# Class TransformUtilitiesWindow, Zombayo

Inheritance: EditorWindow
Mostra file Open project: pchernev/Zombayo Class Usage Examples

Public Properties

Property Type Description
toolbarOption int
toolbarTexts string[]

Public Methods

Method Description
OnGUI ( ) : void

Window drawing operations

Private Methods

Method Description
CreateAddNoiseToTransformWindow ( ) : void

Creates the Add Noise To Transform window

CreateAlignTransformWindow ( ) : void

Creates the Align transform window

CreateAxisCheckboxes ( string operationName ) : void

Draws the 3 axis checkboxes (x y z)

CreateCopyTransformWindow ( ) : void

Creates the copy transform window

CreateRandomizeTransformWindow ( ) : void

Creates the Randomize transform window

CreateRangeFields ( ) : void

Draws the range min and max fields

Init ( ) : void

Method Details

OnGUI() public method

Window drawing operations
public OnGUI ( ) : void
return void

Property Details

toolbarOption public_oe property

public int toolbarOption
return int

toolbarTexts public_oe property

public string[] toolbarTexts
return string[]