C# Class VolumetricLines.Utils.PropertyField

Afficher le fichier Open project: Bone008/HackerJedi Class Usage Examples

Méthodes publiques

Méthode Description
GetPropertyType ( PropertyInfo info, SerializedPropertyType &propertyType ) : bool
GetValue ( ) : object
PropertyField ( object obj, PropertyInfo info, SerializedPropertyType type ) : UnityEditor
SetValue ( object value ) : void

Method Details

GetPropertyType() public static méthode

public static GetPropertyType ( PropertyInfo info, SerializedPropertyType &propertyType ) : bool
info PropertyInfo
propertyType SerializedPropertyType
Résultat bool

GetValue() public méthode

public GetValue ( ) : object
Résultat object

PropertyField() public méthode

public PropertyField ( object obj, PropertyInfo info, SerializedPropertyType type ) : UnityEditor
obj object
info PropertyInfo
type SerializedPropertyType
Résultat UnityEditor

SetValue() public méthode

public SetValue ( object value ) : void
value object
Résultat void