C# Class exAtlasEditor, ex2d-v1

Inheritance: EditorWindow
Mostrar archivo Open project: exdev/ex2d-v1 Class Usage Examples

Public Methods

Method Description
Edit ( Object _obj ) : void

Private Methods

Method Description
AddSelected ( exAtlasInfo, _el ) : void
AtlasElementField ( Rect _atlasRect, exAtlasInfo, _atlasInfo, exAtlasInfo, _el ) : void
AtlasInfoField ( Rect _rect, int _borderSize, exAtlasInfo, _atlasInfo ) : void
ConfirmRectSelection ( ) : void
ImportObjects ( ) : void
Init ( ) : void
MapToAtalsInfoField ( Rect _rect ) : Rect
MoveSelections ( Vector2 _delta ) : void
NewWindow ( ) : exAtlasEditor,
OnEnable ( ) : void
OnGUI ( ) : void
OnSelectionChange ( ) : void
RemoveSelectedElements ( ) : void
ToggleSelected ( exAtlasInfo, _el ) : void
UpdateSelectRect ( ) : void
WidthAndHeightField ( int &_width, int &_height ) : void

Method Details

Edit() public method

public Edit ( Object _obj ) : void
_obj UnityEngine.Object
return void