C# 클래스 Scaleform.SFMovieCreationParams

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

공개 메소드들

메소드 설명
SFMovieCreationParams ( String name, int ox, int oy, int width, int height, IntPtr pdata, int length, bool initFirstFrame, Color32 bgColor, bool useBackgroundColor = false, ScaleModeType scaleModeType = ScaleModeType.SM_ShowAll, bool bautoManageVP = true ) : UnityEngine
SFMovieCreationParams ( String name, int ox, int oy, int width, int height, IntPtr pdata, int length, bool initFirstFrame, RenderTexture texture, Color32 bgColor, bool useBackgroundColor = false, ScaleModeType scaleModeType = ScaleModeType.SM_ShowAll, bool bAutoManageVP = true ) : UnityEngine

메소드 상세

SFMovieCreationParams() 공개 메소드

public SFMovieCreationParams ( String name, int ox, int oy, int width, int height, IntPtr pdata, int length, bool initFirstFrame, Color32 bgColor, bool useBackgroundColor = false, ScaleModeType scaleModeType = ScaleModeType.SM_ShowAll, bool bautoManageVP = true ) : UnityEngine
name String
ox int
oy int
width int
height int
pdata System.IntPtr
length int
initFirstFrame bool
bgColor UnityEngine.Color32
useBackgroundColor bool
scaleModeType ScaleModeType
bautoManageVP bool
리턴 UnityEngine

SFMovieCreationParams() 공개 메소드

public SFMovieCreationParams ( String name, int ox, int oy, int width, int height, IntPtr pdata, int length, bool initFirstFrame, RenderTexture texture, Color32 bgColor, bool useBackgroundColor = false, ScaleModeType scaleModeType = ScaleModeType.SM_ShowAll, bool bAutoManageVP = true ) : UnityEngine
name String
ox int
oy int
width int
height int
pdata System.IntPtr
length int
initFirstFrame bool
texture UnityEngine.RenderTexture
bgColor UnityEngine.Color32
useBackgroundColor bool
scaleModeType ScaleModeType
bAutoManageVP bool
리턴 UnityEngine