C# 클래스 ParkitectNexus.Data.Assets.Meta.AssetMetadataStorage

상속: IAssetMetadataStorage
파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient

공개 메소드들

메소드 설명
GetMetadata ( AssetType type, string path ) : IAssetMetadata
StoreMetadata ( AssetType type, string path, IAssetMetadata metadata ) : void

비공개 메소드들

메소드 설명
GetMetadataFilePath ( AssetType type, string path ) : string
GetMetadataType ( AssetType type ) : Type

메소드 상세

GetMetadata() 공개 메소드

public GetMetadata ( AssetType type, string path ) : IAssetMetadata
type AssetType
path string
리턴 IAssetMetadata

StoreMetadata() 공개 메소드

public StoreMetadata ( AssetType type, string path, IAssetMetadata metadata ) : void
type AssetType
path string
metadata IAssetMetadata
리턴 void