SpaceRetainPolicyΒΆ

Enumeration SpaceRetainPolicy

Lists all available space retain policies.

A space retain policy defines the conditions under which a 3D space is preserved or discarded.

Enumeration Members

DISCARD_WHEN_LAST_MEMBER_LEAVES: 3

Discard the space when the last member leaves.

DISCARD_WHEN_OWNER_LEAVES: 2

Discard the space when the owner leaves.

PRESERVE: 1

Preserve the space even when the owner leaves.