Select your preferred scripting language. All code snippets will be displayed in this language.
enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe type of a ProceduralProperty.
Boolean | Procedural boolean property. Use with ProceduralMaterial.GetProceduralBoolean. |
Float | Procedural float property. Use with ProceduralMaterial.GetProceduralFloat. |
Vector2 | Procedural Vector2 property. Use with ProceduralMaterial.GetProceduralVector. |
Vector3 | Procedural Vector3 property. Use with ProceduralMaterial.GetProceduralVector. |
Vector4 | Procedural Vector4 property. Use with ProceduralMaterial.GetProceduralVector. |
Color3 | Procedural Color property without alpha. Use with ProceduralMaterial.GetProceduralColor. |
Color4 | Procedural Color property with alpha. Use with ProceduralMaterial.GetProceduralColor. |
Enum | Procedural Enum property. Use with ProceduralMaterial.GetProceduralEnum. |
Texture | Procedural Texture property. Use with ProceduralMaterial.GetProceduralTexture. |