C# 클래스 Glare.Assets.PluginFormatAsset

A PluginAsset that provides AssetFormats.
상속: PluginAsset
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
PluginFormatAsset ( AssetPlugin plugin ) : System

Initialise the plugin asset.

보호된 메소드들

메소드 설명
AddFormat ( AssetFormat format ) : void

Add a format to the collection of formats.

비공개 메소드들

메소드 설명
PluginFormatAsset ( AssetManager manager, ResourceManager resourceManager ) : System

메소드 상세

AddFormat() 보호된 메소드

Add a format to the collection of formats.
protected AddFormat ( AssetFormat format ) : void
format AssetFormat
리턴 void

PluginFormatAsset() 공개 메소드

Initialise the plugin asset.
public PluginFormatAsset ( AssetPlugin plugin ) : System
plugin AssetPlugin
리턴 System