C# 클래스 Alexandria.PathStateAsset

An asset within a State.
상속: Glare.Assets.DataAsset
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Open ( ) : Stream

Open a read-only stream to the asset data.

PathStateAsset ( State state, string relativePath ) : System

Initialise the asset.

메소드 상세

Open() 공개 메소드

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

PathStateAsset() 공개 메소드

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