Property | Type | Description | |
---|---|---|---|
AllFiles | string[] | ||
Audio | |||
AvatarAnimations | AvatarAnimationProvider | ||
AvatarAppearances | AvatarAppearanceProvider | ||
AvatarBindings | AvatarBindingProvider | ||
AvatarCollections | AvatarCollectionsProvider | ||
AvatarHandgroups | HandgroupProvider | ||
AvatarMeshes | AvatarMeshProvider | ||
AvatarOutfits | AvatarOutfitProvider | ||
AvatarPurchasables | AvatarPurchasables | ||
AvatarSkeletons | AvatarSkeletonProvider | ||
AvatarTextures | AvatarTextureProvider | ||
AvatarThumbnails | AvatarThumbnailProvider | ||
BasePath | string | ||
Changes | |||
GlobalTuning | |||
UIGraphics | UIGraphicsProvider | ||
WorldCatalog | |||
WorldFloors | WorldFloorProvider | ||
WorldObjectGlobals | WorldGlobalProvider | ||
WorldObjects | WorldObjectProvider | ||
WorldWalls | WorldWallProvider |
Method | Description | |
---|---|---|
Get ( ) : |
||
GetPath ( string path ) : string |
Gets a path relative to the client's directory.
|
|
GetResource ( string path, ulong assetID ) : Stream |
Gets a resource using a path and ID.
|
|
Init ( string basepath, Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : void | ||
InitWorld ( ) : void |
Initiates loading for world.
|
Method | Description | |
---|---|---|
Content ( string basePath, Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : System |
Creates a new instance of Content.
|
|
Init ( ) : void |
Setup the content manager so it knows where to find various files.
|
|
_ScanFiles ( string dir, List |
Scans a directory for a list of files.
|
public GetPath ( string path ) : string | ||
path | string | The path to combine with the client's directory. |
return | string |
public GetResource ( string path, ulong assetID ) : Stream | ||
path | string | The path to the file. If this path is to an archive, assetID can be null. |
assetID | ulong | The ID for the resource. Can be null if path doesn't point to an archive. |
return | Stream |
public static Init ( string basepath, Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : void | ||
basepath | string | |
device | Microsoft.Xna.Framework.Graphics.GraphicsDevice | |
return | void |
public AvatarAnimationProvider AvatarAnimations | ||
return | AvatarAnimationProvider |
public AvatarAppearanceProvider AvatarAppearances | ||
return | AvatarAppearanceProvider |
public AvatarBindingProvider AvatarBindings | ||
return | AvatarBindingProvider |
public AvatarCollectionsProvider AvatarCollections | ||
return | AvatarCollectionsProvider |
public HandgroupProvider AvatarHandgroups | ||
return | HandgroupProvider |
public AvatarOutfitProvider AvatarOutfits | ||
return | AvatarOutfitProvider |
public AvatarPurchasables AvatarPurchasables | ||
return | AvatarPurchasables |
public AvatarSkeletonProvider AvatarSkeletons | ||
return | AvatarSkeletonProvider |
public AvatarTextureProvider AvatarTextures | ||
return | AvatarTextureProvider |
public AvatarThumbnailProvider AvatarThumbnails | ||
return | AvatarThumbnailProvider |
public WorldObjectCatalog,FSO.Content WorldCatalog | ||
return |
public WorldGlobalProvider WorldObjectGlobals | ||
return | WorldGlobalProvider |