Enhanced image info.
More...
#include <EnhancedImage.hpp>
Enhanced image info.
Definition at line 24 of file EnhancedImage.hpp.
◆ Ptr
using CP_SDK::Unity::EnhancedImage::Ptr = std::shared_ptr<EnhancedImage> |
◆ EnhancedImage()
CP_SDK::Unity::EnhancedImage::EnhancedImage |
( |
CP_SDK_PRIV_TAG_ARG() |
| ) |
|
◆ ~EnhancedImage()
CP_SDK::Unity::EnhancedImage::~EnhancedImage |
( |
| ) |
|
◆ AnimControllerData()
Animation::AnimationControllerInstance::Ptr & CP_SDK::Unity::EnhancedImage::AnimControllerData |
( |
| ) |
|
◆ EnsureValidForHeight()
void CP_SDK::Unity::EnhancedImage::EnsureValidForHeight |
( |
int |
p_ForcedHeight | ) |
|
Ensure image valid.
- Parameters
-
p_ForcedHeight | Forced height |
◆ FromFile()
static void CP_SDK::Unity::EnhancedImage::FromFile |
( |
std::u16string |
p_FileName, |
|
|
std::u16string |
p_ID, |
|
|
_v::CActionRef< const EnhancedImage::Ptr & > |
p_Callback |
|
) |
| |
|
static |
From file.
- Parameters
-
p_FileName | File name |
p_ID | ID of the image |
p_Callback | Callback |
◆ FromRawAnimated()
From raw animated.
- Parameters
-
p_ID | ID of the image |
p_Type | Image type |
p_Bytes | Result bytes |
p_Callback | Callback |
p_ForcedHeight | Forced height |
◆ FromRawStatic()
static void CP_SDK::Unity::EnhancedImage::FromRawStatic |
( |
std::u16string |
p_ID, |
|
|
_v::CMonoPtrRef<::Array< uint8_t > > |
p_Bytes, |
|
|
_v::CActionRef< const EnhancedImage::Ptr & > |
p_Callback, |
|
|
int |
p_ForcedHeight = -1 |
|
) |
| |
|
static |
From raw.
- Parameters
-
p_ID | ID of the image |
p_Bytes | Result bytes |
p_Callback | Callback |
p_ForcedHeight | Forced height |
◆ Height()
int CP_SDK::Unity::EnhancedImage::Height |
( |
| ) |
|
◆ ImageID()
std::u16string_view CP_SDK::Unity::EnhancedImage::ImageID |
( |
| ) |
|
◆ Sprite()
_u::Sprite * CP_SDK::Unity::EnhancedImage::Sprite |
( |
| ) |
|
◆ Width()
int CP_SDK::Unity::EnhancedImage::Width |
( |
| ) |
|
The documentation for this class was generated from the following file: