ThemePropertyTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Theme property value types used for converting theme values back and forth from serialized objects
public enum class ThemePropertyTypes
public enum ThemePropertyTypes
type ThemePropertyTypes =
Public Enum ThemePropertyTypes
- Inheritance
-
ThemePropertyTypes
Fields
Name | Value | Description |
---|---|---|
Float | 0 | |
Int | 1 | |
Color | 2 | |
ShaderFloat | 3 | |
ShaderRange | 4 | |
Vector2 | 5 | |
Vector3 | 6 | |
Vector4 | 7 | |
Quaternion | 8 | |
Texture | 9 | |
Material | 10 | |
AudioClip | 11 | |
Animaiton | 12 | |
GameObject | 13 | |
String | 14 | |
Bool | 15 | |
AnimatorTrigger | 16 | |
Shader | 17 |