C# Class TPFlagsPropertyDrawer

Inheritance: UnityEditor.PropertyDrawer
ファイルを表示 Open project: macgyver13/globalgamejam2016

Public Methods

Method Description
OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void

Method Details

OnGUI() public method

public OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
position Rect
property UnityEditor.SerializedProperty
label GUIContent
return void