|
|
| SceneManager (long width, long height) |
| |
|
Camera | GetCamera () |
| |
|
Camera | GetCropCamera () |
| |
|
SelectionManager | GetSelectionManager () |
| |
|
AABox | GetWorldBBox () |
| |
|
AABox | GetSceneBBox () |
| |
|
CoordinateGridWidget | GetCoordinateGrid () |
| |
|
void | SetCoordinateGrid (CoordinateGridWidget val) |
| |
|
Background | GetBackground () |
| |
|
void | SetBackground (Background val) |
| |
|
EnumViewCoordinateType | GetViewCoordinateType () |
| |
|
void | SetViewCoordinateType (EnumViewCoordinateType val) |
| |
|
long | GetDisplayFilter () |
| |
|
void | SetDisplayFilter (long val) |
| |
|
boolean | SetMaterial (EnumShapeFilter type, MaterialInstance material) |
| |
|
MaterialInstance | GetMaterial (EnumShapeFilter type) |
| |
|
boolean | SetPreviewMaterial (EnumShapeFilter type, MaterialInstance material) |
| |
|
MaterialInstance | GetPreviewMaterial (EnumShapeFilter type) |
| |
| long | AddScene (Scene scene) |
| |
| boolean | RemoveScene (long sceneId) |
| |
| Scene | FindScene (long sceneId) |
| |
| Scene | GetScene () |
| |
| Scene | GetTempScene () |
| |
| Scene | GetScene2D () |
| |
| void | ResetDisplayFilters () |
| |
| void | AddDisplayFilter (EnumShapeFilter filter) |
| |
| void | ClearDisplayFilter (EnumShapeFilter filter) |
| |
| void | ClearSelection (boolean bNotify) |
| |
| void | ClearOverride () |
| |
| boolean | Select (SceneNode pNode) |
| |
|
boolean | SelectByNode (SceneNode pNode) |
| |
| boolean | Select (long nodeId) |
| |
|
boolean | SelectByNodeId (long nodeId) |
| |
| boolean | Select (ObjectId id) |
| |
|
boolean | SelectByObjectId (ObjectId id) |
| |
| boolean | SelectSubShape (long nodeId, EnumShapeFilter type, long shapeIndex, IntersectPoint pPoint) |
| |
| boolean | SelectSubShape (long nodeId, EnumShapeFilter type, long shapeIndex) |
| |
|
boolean | SelectSubShapeByNodeId (long nodeId, EnumShapeFilter type, long shapeIndex, IntersectPoint pPoint) |
| |
| boolean | SelectSubShape (ObjectId id, EnumShapeFilter type, long shapeIndex, IntersectPoint pPoint) |
| |
| boolean | SelectSubShape (ObjectId id, EnumShapeFilter type, long shapeIndex) |
| |
|
boolean | SelectSubShapeByObjectId (ObjectId id, EnumShapeFilter type, long shapeIndex, IntersectPoint pPoint) |
| |
| boolean | SelectSubTopo (long nodeId, EnumShapeFilter type, long topoIdx, IntersectPoint pPoint) |
| |
| boolean | SelectSubTopo (long nodeId, EnumShapeFilter type, long topoIdx) |
| |
|
boolean | SelectSubTopoByNodeId (long nodeId, EnumShapeFilter type, long topoIdx, IntersectPoint pPoint) |
| |
| boolean | SelectSubTopo (ObjectId id, EnumShapeFilter type, long topoIdx, IntersectPoint pPoint) |
| |
| boolean | SelectSubTopo (ObjectId id, EnumShapeFilter type, long topoIdx) |
| |
|
boolean | SelectSubTopoByObjectId (ObjectId id, EnumShapeFilter type, long topoIdx, IntersectPoint pPoint) |
| |
|
boolean | SelectSubTopo (PickedId id, EnumShapeFilter type, long topoIdx, IntersectPoint pPoint) |
| |
|
boolean | SelectSubTopo (PickedId id, EnumShapeFilter type, long topoIdx) |
| |
|
boolean | SelectSubTopoById (PickedId id, EnumShapeFilter type, long topoIdx, IntersectPoint pPoint) |
| |
| boolean | OverrideSubTopo (PickedId id, EnumShapeFilter type, long topoIdx) |
| |
|
boolean | OverrideSubTopoById (PickedId id, EnumShapeFilter type, long topoIdx) |
| |
|
void | RemoveOverride (PickedId id, EnumShapeFilter type, long topoIdx) |
| |
| boolean | OverrideSubTopo (PickedItem item) |
| |
|
boolean | OverrideSubTopoByPicker (PickedItem item) |
| |
| AABox | GetSelectionBBox () |
| |
|
void | UpdateWorld (boolean forced) |
| |
|
boolean | UpdateFixedSizeWorld () |
| |
|
boolean | HitCropBox (int x, int y) |
| |
|
int | HitCropBoxGrip (int x, int y) |
| |
|
Vector3 | WindowPointToCropWorldPoint (int x, int y) |
| |
|
void | Clear () |
| |