Skip to content

Float

Note: This page lists custom PlayMaker actions only. Unity API-backed actions for this category link to Unity documentation and are not listed here.

Float Actions

Add

Add to a float variable value.

Add Clamp

Add to a float variable and clamp the result between a minimum and maximum.

Add Multiple

Add multiple float values to a float variable.

Add Wrap

Add to a float variable and wrap the result between a minimum and maximum.

Divide

Divide a float by another float.

Is Positive

Determine whether the specified value is positive.

List Sum

Get the sum total of a list of floats.

Multiply

Multiply a float by another float.

Normalize

Normalize a float value to 0..1 using a max value.

Operator

Perform add, subtract, multiply, divide, min, max, or modulus on two floats.

Remap

Remap a float value from one range to another.

Set Value

Set a float variable value.

Subtract

Subtract from a float variable value.