IntegrationMode#

Property in ShiftingOrigin

Whether to operate in Integration Mode.

If enabled, it will no longer shift the origin for everything automatically. To shift the water origin, call ShiftWaterOrigin. This is useful if you are handling origin shift for other objects yourself.

Declaration#

public bool IntegrationMode { get; set; }