Public Types | |
| enum | Location { TopRight = 0, TopLeft = 1, BottomRight = 2, BottomLeft = 3, Custom = 4 } |
Public Types inherited from HPS.Sprocket | |
| enum | UpdateType { Synchronous = 0, Asynchronous = 1 } |
Public Member Functions | |
| override void | Dispose () |
| NavigationCubeControl (HPS.View in_view) | |
| NavigationCubeControl (HPS.NavigationCubeControl in_that) | |
| override HPS.Type | ObjectType () |
| HPS.NavigationCubeControl | SetLocation (HPS.NavigationCubeControl.Location in_location, HPS.Rectangle in_rectangle) |
| HPS.NavigationCubeControl | SetLocation (HPS.NavigationCubeControl.Location in_location) |
| HPS.NavigationCubeControl.Location | GetLocation () |
| HPS.NavigationCubeControl | SetPosition (HPS.Rectangle in_rectangle) |
| HPS.Rectangle | GetPosition () |
| HPS.NavigationCubeControl | SetVisibility (bool in_visibility) |
| bool | GetVisibility () |
| HPS.NavigationCubeControl | SetTextVisibility (bool in_text_visibility) |
| bool | GetTextVisibility () |
| HPS.NavigationCubeControl | SetMaterialPalette (string in_material_palette) |
| string | GetMaterialPalette () |
| HPS.NavigationCubeControl | SetInteractivity (bool in_interactivity) |
| bool | GetInteractivity () |
| HPS.NavigationCubeControl | SetSize (float in_size) |
| float | GetSize () |
| HPS.SegmentKey | GetSegmentKey () |
Public Member Functions inherited from HPS.SprocketControl | |
| override void | Dispose () |
| override HPS.Type | ObjectType () |
| SprocketControl (HPS.SprocketControl in_that) | |
Public Member Functions inherited from HPS.Sprocket | |
| Sprocket (HPS.Sprocket in_that) | |
Public Member Functions inherited from HPS.Object | |
| IntPtr | GetClassID () |
| Object (HPS.Object in_that) | |
| HPS.Type | Type () |
| virtual bool | Empty () |
| virtual void | Reset () |
| bool | HasType (HPS.Type in_mask) |
| IntPtr | GetInstanceID () |
Protected Member Functions | |
| override void | deleteCptr () |
Protected Member Functions inherited from HPS.SprocketControl | |
| override void | deleteCptr () |
Protected Member Functions inherited from HPS.Object | |
| virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
Static Public Member Functions inherited from HPS.Object | |
| static IntPtr | ClassID< T > () |
Protected Attributes inherited from HPS.Object | |
| HandleRef | cptr |
| HandleRef | scptr |
| bool | cMemOwn |