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.
Mostra file Open project: demiurghg/FusionEngine

Private Properties

Property Type Description
GatherAssetTypes System.Type[]

Public Methods

Method 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

Method Description
GatherAssetTypes ( ) : System.Type[]

Method Details

Asset() public method

Creates asset's instance
public Asset ( string assetPath ) : System
assetPath string
return System

Build() public abstract method

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