C# Class TransformUtilitiesWindow, Zombayo

Inheritance: EditorWindow
Afficher le fichier Open project: pchernev/Zombayo Class Usage Examples

Méthodes publiques

Свойство Type Description
toolbarOption int
toolbarTexts string[]

Méthodes publiques

Méthode Description
OnGUI ( ) : void

Window drawing operations

Private Methods

Méthode 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 méthode

Window drawing operations
public OnGUI ( ) : void
Résultat void

Property Details

toolbarOption public_oe property

public int toolbarOption
Résultat int

toolbarTexts public_oe property

public string[] toolbarTexts
Résultat string[]