linearFactor property

Vec3 linearFactor
getter/setter pair

Use this property to limit the motion along any world axis. (1,1,1) will allow motion along all axes while (0,0,0) allows none.

Implementation

Vec3 linearFactor = Vec3(1,1,1);