C# Class Fusion.Pipeline.Asset

Asset represent of designers' or artists' product (like scene, texture or game object) and its description in suitable for game form.
Afficher le fichier Open project: demiurghg/FusionEngine

Private Properties

Свойство Type Description
GatherAssetTypes System.Type[]

Méthodes publiques

Méthode Description
Asset ( string assetPath ) : System

Creates asset's instance

Build ( BuildContext buildContext ) : void

Performs asset build. This method can add new assets to asset collection while building.

Private Methods

Méthode Description
GatherAssetTypes ( ) : System.Type[]

Method Details

Asset() public méthode

Creates asset's instance
public Asset ( string assetPath ) : System
assetPath string
Résultat System

Build() public abstract méthode

Performs asset build. This method can add new assets to asset collection while building.
public abstract Build ( BuildContext buildContext ) : void
buildContext BuildContext
Résultat void