Method | Description | |
---|---|---|
GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float | ||
OnGUI ( Rect position, UnityEditor.SerializedProperty prop, GUIContent label ) : void |
Method | Description | |
---|---|---|
ConvertToQuaternion ( Vector4 v4 ) : Quaternion | ||
QuaternionToVector4 ( Quaternion q ) : Vector4 |
public GetPropertyHeight ( UnityEditor.SerializedProperty property, GUIContent label ) : float | ||
property | UnityEditor.SerializedProperty | |
label | GUIContent | |
return | float |
public OnGUI ( Rect position, UnityEditor.SerializedProperty prop, GUIContent label ) : void | ||
position | Rect | |
prop | UnityEditor.SerializedProperty | |
label | GUIContent | |
return | void |