C# 클래스 SwfDotNet.IO.SwcReader

SwcReader
파일 보기 프로젝트 열기: bladecoding/SwfExport

공개 메소드들

메소드 설명
ReadSwc ( ) : Swc

Reads the SWC.

SwcReader ( Stream stream ) : System

Creates a new SwcReader instance.

SwcReader ( string fileName ) : System

Creates a new SwcReader instance.

메소드 상세

ReadSwc() 공개 메소드

Reads the SWC.
public ReadSwc ( ) : Swc
리턴 Swc

SwcReader() 공개 메소드

Creates a new SwcReader instance.
public SwcReader ( Stream stream ) : System
stream Stream Stream.
리턴 System

SwcReader() 공개 메소드

Creates a new SwcReader instance.
public SwcReader ( string fileName ) : System
fileName string Name of the file.
리턴 System