C# 클래스 Azmyth.Assets.Asset

상속: IHasRect
파일 보기 프로젝트 열기: GalacticSoft/Azmyth 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_assets VectorList

공개 메소드들

메소드 설명
AddAsset ( Asset asset ) : void
Asset ( VectorID vectorID ) : System
RemoveAsset ( Asset asset ) : void
RemoveAsset ( VectorID assetID ) : void
RemoveAssets ( ) : void
RemoveAssets ( long vector ) : void
this ( VectorID id ) : Asset
this ( long vector, long id ) : Asset
this ( long vector ) : Asset>.Dictionary

보호된 메소드들

메소드 설명
Asset ( ) : System

메소드 상세

AddAsset() 공개 메소드

public AddAsset ( Asset asset ) : void
asset Asset
리턴 void

Asset() 보호된 메소드

protected Asset ( ) : System
리턴 System

Asset() 공개 메소드

public Asset ( VectorID vectorID ) : System
vectorID VectorID
리턴 System

RemoveAsset() 공개 메소드

public RemoveAsset ( Asset asset ) : void
asset Asset
리턴 void

RemoveAsset() 공개 메소드

public RemoveAsset ( VectorID assetID ) : void
assetID VectorID
리턴 void

RemoveAssets() 공개 메소드

public RemoveAssets ( ) : void
리턴 void

RemoveAssets() 공개 메소드

public RemoveAssets ( long vector ) : void
vector long
리턴 void

this() 공개 메소드

public this ( VectorID id ) : Asset
id VectorID
리턴 Asset

this() 공개 메소드

public this ( long vector, long id ) : Asset
vector long
id long
리턴 Asset

this() 공개 메소드

public this ( long vector ) : Asset>.Dictionary
vector long
리턴 Asset>.Dictionary

프로퍼티 상세

_assets 보호되어 있는 프로퍼티

protected VectorList _assets
리턴 VectorList