ProceduralMaterial.SetProceduralBoolean
SetProceduralBoolean(inputName: string, value: bool): void;
void SetProceduralBoolean(string inputName, bool value);
def SetProceduralBoolean(inputName as string, value as bool) as void
Description

Set a named Procedural boolean property.

Used for ProceduralProperties of type Boolean.

See Also: GetProceduralPropertyDescriptions, GetProceduralBoolean.