C# Class Ludiq.Reflection.Editor.UnityMemberDrawerHelper

Afficher le fichier Open project: lazlo-bonin/unity-reflection Class Usage Examples

Méthodes publiques

Méthode Description
DeserializeParameterTypes ( UnityEditor.SerializedProperty parameterTypesProperty ) : System.Type[]

Fetch the parameter types from their underlying properties

ParameterTypesHasMultipleValues ( UnityEditor.SerializedProperty parameterTypesProperty ) : bool
SerializeParameterTypes ( UnityEditor.SerializedProperty parameterTypesProperty, Type parameterTypes ) : void

Assign the parameter types to their underlying properties

Method Details

DeserializeParameterTypes() public static méthode

Fetch the parameter types from their underlying properties
public static DeserializeParameterTypes ( UnityEditor.SerializedProperty parameterTypesProperty ) : System.Type[]
parameterTypesProperty UnityEditor.SerializedProperty
Résultat System.Type[]

ParameterTypesHasMultipleValues() public static méthode

public static ParameterTypesHasMultipleValues ( UnityEditor.SerializedProperty parameterTypesProperty ) : bool
parameterTypesProperty UnityEditor.SerializedProperty
Résultat bool

SerializeParameterTypes() public static méthode

Assign the parameter types to their underlying properties
public static SerializeParameterTypes ( UnityEditor.SerializedProperty parameterTypesProperty, Type parameterTypes ) : void
parameterTypesProperty UnityEditor.SerializedProperty
parameterTypes System.Type
Résultat void