cohtml.Editor.PropertyField
Public Functions
Section titled “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
Section titled “Public Properties”| Name | |
|---|---|
| Type | RealType |
| SerializedPropertyType | Type |
| string | Name |
| string | Tooltip |
| bool | IsStatic |
Public Functions Documentation
Section titled “Public Functions Documentation”function PropertyField
Section titled “function PropertyField”PropertyField( object instance, MemberInfo info, SerializedPropertyType type, object infoAttribute)function GetValue
Section titled “function GetValue”object GetValue()function SetValue
Section titled “function SetValue”void SetValue( object value)function GetPropertyType
Section titled “function GetPropertyType”static bool GetPropertyType( PropertyInfo info, out SerializedPropertyType propertyType)function GetFieldType
Section titled “function GetFieldType”static bool GetFieldType( FieldInfo info, out SerializedPropertyType propertyType)Public Property Documentation
Section titled “Public Property Documentation”property RealType
Section titled “property RealType”Type RealType;property Type
Section titled “property Type”SerializedPropertyType Type;property Name
Section titled “property Name”string Name;property Tooltip
Section titled “property Tooltip”string Tooltip;property IsStatic
Section titled “property IsStatic”bool IsStatic;© 2026 Coherent Labs. All rights reserved.