This version of Unity is unsupported.

MaterialPropertyBlock.GetFloat

Declaration

public float GetFloat(string name);

Declaration

public float GetFloat(int nameID);

Parameters

nameID The name ID of the property retrieved by Shader.PropertyToID.
name The name of the property.

Description

Get a float from the property block.

Returns zero if not found.