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
EXPRESSION_BLINKING
public
mixed
EXPRESSION_BLINKING
= 1
EXPRESSION_LINEAR
public
mixed
EXPRESSION_LINEAR
= 0
TYPE_BODY_32
public
mixed
TYPE_BODY_32
= 2
TYPE_BODY_64
public
mixed
TYPE_BODY_64
= 3
TYPE_HEAD
public
mixed
TYPE_HEAD
= 1
Properties
$expressionType
private
int
$expressionType
$frames
private
float
$frames
$image
private
SkinImage
$image
$type
private
int
$type
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 —getImage()
Image of the animation.
public
getImage() : SkinImage
Return values
SkinImage —getType()
The type of animation you are applying.
public
getType() : int