프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | 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. |
리턴 | Stream |
public static Init ( string basepath, Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : void | ||
basepath | string | |
device | Microsoft.Xna.Framework.Graphics.GraphicsDevice | |
리턴 | void |
public AvatarAnimationProvider AvatarAnimations | ||
리턴 | AvatarAnimationProvider |
public AvatarAppearanceProvider AvatarAppearances | ||
리턴 | AvatarAppearanceProvider |
public AvatarCollectionsProvider AvatarCollections | ||
리턴 | AvatarCollectionsProvider |
public AvatarThumbnailProvider AvatarThumbnails | ||
리턴 | AvatarThumbnailProvider |