inertiaTensor property

  1. @override
Matrix3? get inertiaTensor
override

Local-space inertia tensor. When null, derived from the owning colliders.

Implementation

@override
Matrix3? get inertiaTensor => _inertiaTensor;
  1. @override
set inertiaTensor (Matrix3? value)
override

Implementation

@override
set inertiaTensor(Matrix3? value) => _inertiaTensor = value;