AnimationJobState<T>.

Job Property

Summary

The data of the job to be executed by this state.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimationJobState<T>

Syntax

public T Job { get; set; }

Remarks

Setting this value has a minor performance cost. If it needs to be changed frequently, consider using a single-item NativeArray in your job as demonstrated in the Hit Impacts sample.

Value

Type Description
T