AnimatedProperty<TJob, TValue>.

AnimatedProperty(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
AnimatedProperty<TJob, TValue>

Syntax

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

Parameters

Name Type Description
animancer IAnimancerComponent
propertyCount int
options NativeArrayOptions

Return Value

Type Description
void