cohtml.PropertyField

Public Functions

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)

Public Properties

Name
TypeRealType
SerializedPropertyTypeType
stringName
stringTooltip
boolIsStatic

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;

property Tooltip

string Tooltip;

property IsStatic

bool IsStatic;