PersonaSkinPiece
Table of Contents
-
PIECE_TYPE_PERSONA_BODY
= "persona_body"
-
PIECE_TYPE_PERSONA_BOTTOM
= "persona_bottom"
-
PIECE_TYPE_PERSONA_EYES
= "persona_eyes"
-
PIECE_TYPE_PERSONA_FACIAL_HAIR
= "persona_facial_hair"
-
PIECE_TYPE_PERSONA_FEET
= "persona_feet"
-
PIECE_TYPE_PERSONA_HAIR
= "persona_hair"
-
PIECE_TYPE_PERSONA_MOUTH
= "persona_mouth"
-
PIECE_TYPE_PERSONA_SKELETON
= "persona_skeleton"
-
PIECE_TYPE_PERSONA_SKIN
= "persona_skin"
-
PIECE_TYPE_PERSONA_TOP
= "persona_top"
-
$isDefaultPiece
: bool
-
$packId
: string
-
$pieceId
: string
-
$pieceType
: string
-
$productId
: string
-
__construct()
: mixed
-
getPackId()
: string
-
getPieceId()
: string
-
getPieceType()
: string
-
getProductId()
: string
-
isDefaultPiece()
: bool
PIECE_TYPE_PERSONA_BODY
public
mixed
PIECE_TYPE_PERSONA_BODY
= "persona_body"
PIECE_TYPE_PERSONA_BOTTOM
public
mixed
PIECE_TYPE_PERSONA_BOTTOM
= "persona_bottom"
PIECE_TYPE_PERSONA_EYES
public
mixed
PIECE_TYPE_PERSONA_EYES
= "persona_eyes"
PIECE_TYPE_PERSONA_FACIAL_HAIR
public
mixed
PIECE_TYPE_PERSONA_FACIAL_HAIR
= "persona_facial_hair"
PIECE_TYPE_PERSONA_FEET
public
mixed
PIECE_TYPE_PERSONA_FEET
= "persona_feet"
PIECE_TYPE_PERSONA_HAIR
public
mixed
PIECE_TYPE_PERSONA_HAIR
= "persona_hair"
PIECE_TYPE_PERSONA_MOUTH
public
mixed
PIECE_TYPE_PERSONA_MOUTH
= "persona_mouth"
PIECE_TYPE_PERSONA_SKELETON
public
mixed
PIECE_TYPE_PERSONA_SKELETON
= "persona_skeleton"
PIECE_TYPE_PERSONA_SKIN
public
mixed
PIECE_TYPE_PERSONA_SKIN
= "persona_skin"
PIECE_TYPE_PERSONA_TOP
public
mixed
PIECE_TYPE_PERSONA_TOP
= "persona_top"
$isDefaultPiece
private
bool
$isDefaultPiece
$packId
private
string
$packId
$pieceId
private
string
$pieceId
$pieceType
private
string
$pieceType
$productId
private
string
$productId
__construct()
public
__construct(string $pieceId, string $pieceType, string $packId, bool $isDefaultPiece, string $productId) : mixed
Parameters
-
$pieceId
: string
-
-
$pieceType
: string
-
-
$packId
: string
-
-
$isDefaultPiece
: bool
-
-
$productId
: string
-
Return values
mixed
—
getPackId()
public
getPackId() : string
Return values
string
—
getPieceId()
public
getPieceId() : string
Return values
string
—
getPieceType()
public
getPieceType() : string
Return values
string
—
getProductId()
public
getProductId() : string
Return values
string
—
isDefaultPiece()
public
isDefaultPiece() : bool
Return values
bool
—