C# Class Scaleform.SFMovieCreationParams

Show file Open project: noahfreedman/Stereoscopic_Scatterplot Class Usage Examples

Public Methods

Method Description
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

Method Details

SFMovieCreationParams() public method

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
return UnityEngine

SFMovieCreationParams() public method

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
return UnityEngine