HeldObjectInfo Struct
Information about if this HeldObjectInfo is being held by an agent.
Syntax
[Sansar.Script.Interface]
public struct HeldObjectInfo
public struct HeldObjectInfo
Remarks
Documentation for this section has not yet been entered.
Requirements
Namespace: Sansar.Simulation
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
Members
See Also: Inherited members from ValueType.
Public Fields
|
ControlPoint | ControlPointType . The HeldObjectInfo.ControlPoint that was used to grab the object. |
|
IsHeld | bool . Is the object being held by an agent |
|
LocalPosition | Sansar.Vector . The local space point on the object that is held. |
|
SessionId | Sansar.Script.SessionId . The SessionId of the agent that is holding the object. |
Member Details
ControlPoint Field
The HeldObjectInfo.ControlPoint that was used to grab the object.Syntax
[Sansar.Script.Interface]
public ControlPointType ControlPointRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sansar.Simulation
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
IsHeld Field
Is the object being held by an agentSyntax
[Sansar.Script.Interface]
public bool IsHeldRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sansar.Simulation
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
LocalPosition Field
The local space point on the object that is held.Syntax
[Sansar.Script.Interface]
public Sansar.Vector LocalPositionRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sansar.Simulation
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
SessionId Field
The SessionId of the agent that is holding the object.Syntax
[Sansar.Script.Interface]
public Sansar.Script.SessionId SessionIdRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sansar.Simulation
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
0 Comments