C# 클래스 Fusion.Pipeline.Asset

Asset represent of designers' or artists' product (like scene, texture or game object) and its description in suitable for game form.
파일 보기 프로젝트 열기: demiurghg/FusionEngine

Private Properties

프로퍼티 타입 설명
GatherAssetTypes System.Type[]

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GatherAssetTypes ( ) : System.Type[]

메소드 상세

Asset() 공개 메소드

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

Build() 공개 추상적인 메소드

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