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

Switch to Manual
public function GetFloat(name: string): float;
public function GetFloat(nameID: int): float;

Parameters

Description

Get a float from the property block.

Returns zero if not found.