Property isAvailable
isAvailable
Indicates whether the trajectory poses are available.
Declaration
public bool isAvailable { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
prevLocalToWorldPose, curLocalToWorldPose and ComputeTrajectory are available at the end of the Unity Update, so it is generally advised to inquire them during LateUpdate.