Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.