C# Класс TransformUtilitiesWindow, Zombayo

Наследование: EditorWindow
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
toolbarOption int
toolbarTexts string[]

Открытые методы

Метод Описание
OnGUI ( ) : void

Window drawing operations

Приватные методы

Метод Описание
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

Описание методов

OnGUI() публичный Метод

Window drawing operations
public OnGUI ( ) : void
Результат void

Описание свойств

toolbarOption публичное свойство

public int toolbarOption
Результат int

toolbarTexts публичное свойство

public string[] toolbarTexts
Результат string[]