[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.WorldData
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public struct WorldLocation
Public Structure WorldLocation
public value class WorldLocation

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
WorldLocation(UInt16, UInt16, SByte)
Initializes WorldLocation object with specified values.
GetHashCode()()() (Overrides ValueType..::.GetHashCode()()().)
Parse(String)
Parses string to WorldLocation.
ToString()()()
Returns human readable representation of object.
(Overrides ValueType..::.ToString()()().)
X
Y
Z

See Also