SpatialVelocityTracker
继承
简要描述
描述
成员
类型 | 属性名 | 默认值 |
---|---|---|
bool | track_physics_step | false |
方法
返回值类型 | 方法名称 |
---|---|
Vector3 | get_tracked_linear_velocity() const |
void | reset(position: Vector3) |
void | update_position(position: Vector3) |
常量
成员说明
- bool track_physics_step
Default | false |
---|---|
setter | set_track_physics_step(value) |
getter | is_tracking_physics_step |
方法说明
- get_tracked_linear_velocity get_tracked_linear_velocity() const
- reset reset(position: Vector3)
- update_position update_position(position: Vector3)