TextureResponse
ZEPETO.Module.TextureResponse
Response class containing a Texture2D
value.
Hierarchy
↳
TextureResponse
Constructors
constructor
• new TextureResponse()
Inherited from
Properties
isSuccess
• isSuccess: boolean
Represents the success status of the request.
Set to true
upon successful completion.
Inherited from
message
• message: string
Describes the result of the request.
Inherited from
texture
• texture: Texture2D
Texture2D
value.