|
Meeting SDK for iOS API Reference
|
Custom 3D avatar element image information. More...
#include <MobileRTCCustom3DAvatarElementSettingContext.h>
Inherits NSObject.
Properties | |
| MobileRTCCustom3DAvatarElementImageType | elementImageType |
| Get the type of current element image. | |
| BOOL | isSelected |
| Determine if the current item is being used. | |
| NSString *_Nullable | imageFilePath |
| Get the file path of the current image. | |
| NSString *_Nullable | imageName |
| Get the name of the current image. | |
Custom 3D avatar element image information.
Definition at line 34 of file MobileRTCCustom3DAvatarElementSettingContext.h.
|
readwritenonatomicassign |
Get the type of current element image.
Definition at line 39 of file MobileRTCCustom3DAvatarElementSettingContext.h.
|
readwritenonatomiccopy |
Get the file path of the current image.
Definition at line 49 of file MobileRTCCustom3DAvatarElementSettingContext.h.
|
readwritenonatomiccopy |
Get the name of the current image.
Definition at line 54 of file MobileRTCCustom3DAvatarElementSettingContext.h.
|
readwritenonatomicassign |
Determine if the current item is being used.
Definition at line 44 of file MobileRTCCustom3DAvatarElementSettingContext.h.