Class AspectRatioFitterEditor
Inherited Members
Namespace: UnityEditor .UI
Assembly: UnityEditor.UI.dll
Syntax
[CustomEditor(typeof(AspectRatioFitter), true)]
[CanEditMultipleObjects]
public class AspectRatioFitterEditor : SelfControllerEditor
Methods
OnDisable()
Declaration
protected virtual void OnDisable()
OnEnable()
Declaration
protected virtual void OnEnable()
OnInspectorGUI()
Implement this function to make a custom inspector.
Declaration
public override void OnInspectorGUI()