C# Class VolumetricLines.Utils.PropertyField

Mostra file Open project: Bone008/HackerJedi Class Usage Examples

Public Methods

Method 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 method

public static GetPropertyType ( PropertyInfo info, SerializedPropertyType &propertyType ) : bool
info PropertyInfo
propertyType SerializedPropertyType
return bool

GetValue() public method

public GetValue ( ) : object
return object

PropertyField() public method

public PropertyField ( object obj, PropertyInfo info, SerializedPropertyType type ) : UnityEditor
obj object
info PropertyInfo
type SerializedPropertyType
return UnityEditor

SetValue() public method

public SetValue ( object value ) : void
value object
return void