C# Class Alexandria.PathStateAsset

An asset within a State.
Inheritance: Glare.Assets.DataAsset
Show file Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Open ( ) : Stream

Open a read-only stream to the asset data.

PathStateAsset ( State state, string relativePath ) : System

Initialise the asset.

Method Details

Open() public method

Open a read-only stream to the asset data.
public Open ( ) : Stream
return Stream

PathStateAsset() public method

Initialise the asset.
public PathStateAsset ( State state, string relativePath ) : System
state State
relativePath string
return System