C# 클래스 Fusion.Pipeline.AssetTypes.ImageFileTextureAsset

상속: Asset
파일 보기 프로젝트 열기: demiurghg/FusionEngine

Private Properties

프로퍼티 타입 설명
RunNVCompress void

공개 메소드들

메소드 설명
Build ( BuildContext buildContext ) : void
ImageFileTextureAsset ( string path ) : System

ToString ( ) : string

비공개 메소드들

메소드 설명
RunNVCompress ( BuildContext buildContext, string src, string dst, bool noMips, bool fast, bool toNormal, bool color, bool alpha, bool normal, TextureCompression compression ) : void

메소드 상세

Build() 공개 메소드

public Build ( BuildContext buildContext ) : void
buildContext BuildContext
리턴 void

ImageFileTextureAsset() 공개 메소드

public ImageFileTextureAsset ( string path ) : System
path string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string