angularAxisLocks property

  1. @override
Vector3 get angularAxisLocks
override

Per-axis angular motion factors. See linearAxisLocks.

Implementation

@override
Vector3 get angularAxisLocks => _angularAxisLocks;
  1. @override
set angularAxisLocks (Vector3 value)
override

Implementation

@override
set angularAxisLocks(Vector3 value) => _angularAxisLocks = value;