This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

PropertyStreamHandle.SetBool

Declaration

public void SetBool(Experimental.Animations.AnimationStream stream, bool value);

Parameters

stream The AnimationStream holding the animated values.
value The new boolean property value.

Description

Sets the boolean property value into a stream.

If the property is not a boolean, the method will throw an InvalidOperationException.