AnimatedBool.

AnimatedBool(IAnimancerComponent, int, NativeArrayOptions) Constructor

Summary

Allocates room for a specified number of properties to be filled by InitializeProperty(int, Transform, Type, string).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimatedBool

Syntax

public AnimatedBool(IAnimancerComponent animancer, int propertyCount, NativeArrayOptions options = 1)

Parameters

Name Type Description
animancer IAnimancerComponent
propertyCount int
options NativeArrayOptions

Return Value

Type Description
void