AnimatedProperty<TJob, TValue>.

InitializeProperty(Animator, int, Transform, Type, string) Method

Summary

Initializes the specified `index` to read a property with the specified `name`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimatedProperty<TJob, TValue>

Syntax

public void InitializeProperty(Animator animator, int index, Transform transform, Type type, string name)

Parameters

Name Type Description
animator Animator
index int
transform Transform
type Type
name string

Return Value

Type Description
void