NavigationCubeControl
- class HPS.NavigationCubeControl : public HPS.SprocketControl
-
Public Functions
- override void Dispose ()
- bool GetInteractivity ()
- HPS.NavigationCubeControl.Location GetLocation ()
- string GetMaterialPalette ()
- HPS.Rectangle GetPosition ()
- HPS.IntRectangle GetPositionOffsets ()
- HPS.SegmentKey GetSegmentKey ()
- float GetSize ()
- bool GetText (out string out_back_string, out string out_top_string, out string out_left_string, out string out_front_string, out string out_bottom_string, out string out_right_string, out HPS.TextAttributeKit out_text_attributes, out string[] out_fallback_fonts)
- bool GetTextVisibility ()
- bool GetVisibility ()
- NavigationCubeControl (HPS.NavigationCubeControl in_that)
- NavigationCubeControl (HPS.View in_view)
- override HPS.Type ObjectType ()
- HPS.NavigationCubeControl SetInteractivity (bool in_interactivity)
- HPS.NavigationCubeControl SetLocation (HPS.NavigationCubeControl.Location in_location)
- HPS.NavigationCubeControl SetLocation (HPS.NavigationCubeControl.Location in_location, HPS.Rectangle in_rectangle)
- HPS.NavigationCubeControl SetLocation (HPS.NavigationCubeControl.Location in_location, HPS.Rectangle in_rectangle, HPS.IntRectangle in_offsets)
- HPS.NavigationCubeControl SetMaterialPalette (string in_material_palette)
- HPS.NavigationCubeControl SetMaterialPaletteAndText (string in_material_palette, string in_back_string, string in_top_string, string in_left_string, string in_front_string, string in_bottom_string, string in_right_string, HPS.TextAttributeKit in_text_attributes)
- HPS.NavigationCubeControl SetMaterialPaletteAndText (string in_material_palette, string in_back_string, string in_top_string, string in_left_string, string in_front_string, string in_bottom_string, string in_right_string, HPS.TextAttributeKit in_text_attributes, string[] in_fallback_fonts)
- HPS.NavigationCubeControl SetPosition (HPS.Rectangle in_rectangle)
- HPS.NavigationCubeControl SetPositionOffsets (HPS.IntRectangle in_offsets)
- HPS.NavigationCubeControl SetSize (float in_size)
- HPS.NavigationCubeControl SetText (string in_back_string, string in_top_string, string in_left_string, string in_front_string, string in_bottom_string, string in_right_string, HPS.TextAttributeKit in_text_attributes)
- HPS.NavigationCubeControl SetText (string in_back_string, string in_top_string, string in_left_string, string in_front_string, string in_bottom_string, string in_right_string, HPS.TextAttributeKit in_text_attributes, string[] in_fallback_fonts)
- HPS.NavigationCubeControl SetTextVisibility (bool in_text_visibility)
- HPS.NavigationCubeControl SetVisibility (bool in_visibility)