Method |
Description |
|
GetObject ( int index ) : EditorObject |
|
|
GetObjectFromScreenPoint ( Vec2 pt, Vec3 &hitPos ) : EditorObject |
|
|
GetObjectFromScreenPoint ( Vec2 pt, Vec3 &hitPos, bool includeFrozen ) : EditorObject |
|
|
GetObjectFromScreenPoint ( Vec2 pt, Vec3 &hitPos, bool includeFrozen, EditorObject ignore ) : EditorObject |
|
|
GetObjectFromScreenPoint ( Vec2 pt, Vec3 &hitPos, bool includeFrozen, EditorObjectSelection ignore ) : EditorObject |
|
|
GetObjects ( ) : IEnumerable |
|
|
GetObjectsFromMagicWand ( EditorObjectSelection selection, EditorObject obj ) : void |
|
|
GetObjectsFromScreenRect ( EditorObjectSelection selection, RectangleF rect ) : void |
|
|
GetObjectsFromScreenRect ( EditorObjectSelection selection, RectangleF rect, bool includeFrozen ) : void |
|
|
OnObjectAddedFromTool ( EditorObject obj ) : void |
|
|
SetViewportPickingPos ( Vec2 pt ) : void |
|
|
UnfreezeObjects ( ) : void |
|
|