Documentation

SkinAnimation
in package

Table of Contents

EXPRESSION_BLINKING  = 1
EXPRESSION_LINEAR  = 0
TYPE_BODY_32  = 2
TYPE_BODY_64  = 3
TYPE_HEAD  = 1
$expressionType  : int
$frames  : float
$image  : SkinImage
$type  : int
__construct()  : mixed
getExpressionType()  : int
getFrames()  : float
The total amount of frames in an animation.
getImage()  : SkinImage
Image of the animation.
getType()  : int
The type of animation you are applying.

Constants

Properties

Methods

__construct()

public __construct(SkinImage $image, int $type, float $frames, int $expressionType) : mixed
Parameters
$image : SkinImage
$type : int
$frames : float
$expressionType : int
Return values
mixed

getExpressionType()

public getExpressionType() : int
Return values
int

getFrames()

The total amount of frames in an animation.

public getFrames() : float
Return values
float

getType()

The type of animation you are applying.

public getType() : int
Return values
int

Search results