cohtml.Net.UnityProperty
Inherits from cohtml.Net.Property, SystemIDisposable
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual override void | Dispose() |
| UnityProperty(string name) | |
| delegate global.System.IntPtr | SwigDelegateUnityProperty_0(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr swigId) |
| delegate global.System.IntPtr | SwigDelegateUnityProperty_1(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr swigId) |
| delegate global.System.IntPtr | SwigDelegateUnityProperty_2(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr swigId) |
| delegate global.System.IntPtr | SwigDelegateUnityProperty_3(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr swigId) |
| delegate global.System.IntPtr | SwigDelegateUnityProperty_4(global.System.IntPtr swigId) |
| delegate bool | SwigDelegateUnityProperty_5(global.System.IntPtr arg0, System.IntPtr boolean, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateUnityProperty_6(global.System.IntPtr arg0, System.IntPtr number, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateUnityProperty_7(global.System.IntPtr arg0, System.IntPtr number, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateUnityProperty_8(global.System.IntPtr arg0, System.IntPtr buffer, System.IntPtr length, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateUnityProperty_9(global.System.IntPtr arg0, System.IntPtr color, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateUnityProperty_10(global.System.IntPtr arg0, float [] matrix, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateUnityProperty_11(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr arrayInfo, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateUnityProperty_12(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr pairInfo, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateUnityProperty_13(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr mapInfo, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateUnityProperty_14(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr typeInfo, global.System.IntPtr swigId) |
Additional inherited members
Section titled “Additional inherited members”Public Functions inherited from cohtml.Net.Property
| Name | |
|---|---|
| Property(string name, bool isByRef) | |
| Property(string name) | |
| string | GetName() Get the name of the property. |
| bool | IsByRef() Can this property be exported By-Ref. Temporaries can not be exported by reference. |
| virtual global.System.IntPtr | Bind(System.IntPtr binder, global.System.IntPtr arg1) Expose the property’s name and value to a binder. |
| virtual global.System.IntPtr | BindValue(System.IntPtr binder, global.System.IntPtr arg1) Expose only the value of the property to a binder. |
| virtual global.System.IntPtr | Read(System.IntPtr binder, global.System.IntPtr arg1) Read the value from a binder. |
| virtual global.System.IntPtr | ReadValue(System.IntPtr binder, global.System.IntPtr arg1) Read only the value of the property from a binder. |
| virtual Property | Clone() Clone the property. |
| virtual bool | ToBoolean(global.System.IntPtr arg0, System.IntPtr boolean) Convert the property value to a boolean. |
| virtual bool | ToNumber(global.System.IntPtr arg0, System.IntPtr number) Convert the property value to a number. |
| virtual bool | ToDouble(global.System.IntPtr arg0, System.IntPtr number) |
| virtual bool | ToString(global.System.IntPtr arg0, System.IntPtr buffer, System.IntPtr length) Convert the property value to a string representation. |
| virtual bool | ToColor(global.System.IntPtr arg0, System.IntPtr color) Convert the property value to a color value. Implementation is optional. Provides improved performance for data-bind-style-* attributes that accept color values, such as background-color. |
| virtual bool | ToTransformMatrix2D(global.System.IntPtr arg0, float [] matrix) Convert the property value to a matrix. Implementation is optional. Provides improved performance for data-bind-style-transform2d. |
| virtual bool | ToArray(System.IntPtr binder, global.System.IntPtr arg1, ArrayInfo arrayInfo) Convert the property value to an array type information. Conversion should succeed only when the underlying type is an array. |
| virtual bool | ToPair(System.IntPtr binder, global.System.IntPtr arg1, PairInfo pairInfo) Convert the property value to a pair type information. Conversion should succeed only when the underlying type is a pair. |
| virtual bool | ToMap(System.IntPtr binder, global.System.IntPtr arg1, MapInfo mapInfo) Convert the property value to a map type information. Conversion should succeed only when the underlying type is a map. |
| virtual bool | ToObject(System.IntPtr binder, global.System.IntPtr arg1, ObjectInfo typeInfo) Convert the property value to an object type information. Conversion should succeed only when the underlying type is an object (UserType). |
| delegate global.System.IntPtr | SwigDelegateProperty_0(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr swigId) |
| delegate global.System.IntPtr | SwigDelegateProperty_1(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr swigId) |
| delegate global.System.IntPtr | SwigDelegateProperty_2(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr swigId) |
| delegate global.System.IntPtr | SwigDelegateProperty_3(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr swigId) |
| delegate global.System.IntPtr | SwigDelegateProperty_4(global.System.IntPtr swigId) |
| delegate bool | SwigDelegateProperty_5(global.System.IntPtr arg0, System.IntPtr boolean, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateProperty_6(global.System.IntPtr arg0, System.IntPtr number, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateProperty_7(global.System.IntPtr arg0, System.IntPtr number, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateProperty_8(global.System.IntPtr arg0, System.IntPtr buffer, System.IntPtr length, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateProperty_9(global.System.IntPtr arg0, System.IntPtr color, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateProperty_10(global.System.IntPtr arg0, float [] matrix, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateProperty_11(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr arrayInfo, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateProperty_12(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr pairInfo, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateProperty_13(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr mapInfo, global.System.IntPtr swigId) |
| delegate bool | SwigDelegateProperty_14(System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr typeInfo, global.System.IntPtr swigId) |
Protected Attributes inherited from cohtml.Net.Property
| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
Section titled “Public Functions Documentation”function Dispose
Section titled “function Dispose”virtual override void Dispose()Reimplements: cohtml.Net.Property.Dispose
function UnityProperty
Section titled “function UnityProperty”UnityProperty( string name)function SwigDelegateUnityProperty_0
Section titled “function SwigDelegateUnityProperty_0”delegate global.System.IntPtr SwigDelegateUnityProperty_0( System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr swigId)function SwigDelegateUnityProperty_1
Section titled “function SwigDelegateUnityProperty_1”delegate global.System.IntPtr SwigDelegateUnityProperty_1( System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr swigId)function SwigDelegateUnityProperty_2
Section titled “function SwigDelegateUnityProperty_2”delegate global.System.IntPtr SwigDelegateUnityProperty_2( System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr swigId)function SwigDelegateUnityProperty_3
Section titled “function SwigDelegateUnityProperty_3”delegate global.System.IntPtr SwigDelegateUnityProperty_3( System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr swigId)function SwigDelegateUnityProperty_4
Section titled “function SwigDelegateUnityProperty_4”delegate global.System.IntPtr SwigDelegateUnityProperty_4( global.System.IntPtr swigId)function SwigDelegateUnityProperty_5
Section titled “function SwigDelegateUnityProperty_5”delegate bool SwigDelegateUnityProperty_5( global.System.IntPtr arg0, System.IntPtr boolean, global.System.IntPtr swigId)function SwigDelegateUnityProperty_6
Section titled “function SwigDelegateUnityProperty_6”delegate bool SwigDelegateUnityProperty_6( global.System.IntPtr arg0, System.IntPtr number, global.System.IntPtr swigId)function SwigDelegateUnityProperty_7
Section titled “function SwigDelegateUnityProperty_7”delegate bool SwigDelegateUnityProperty_7( global.System.IntPtr arg0, System.IntPtr number, global.System.IntPtr swigId)function SwigDelegateUnityProperty_8
Section titled “function SwigDelegateUnityProperty_8”delegate bool SwigDelegateUnityProperty_8( global.System.IntPtr arg0, System.IntPtr buffer, System.IntPtr length, global.System.IntPtr swigId)function SwigDelegateUnityProperty_9
Section titled “function SwigDelegateUnityProperty_9”delegate bool SwigDelegateUnityProperty_9( global.System.IntPtr arg0, System.IntPtr color, global.System.IntPtr swigId)function SwigDelegateUnityProperty_10
Section titled “function SwigDelegateUnityProperty_10”delegate bool SwigDelegateUnityProperty_10( global.System.IntPtr arg0, float [] matrix, global.System.IntPtr swigId)function SwigDelegateUnityProperty_11
Section titled “function SwigDelegateUnityProperty_11”delegate bool SwigDelegateUnityProperty_11( System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr arrayInfo, global.System.IntPtr swigId)function SwigDelegateUnityProperty_12
Section titled “function SwigDelegateUnityProperty_12”delegate bool SwigDelegateUnityProperty_12( System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr pairInfo, global.System.IntPtr swigId)function SwigDelegateUnityProperty_13
Section titled “function SwigDelegateUnityProperty_13”delegate bool SwigDelegateUnityProperty_13( System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr mapInfo, global.System.IntPtr swigId)function SwigDelegateUnityProperty_14
Section titled “function SwigDelegateUnityProperty_14”delegate bool SwigDelegateUnityProperty_14( System.IntPtr binder, global.System.IntPtr arg1, global.System.IntPtr typeInfo, global.System.IntPtr swigId)© 2026 Coherent Labs. All rights reserved.