Click or drag to resize

ConstraintTree Class

Represents a constraint group for requirements
Inheritance Hierarchy
SystemObject
  ImmerseSDK.InteractionConstraintTree

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
[SerializableAttribute]
public class ConstraintTree : ISerializationCallbackReceiver

The ConstraintTree type exposes the following members.

Constructors
  NameDescription
Public methodConstraintTree
Initializes a new instance of the ConstraintTree class
Top
Properties
  NameDescription
Public propertyReferenceList
the reference list that is serialised. For internal use only.
Public propertyRoot
The root contraint (this is always a group)
Public propertySerializedNodes
The nodes that is serialised. For internal use only.
Top
Methods
  NameDescription
Public methodIsMet
Evaluates the constraint(s)
Public methodOnAfterDeserialize
Public methodOnBeforeSerialize
Top
Fields
See Also