HeldObjectInfo

HeldObjectInfo Struct

Information about if this HeldObjectInfo is being held by an agent.

Syntax

[Sansar.Script.Interface]
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

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 ControlPoint

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

IsHeld Field

Is the object being held by an agent

Syntax

[Sansar.Script.Interface]
public bool IsHeld

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

LocalPosition Field

The local space point on the object that is held.

Syntax

[Sansar.Script.Interface]
public Sansar.Vector LocalPosition

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

SessionId Field

The SessionId of the agent that is holding the object.

Syntax

[Sansar.Script.Interface]
public Sansar.Script.SessionId SessionId

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


Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.