[DllImport("FrozenWorldPlugin")] public static extern void FrozenWorld_Tracking_CreateFromSpawner(FrozenWorld_AttachmentPoint *spawnerAttachmentPoint, FrozenWorld_Vector *frozenLocation, FrozenWorld_AttachmentPoint *attachmentPointOut);
 [DllImport("FrozenWorldPlugin")] public static extern void FrozenWorld_Tracking_Move(FrozenWorld_Vector *targetFrozenLocation, FrozenWorld_AttachmentPoint *attachmentPointInOut);
 [DllImport("FrozenWorldPlugin")] public static extern void FrozenWorld_SetHead(FrozenWorld_Snapshot snapshot, FrozenWorld_Vector *headPosition, FrozenWorld_Vector *headDirectionForward, FrozenWorld_Vector *headDirectionUp);