Click or drag to resize

SerializableIndexNode Class

Serialised version of the tree nodes
Inheritance Hierarchy
SystemObject
  ImmerseSDK.InteractionSerializableIndexNode

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

The SerializableIndexNode type exposes the following members.

Constructors
  NameDescription
Public methodSerializableIndexNode
Initializes a new instance of the SerializableIndexNode class
Top
Fields
  NameDescription
Public fieldchildCount
number of child nodes
Public fieldindexOfFirstChildInSerializedNodes
index into ConstraintTree's SerializedNodes list of first child node (other children are consecutive)
Public fieldopenForInspection
used by the inspector to determine if node is expanded or collapsed
Public fieldreferenceListIndex
index into ReferenceList
Top
See Also