C# Class Alexandria.PathStateAsset

An asset within a State.
Inheritance: Glare.Assets.DataAsset
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode 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 méthode

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

PathStateAsset() public méthode

Initialise the asset.
public PathStateAsset ( State state, string relativePath ) : System
state State
relativePath string
Résultat System