Свойство | 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 |
Méthode | 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.
|
Méthode | 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. |
Résultat | 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. |
Résultat | Stream |
public static Init ( string basepath, Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : void | ||
basepath | string | |
device | Microsoft.Xna.Framework.Graphics.GraphicsDevice | |
Résultat | void |
public AvatarAnimationProvider AvatarAnimations | ||
Résultat | AvatarAnimationProvider |
public AvatarAppearanceProvider AvatarAppearances | ||
Résultat | AvatarAppearanceProvider |
public AvatarBindingProvider AvatarBindings | ||
Résultat | AvatarBindingProvider |
public AvatarCollectionsProvider AvatarCollections | ||
Résultat | AvatarCollectionsProvider |
public HandgroupProvider AvatarHandgroups | ||
Résultat | HandgroupProvider |
public AvatarOutfitProvider AvatarOutfits | ||
Résultat | AvatarOutfitProvider |
public AvatarPurchasables AvatarPurchasables | ||
Résultat | AvatarPurchasables |
public AvatarSkeletonProvider AvatarSkeletons | ||
Résultat | AvatarSkeletonProvider |
public AvatarTextureProvider AvatarTextures | ||
Résultat | AvatarTextureProvider |
public AvatarThumbnailProvider AvatarThumbnails | ||
Résultat | AvatarThumbnailProvider |
public WorldObjectCatalog,FSO.Content WorldCatalog | ||
Résultat |
public WorldGlobalProvider WorldObjectGlobals | ||
Résultat | WorldGlobalProvider |
public WorldObjectProvider WorldObjects | ||
Résultat | WorldObjectProvider |