DisEntityPart¶
- DisEntityPart
DisEntityPart.TypeDesignator DisEntityPart.ChangeIndicator DisEntityPart.PartAttachedTo DisEntityPart.GetParameterType DisEntityPart.Float32Value DisEntityPart.EntityTypeValue
Overview¶
DisEntityPart is an implementation of the DIS entity part. The entity part is used by DIS to communicate the states of articulated parts.
Methods¶
- int TypeDesignator()¶
Returns an identifier for the part.
- int ChangeIndicator()¶
Returns a flag indicating the parts parameters have changed since the last received entity state.
- int PartAttachedTo()¶
If the part is attached to another part, this method will return the ID of the parent part.
- int GetParameterType()¶
Returns the a parameter type.
- int Float32Value()¶
Returns the value for the articulation.
- int EntityTypeValue()¶
Returns the entity type value ID.