C# Класс Scaleform.SFMovieCreationParams

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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