com.onlineobject.objectnet Namespace

ScaleNetwork Constructor (Boolean, Boolean, Boolean)

Constructor that allows enabling or disabling synchronization for each axis.

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

Syntax


public ScaleNetwork(

	bool x,

	bool y,

	bool z

)

Parameters

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