C# 클래스 Glare.Assets.TextureAsset

A simple Texture asset.
상속: Asset
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Browse ( Action progressUpdateCallback = null ) : Control

Display the texture in a window.

TextureAsset ( AssetLoader loader, Glare texture ) : System

Initialise the asset.

TextureAsset ( AssetManager manager, string name, Texture texture ) : System

Initialise the asset.

TextureAsset ( FolderAsset parent, AssetLoader loader, Glare texture ) : System

Initialise the asset.

메소드 상세

Browse() 공개 메소드

Display the texture in a window.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
리턴 System.Windows.Forms.Control

TextureAsset() 공개 메소드

Initialise the asset.
public TextureAsset ( AssetLoader loader, Glare texture ) : System
loader AssetLoader
texture Glare
리턴 System

TextureAsset() 공개 메소드

Initialise the asset.
public TextureAsset ( AssetManager manager, string name, Texture texture ) : System
manager AssetManager
name string
texture Texture
리턴 System

TextureAsset() 공개 메소드

Initialise the asset.
public TextureAsset ( FolderAsset parent, AssetLoader loader, Glare texture ) : System
parent FolderAsset
loader AssetLoader
texture Glare
리턴 System