SitObjectInfo Struct
Information about if an agent is sitting on this SitObjectInfo.
Syntax
[Sansar.Script.Interface]
public struct SitObjectInfo
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
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 ExitForwardRemarks
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 ExitPositionRemarks
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 objectSyntax
[Sansar.Script.Interface]
public bool IsOccupiedRemarks
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 LocalForwardRemarks
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 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 sitting on 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