C# 클래스 Reign.Video.Abstraction.Armature

파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

공개 메소드들

메소드 설명
Armature ( BinaryReader reader ) : System.Collections.Generic
Write ( BinaryWriter writer, SoftwareArmature softwareArmature ) : void

메소드 상세

Armature() 공개 메소드

public Armature ( BinaryReader reader ) : System.Collections.Generic
reader System.IO.BinaryReader
리턴 System.Collections.Generic

Write() 공개 정적인 메소드

public static Write ( BinaryWriter writer, SoftwareArmature softwareArmature ) : void
writer System.IO.BinaryWriter
softwareArmature SoftwareArmature
리턴 void