ParameterDictionary.

GetFloat(StringReference) Method

Summary

Gets the value of a float parameter registered with the `key`. Returns 0 if no such parameter exists.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ParameterDictionary

Syntax

public float GetFloat(StringReference key)

Remarks

The `key` must not be null or empty.

Parameters

Name Type Description
key StringReference

Return Value

Type Description
float