Class QuaternionPropertyDrawer
상속된 멤버
네임스페이스: UnityEditor.Experimental.Rendering.HDPipeline
어셈블리: solution.dll
구문
[CustomPropertyDrawer(typeof(Quaternion))]
public class QuaternionPropertyDrawer : PropertyDrawer
메서드
이름 | 설명 |
---|---|
OnGUI(Rect, SerializedProperty, GUIContent) | Override this method to make your own IMGUI based GUI for the property. |