C# Class UnityEditor.UI.GraphicEditor

Inheritance: UnityEditor.Editor
Show file 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 property

protected SerializedProperty,UnityEditor m_Color
return UnityEditor.SerializedProperty

m_Material protected property

protected SerializedProperty,UnityEditor m_Material
return UnityEditor.SerializedProperty

m_RaycastTarget protected property

protected SerializedProperty,UnityEditor m_RaycastTarget
return UnityEditor.SerializedProperty

m_Script protected property

protected SerializedProperty,UnityEditor m_Script
return UnityEditor.SerializedProperty

m_ShowNativeSize protected property

protected AnimBool m_ShowNativeSize
return AnimBool