com.onlineobject.objectnet Namespace

RotationNetwork Constructor (Boolean, Boolean, Boolean)

Constructor with axis enable flags.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public RotationNetwork(

	bool x,

	bool y,

	bool z

)

Parameters

x
Type: Boolean
Enable rotation synchronization on the X axis.
y
Type: Boolean
Enable rotation synchronization on the Y axis.
z
Type: Boolean
Enable rotation synchronization on the Z axis.