OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
OpenSim.Framework.SpawnPoint Struct Reference

Public Member Functions

void SetLocation (Vector3 pos, Quaternion rot, Vector3 point)
 
Vector3 GetLocation (Vector3 pos, Quaternion rot)
 
override string ToString ()
 Returns a string representation of this SpawnPoint. More...
 

Static Public Member Functions

static SpawnPoint Parse (string str)
 Generate a SpawnPoint from a string More...
 

Public Attributes

float Yaw
 
float Pitch
 
float Distance
 

Detailed Description

Definition at line 36 of file RegionSettings.cs.

Member Function Documentation

Vector3 OpenSim.Framework.SpawnPoint.GetLocation ( Vector3  pos,
Quaternion  rot 
)
inline

Definition at line 63 of file RegionSettings.cs.

static SpawnPoint OpenSim.Framework.SpawnPoint.Parse ( string  str)
inlinestatic

Generate a SpawnPoint from a string

Parameters
str

Definition at line 89 of file RegionSettings.cs.

void OpenSim.Framework.SpawnPoint.SetLocation ( Vector3  pos,
Quaternion  rot,
Vector3  point 
)
inline

Definition at line 42 of file RegionSettings.cs.

override string OpenSim.Framework.SpawnPoint.ToString ( )
inline

Returns a string representation of this SpawnPoint.

Returns

Definition at line 80 of file RegionSettings.cs.

Here is the caller graph for this function:

Member Data Documentation

float OpenSim.Framework.SpawnPoint.Distance

Definition at line 40 of file RegionSettings.cs.

float OpenSim.Framework.SpawnPoint.Pitch

Definition at line 39 of file RegionSettings.cs.

float OpenSim.Framework.SpawnPoint.Yaw

Definition at line 38 of file RegionSettings.cs.


The documentation for this struct was generated from the following file: