GifFrame Constructor

PowerGif

DropDown image DropDownHover image Collapse image Expand image CollapseAll image ExpandAll image Copy image CopyHover image

Namespace: Assets.PowerGif
Assembly: Assembly-CSharp (in Assembly-CSharp.dll)

Expand  imageSyntax

Visual Basic (Declaration)
Public Sub New( _ 
ByVal texture As Texture2D, _ 
ByVal delay As Single, _ 
Optional ByVal disposalMethod As DisposalMethod = DisposalMethod.RestoreToBackgroundColor _ 
)
C#
public GifFrame( 
Texture2D texture
float delay
DisposalMethod disposalMethod = DisposalMethod.RestoreToBackgroundColor 
)
C++
public:  
GifFrame( 
Texture2D^ texture
float delay
DisposalMethod disposalMethod 
)
JScript
public function GifFrame( 
texture : Texture2D
delay : float
disposalMethod : DisposalMethod 
);

Parameters

texture

Type: Texture2D

delay

Type: float

disposalMethod

Type: DisposalMethod

Expand image Version Information

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

Expand image See Also