VRage.Game.ObjectBuilders
MyObjectBuilder AnimationSMConditionsConjunction
Assembly: VRage.Game.dll
public class MyObjectBuilder_AnimationSMConditionsConjunction: MyObjectBuilder_Base
Conjunction of several simple conditions. This conjunction is true if all contained conditions are true.
Fields
| Member | Description |
|---|---|
| Conditions |
Properties
| Member | Description |
|---|---|
| SubtypeId | Inherited from MyObjectBuilder_Base |
| SubtypeName | Inherited from MyObjectBuilder_Base |
| TypeId | Inherited from MyObjectBuilder_Base |
Constructors
| Member | Description |
|---|---|
| MyObjectBuilder_AnimationSMConditionsConjunction() |
Methods
| Member | Description |
|---|---|
| DeepCopy() | Create deep copy of this conjuction of conditions. |
| ToString() | |
| Clone() | Inherited from MyObjectBuilder_Base |
| Equals(MyObjectBuilder_Base) | Inherited from MyObjectBuilder_Base |
| ShouldSerializeSubtypeId() | Inherited from MyObjectBuilder_Base |
Inheritance: MyObjectBuilder_Base