cohtml.PropertyField
Public Functions #
| Name |
---|
| PropertyField(object instance, MemberInfo info, SerializedPropertyType type, object infoAttribute) |
object | GetValue() |
void | SetValue(object value) |
bool | GetPropertyType(PropertyInfo info, out SerializedPropertyType propertyType) |
bool | GetFieldType(FieldInfo info, out SerializedPropertyType propertyType) |
Public Properties #
Public Functions Documentation #
function PropertyField #
PropertyField(
object instance,
MemberInfo info,
SerializedPropertyType type,
object infoAttribute
)
function GetValue #
object GetValue()
function SetValue #
void SetValue(
object value
)
function GetPropertyType #
static bool GetPropertyType(
PropertyInfo info,
out SerializedPropertyType propertyType
)
function GetFieldType #
static bool GetFieldType(
FieldInfo info,
out SerializedPropertyType propertyType
)
Public Property Documentation #
property RealType #
Type RealType;
property Type #
SerializedPropertyType Type;
property Name #
string Name;
string Tooltip;
property IsStatic #
bool IsStatic;