C# Класс FSO.Content.Content

Content is a singleton responsible for loading data.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AllFiles string[]
Audio 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 ChangeManager
GlobalTuning FSO.Files.Tuning
UIGraphics UIGraphicsProvider
WorldCatalog WorldObjectCatalog
WorldFloors WorldFloorProvider
WorldObjectGlobals WorldGlobalProvider
WorldObjects WorldObjectProvider
WorldWalls WorldWallProvider

Открытые методы

Метод Описание
Get ( ) : Content
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.

Приватные методы

Метод Описание
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 fileList ) : void

Scans a directory for a list of files.

Описание методов

Get() публичный статический Метод

public static Get ( ) : Content
Результат Content

GetPath() публичный Метод

Gets a path relative to the client's directory.
public GetPath ( string path ) : string
path string The path to combine with the client's directory.
Результат string

GetResource() публичный Метод

Gets a resource using a path and ID.
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.
Результат Stream

Init() публичный статический Метод

public static Init ( string basepath, Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : void
basepath string
device Microsoft.Xna.Framework.Graphics.GraphicsDevice
Результат void

InitWorld() публичный Метод

Initiates loading for world.
public InitWorld ( ) : void
Результат void

Описание свойств

AllFiles публичное свойство

public string[] AllFiles
Результат string[]

Audio публичное свойство

public Audio,FSO.Content Audio
Результат Audio

AvatarAnimations публичное свойство

public AvatarAnimationProvider AvatarAnimations
Результат AvatarAnimationProvider

AvatarAppearances публичное свойство

public AvatarAppearanceProvider AvatarAppearances
Результат AvatarAppearanceProvider

AvatarBindings публичное свойство

public AvatarBindingProvider AvatarBindings
Результат AvatarBindingProvider

AvatarCollections публичное свойство

public AvatarCollectionsProvider AvatarCollections
Результат AvatarCollectionsProvider

AvatarHandgroups публичное свойство

public HandgroupProvider AvatarHandgroups
Результат HandgroupProvider

AvatarMeshes публичное свойство

public AvatarMeshProvider AvatarMeshes
Результат AvatarMeshProvider

AvatarOutfits публичное свойство

public AvatarOutfitProvider AvatarOutfits
Результат AvatarOutfitProvider

AvatarPurchasables публичное свойство

public AvatarPurchasables AvatarPurchasables
Результат AvatarPurchasables

AvatarSkeletons публичное свойство

public AvatarSkeletonProvider AvatarSkeletons
Результат AvatarSkeletonProvider

AvatarTextures публичное свойство

public AvatarTextureProvider AvatarTextures
Результат AvatarTextureProvider

AvatarThumbnails публичное свойство

public AvatarThumbnailProvider AvatarThumbnails
Результат AvatarThumbnailProvider

BasePath публичное свойство

public string BasePath
Результат string

Changes публичное свойство

public ChangeManager,FSO.Content Changes
Результат ChangeManager

GlobalTuning публичное свойство

public Tuning,FSO.Files GlobalTuning
Результат FSO.Files.Tuning

UIGraphics публичное свойство

public UIGraphicsProvider UIGraphics
Результат UIGraphicsProvider

WorldCatalog публичное свойство

public WorldObjectCatalog,FSO.Content WorldCatalog
Результат WorldObjectCatalog

WorldFloors публичное свойство

public WorldFloorProvider WorldFloors
Результат WorldFloorProvider

WorldObjectGlobals публичное свойство

public WorldGlobalProvider WorldObjectGlobals
Результат WorldGlobalProvider

WorldObjects публичное свойство

public WorldObjectProvider WorldObjects
Результат WorldObjectProvider

WorldWalls публичное свойство

public WorldWallProvider WorldWalls
Результат WorldWallProvider