SitObjectInfo

SitObjectInfo Struct

Information about if an agent is sitting on this SitObjectInfo.

Syntax

[Sansar.Script.Interface]
public struct SitObjectInfo

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

 
ExitForward Sansar.Vector . The local space forward direction of the exit point from this sit point.
 
ExitPosition Sansar.Vector . The local space exit point where an agent will be when they stand up from this sit point.
 
IsOccupied bool . Is an agent sitting on this object
 
LocalForward Sansar.Vector . The local space forward direction for the object sit point.
 
LocalPosition Sansar.Vector . The local space point on the object where an agent would sit.
 
SessionId Sansar.Script.SessionId . The SessionId of the agent that is sitting on the object.

Member Details

ExitForward Field

The local space forward direction of the exit point from this sit point.

Syntax

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

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

ExitPosition Field

The local space exit point where an agent will be when they stand up from this sit point.

Syntax

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

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

IsOccupied Field

Is an agent sitting on this object

Syntax

[Sansar.Script.Interface]
public bool IsOccupied

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

LocalForward Field

The local space forward direction for the object sit point.

Syntax

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

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 where an agent would sit.

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 sitting on 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?
1 out of 1 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.