C# 클래스 exLayerEditor, ex2d-v1

상속: EditorWindow
파일 보기 프로젝트 열기: exdev/ex2d-v1 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
lockSelection bool

보호된 프로퍼티들

프로퍼티 타입 설명
curEditGO GameObject
curLayer exLayer,
curShiftClick exLayer,
doDrag bool
doShiftSelect bool
inDragState bool
lastShiftClick exLayer,
layerCursorIn exLayer,
layers List
scrollPos Vector2
selectedLayers List
shiftClickStart exLayer,
sortSelection bool
totalInfoFieldHeight float

공개 메소드들

메소드 설명
Edit ( GameObject _go ) : void

비공개 메소드들

메소드 설명
AddSelected ( exLayer, _l ) : void
CompareByIndex ( LayerForSort _a, LayerForSort _b ) : int
GetExactLayerIndex ( int &_index, exLayer, _curLayer, exLayer, _l ) : bool
Init ( ) : void
LayerField ( Rect _rect, int _indentLevel, exLayer, _layer ) : float
LayerTreeField ( float _x, float _y, exLayer, _layer ) : void
NewWindow ( ) : exLayerEditor,
OnEnable ( ) : void
OnGUI ( ) : void
OnSelectionChange ( ) : void
RecursivelyDestroyLayer ( exLayer, _layer ) : void
RemoveSelected ( exLayer, _l ) : void
SortSelection ( ) : void
ToggleSelected ( exLayer, _l ) : void

메소드 상세

Edit() 공개 메소드

public Edit ( GameObject _go ) : void
_go GameObject
리턴 void

프로퍼티 상세

curEditGO 보호되어 있는 프로퍼티

protected GameObject curEditGO
리턴 GameObject

curLayer 보호되어 있는 프로퍼티

protected exLayer, curLayer
리턴 exLayer,

curShiftClick 보호되어 있는 프로퍼티

protected exLayer, curShiftClick
리턴 exLayer,

doDrag 보호되어 있는 프로퍼티

protected bool doDrag
리턴 bool

doShiftSelect 보호되어 있는 프로퍼티

protected bool doShiftSelect
리턴 bool

inDragState 보호되어 있는 프로퍼티

protected bool inDragState
리턴 bool

lastShiftClick 보호되어 있는 프로퍼티

protected exLayer, lastShiftClick
리턴 exLayer,

layerCursorIn 보호되어 있는 프로퍼티

protected exLayer, layerCursorIn
리턴 exLayer,

layers 보호되어 있는 프로퍼티

protected List layers
리턴 List

lockSelection 공개적으로 프로퍼티

public bool lockSelection
리턴 bool

scrollPos 보호되어 있는 프로퍼티

protected Vector2 scrollPos
리턴 Vector2

selectedLayers 보호되어 있는 프로퍼티

protected List selectedLayers
리턴 List

shiftClickStart 보호되어 있는 프로퍼티

protected exLayer, shiftClickStart
리턴 exLayer,

sortSelection 보호되어 있는 프로퍼티

protected bool sortSelection
리턴 bool

totalInfoFieldHeight 보호되어 있는 프로퍼티

protected float totalInfoFieldHeight
리턴 float