C# Класс Glare.Assets.FolderAsset

An asset that contains other assets.
Наследование: Asset
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Browse ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control

Provide a browser that shows the child assets as a tree.

BrowseContents ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control

Provide a browser that shows the child assets as a tree.

FolderAsset ( AssetLoader loader ) : System

Initialise the folder asset.

FolderAsset ( AssetManager manager, string name, string description = null ) : System

Initialise the folder asset.

FolderAsset ( FolderAsset parent, AssetLoader loader ) : System

Initialise the folder asset.

FolderAsset ( FolderAsset parent, string name, string description = null ) : System

Initialise the folder asset.

Описание методов

Browse() публичный Метод

Provide a browser that shows the child assets as a tree.
public Browse ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control
progressUpdateCallback Action
Результат System.Windows.Forms.Control

BrowseContents() публичный Метод

Provide a browser that shows the child assets as a tree.
public BrowseContents ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control
progressUpdateCallback Action
Результат System.Windows.Forms.Control

FolderAsset() публичный Метод

Initialise the folder asset.
public FolderAsset ( AssetLoader loader ) : System
loader AssetLoader
Результат System

FolderAsset() публичный Метод

Initialise the folder asset.
public FolderAsset ( AssetManager manager, string name, string description = null ) : System
manager AssetManager
name string
description string
Результат System

FolderAsset() публичный Метод

Initialise the folder asset.
public FolderAsset ( FolderAsset parent, AssetLoader loader ) : System
parent FolderAsset
loader AssetLoader
Результат System

FolderAsset() публичный Метод

Initialise the folder asset.
public FolderAsset ( FolderAsset parent, string name, string description = null ) : System
parent FolderAsset
name string
description string
Результат System