메소드 | 설명 | |
---|---|---|
GetPropertyType ( PropertyInfo info, SerializedPropertyType &propertyType ) : bool | ||
GetValue ( ) : object | ||
PropertyField ( object obj, PropertyInfo info, SerializedPropertyType type ) : UnityEditor | ||
SetValue ( object value ) : void |
public static GetPropertyType ( PropertyInfo info, SerializedPropertyType &propertyType ) : bool | ||
info | PropertyInfo | |
propertyType | SerializedPropertyType | |
리턴 | bool |
public PropertyField ( object obj, PropertyInfo info, SerializedPropertyType type ) : UnityEditor | ||
obj | object | |
info | PropertyInfo | |
type | SerializedPropertyType | |
리턴 | UnityEditor |