Click or drag to resize
MyMultipleEnabledEnum Enumeration

[This is preliminary documentation and is subject to change.]

Enumeration describing Enabled state of multiple objects.

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public enum MyMultipleEnabledEnum
Members
  Member nameValueDescription
NoObjects0
AllDisabled1
Mixed2
AllEnabled3
See Also