![]() |
AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
|
Public Types | |
| enum | PropertyTypeEnum { PropertyTypeEnum.Color, PropertyTypeEnum.Float, PropertyTypeEnum.Range, PropertyTypeEnum.Vector } |
Public Member Functions | |
| MaterialPropertyAttribute (PropertyTypeEnum propertyType, string materialMemberName, bool allowNone=true, string defaultProperty="_Color", string customLabel=null) | |
Properties | |
| string | Property [get] |
| PropertyTypeEnum | PropertyType [get] |
| string | MaterialMemberName [get] |
| bool | AllowNone [get] |
| string | DefaultProperty [get] |
| string | CustomLabel [get] |
Additional Inherited Members | |
Protected Member Functions inherited from HoloToolkit.Unity.DrawOverrideAttribute | |
| string | SplitCamelCase (string str) |
Definition at line 16 of file MaterialPropertyAttribute.cs.
| Enumerator | |
|---|---|
| Color | |
| Float | |
| Range | |
| Vector | |
Definition at line 18 of file MaterialPropertyAttribute.cs.
| HoloToolkit.Unity.MaterialPropertyAttribute.MaterialPropertyAttribute | ( | PropertyTypeEnum | propertyType, |
| string | materialMemberName, | ||
| bool | allowNone = true, |
||
| string | defaultProperty = "_Color", |
||
| string | customLabel = null |
||
| ) |
Definition at line 33 of file MaterialPropertyAttribute.cs.
|
get |
Definition at line 29 of file MaterialPropertyAttribute.cs.
|
get |
Definition at line 31 of file MaterialPropertyAttribute.cs.
|
get |
Definition at line 30 of file MaterialPropertyAttribute.cs.
|
get |
Definition at line 28 of file MaterialPropertyAttribute.cs.
|
get |
Definition at line 26 of file MaterialPropertyAttribute.cs.
|
get |
Definition at line 27 of file MaterialPropertyAttribute.cs.