isDynamic property
bool
get
isDynamic
I indicates that this rigid body to determine whether it is a rigid body dynamic.
Implementation
bool get isDynamic => RigidBodyType.dynamic == type;
I indicates that this rigid body to determine whether it is a rigid body dynamic.
bool get isDynamic => RigidBodyType.dynamic == type;