Enum GraphVariant.ValueType
Namespace: Unity.Compositor
Syntax
[Serializable]
public enum ValueType : byte
Fields
| Name | Description | Value |
|---|---|---|
| Unknown | 0 | |
| Bool | 1 | |
| Int | 2 | |
| UInt | 3 | |
| Short | 4 | |
| UShort | 5 | |
| ULong | 6 | |
| Long | 7 | |
| Float | 8 | |
| Float2 | 9 | |
| Float3 | 10 | |
| Float4 | 11 | |
| Quaternion | 12 | |
| Entity | 13 | |
| Hash128 | 14 | |
| Int4 | 15 |