The PhysicsUpdateList class is used to manage the physics update queue.

PhysicsUpdateList 类用于实现物理更新队列。

层级 (查看完整内容)

属性

elements: ICollider[] = []

[Read-only] The array storing the elements of the queue.

[只读] 存储队列元素的数组。

length: number = 0

[Read-only] The current length of the queue.

[只读] 队列的当前长度。

方法