C# Class ComponentReferenceDrawer, ugui-mvvm

Inheritance: UnityEditor.PropertyDrawer
Afficher le fichier Open project: jbruening/ugui-mvvm Class Usage Examples

Méthodes publiques

Свойство Type Description
clipboard Component

Méthodes publiques

Méthode Description
OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
PropertyField ( Rect position, UnityEditor.SerializedProperty property ) : void

Private Methods

Méthode Description
CopyControlReference ( MenuCommand command ) : void

Method Details

OnGUI() public méthode

public OnGUI ( Rect position, UnityEditor.SerializedProperty property, GUIContent label ) : void
position Rect
property UnityEditor.SerializedProperty
label GUIContent
Résultat void

PropertyField() public static méthode

public static PropertyField ( Rect position, UnityEditor.SerializedProperty property ) : void
position Rect
property UnityEditor.SerializedProperty
Résultat void

Property Details

clipboard public_oe static_oe property

public static Component clipboard
Résultat Component