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

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

공개 프로퍼티들

프로퍼티 타입 설명
Armature Armature

공개 메소드들

메소드 설명
ObjectArmature ( BinaryReader reader, Model model ) : System.Collections.Generic
Write ( BinaryWriter writer, SoftwareObjectArmature softwareObjectArmature ) : void

메소드 상세

ObjectArmature() 공개 메소드

public ObjectArmature ( BinaryReader reader, Model model ) : System.Collections.Generic
reader System.IO.BinaryReader
model Model
리턴 System.Collections.Generic

Write() 공개 정적인 메소드

public static Write ( BinaryWriter writer, SoftwareObjectArmature softwareObjectArmature ) : void
writer System.IO.BinaryWriter
softwareObjectArmature SoftwareObjectArmature
리턴 void

프로퍼티 상세

Armature 공개적으로 프로퍼티

public Armature,Reign.Video.Abstraction Armature
리턴 Armature