Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

MaterialPropertyBlock.SetFloat

Switch to Manual
public function SetFloat(name: string, value: float): void;
public function SetFloat(nameID: int, value: float): void;

Parameters

Description

Set a float property.

Adds a property to the block. If a float property with the given name already exists, the old value is replaced.

See Also: SetColor, SetVector, SetMatrix, SetTexture.