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

파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 메소드들

메소드 설명
Action ( BinaryReader reader ) : System
Write ( BinaryWriter writer, SoftwareAction softwareAction ) : void

비공개 메소드들

메소드 설명
calculateValues ( float frame ) : float[]

메소드 상세

Action() 공개 메소드

public Action ( BinaryReader reader ) : System
reader System.IO.BinaryReader
리턴 System

Write() 공개 정적인 메소드

public static Write ( BinaryWriter writer, SoftwareAction softwareAction ) : void
writer System.IO.BinaryWriter
softwareAction SoftwareAction
리턴 void