C# Class UnityEditor.UI.GraphicEditor

Inheritance: UnityEditor.Editor
Mostrar archivo Open project: CarlosHBC/UnityDecompiled

Protected Properties

Property Type Description
m_Color UnityEditor.SerializedProperty
m_Material UnityEditor.SerializedProperty
m_RaycastTarget UnityEditor.SerializedProperty
m_Script UnityEditor.SerializedProperty
m_ShowNativeSize AnimBool

Protected Methods

Method Description
AppearanceControlsGUI ( ) : void

GUI related to the appearance of the graphic. Color and Material properties appear here.

NativeSizeButtonGUI ( ) : void

GUI for showing a button that sets the size of the RectTransform to the native size for this Graphic.

Method Details

AppearanceControlsGUI() protected method

GUI related to the appearance of the graphic. Color and Material properties appear here.

protected AppearanceControlsGUI ( ) : void
return void

NativeSizeButtonGUI() protected method

GUI for showing a button that sets the size of the RectTransform to the native size for this Graphic.

protected NativeSizeButtonGUI ( ) : void
return void

Property Details

m_Color protected_oe property

protected SerializedProperty,UnityEditor m_Color
return UnityEditor.SerializedProperty

m_Material protected_oe property

protected SerializedProperty,UnityEditor m_Material
return UnityEditor.SerializedProperty

m_RaycastTarget protected_oe property

protected SerializedProperty,UnityEditor m_RaycastTarget
return UnityEditor.SerializedProperty

m_Script protected_oe property

protected SerializedProperty,UnityEditor m_Script
return UnityEditor.SerializedProperty

m_ShowNativeSize protected_oe property

protected AnimBool m_ShowNativeSize
return AnimBool