Method IsExposable
- Namespace
- Pinwheel.Vista.ExposeProperty
- Assembly
- Pinwheel.Vista.Runtime.dll
IsExposable(Type)
Returns whether a CLR property type can be exposed through Vista's exposed-property system.
public static bool IsExposable(Type t)
Parameters
tTypeThe property type to test.
Returns
Remarks
Supported types currently include enums, Unity object references, primitive numeric and boolean types, strings, vectors, colors, gradients, and animation curves.