ProceduralPropertyType
Description

The type of a ProceduralProperty.

Variables
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.