Click or drag to resize

MotorAspectTryLockTargetDirection Method

Tries to acquire a lock for the TargetDirection property.

Namespace:  Demo3D.Visuals.Motor
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public MotorAspectLock<MotorDirection> TryLockTargetDirection()

Return Value

Type: MotorAspectLockMotorDirection
The acquired lock, or null if something else currently holds a lock.
See Also