C# 클래스 TressFXLib.Formats.UTFXFormat

The unity tressfx format was implemented in order to create an own format for the unity tressfx implementation and add some additional parameters to the rendering and simulation.
상속: TFXBFormat
파일 보기 프로젝트 열기: kennux/TressFXUnity

공개 메소드들

메소드 설명
Export ( BinaryWriter writer, string path, Hair hair ) : void
Import ( BinaryReader reader, string path, Hair hair, HairImportSettings importSettings ) : HairMesh[]

메소드 상세

Export() 공개 메소드

public Export ( BinaryWriter writer, string path, Hair hair ) : void
writer System.IO.BinaryWriter
path string
hair Hair
리턴 void

Import() 공개 메소드

public Import ( BinaryReader reader, string path, Hair hair, HairImportSettings importSettings ) : HairMesh[]
reader System.IO.BinaryReader
path string
hair Hair
importSettings HairImportSettings
리턴 HairMesh[]