Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetFloat

Get a float from the property block.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

GetFloat(string)

Get a float from the property block.
public float GetFloat(string name)

Parameters

name

The name of the property.

Returns

Type

Description

float

Remarks

Returns zero if not found.

GetFloat(int)

Get a float from the property block.
public float GetFloat(int nameID)

Parameters

nameID

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

Returns

Type

Description

float

Remarks

Returns zero if not found.