Skip to content
SiteEmail

cohtml.Editor.PropertyField

Name
PropertyField(object instance, MemberInfo info, SerializedPropertyType type, object infoAttribute)
objectGetValue()
voidSetValue(object value)
boolGetPropertyType(PropertyInfo info, out SerializedPropertyType propertyType)
boolGetFieldType(FieldInfo info, out SerializedPropertyType propertyType)
Name
TypeRealType
SerializedPropertyTypeType
stringName
stringTooltip
boolIsStatic
PropertyField(
object instance,
MemberInfo info,
SerializedPropertyType type,
object infoAttribute
)
object GetValue()
void SetValue(
object value
)
static bool GetPropertyType(
PropertyInfo info,
out SerializedPropertyType propertyType
)
static bool GetFieldType(
FieldInfo info,
out SerializedPropertyType propertyType
)
Type RealType;
SerializedPropertyType Type;
string Name;
string Tooltip;
bool IsStatic;