C# 클래스 TransformUtilitiesWindow, Zombayo

상속: EditorWindow
파일 보기 프로젝트 열기: pchernev/Zombayo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]