C# Class exLayerEditor, ex2d-v1

Inheritance: EditorWindow
Afficher le fichier Open project: exdev/ex2d-v1 Class Usage Examples

Méthodes publiques

Свойство Type Description
lockSelection bool

Protected Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
Edit ( GameObject _go ) : void

Private Methods

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

Method Details

Edit() public méthode

public Edit ( GameObject _go ) : void
_go GameObject
Résultat void

Property Details

curEditGO protected_oe property

protected GameObject curEditGO
Résultat GameObject

curLayer protected_oe property

protected exLayer, curLayer
Résultat exLayer,

curShiftClick protected_oe property

protected exLayer, curShiftClick
Résultat exLayer,

doDrag protected_oe property

protected bool doDrag
Résultat bool

doShiftSelect protected_oe property

protected bool doShiftSelect
Résultat bool

inDragState protected_oe property

protected bool inDragState
Résultat bool

lastShiftClick protected_oe property

protected exLayer, lastShiftClick
Résultat exLayer,

layerCursorIn protected_oe property

protected exLayer, layerCursorIn
Résultat exLayer,

layers protected_oe property

protected List layers
Résultat List

lockSelection public_oe property

public bool lockSelection
Résultat bool

scrollPos protected_oe property

protected Vector2 scrollPos
Résultat Vector2

selectedLayers protected_oe property

protected List selectedLayers
Résultat List

shiftClickStart protected_oe property

protected exLayer, shiftClickStart
Résultat exLayer,

sortSelection protected_oe property

protected bool sortSelection
Résultat bool

totalInfoFieldHeight protected_oe property

protected float totalInfoFieldHeight
Résultat float