MegaTrackerBlockInstance Class¶
Description¶
The block instance localized by MegaTracker.
blockId¶
The ID of the block.
- C
void easyar_MegaTrackerBlockInstance_blockId(const easyar_MegaTrackerBlockInstance * This, easyar_String * * Return)
- C++
std::string blockId()
- Java
public java.lang.@Nonnull String blockId()
- Kotlin
fun blockId(): String
- Objective-C
- (NSString *)blockId
- Swift
public func blockId() -> String
- C#
public virtual string blockId()
name¶
The name of the block.
- C
void easyar_MegaTrackerBlockInstance_name(const easyar_MegaTrackerBlockInstance * This, easyar_String * * Return)
- C++
std::string name()
- Java
public java.lang.@Nonnull String name()
- Kotlin
fun name(): String
- Objective-C
- (NSString *)name
- Swift
public func name() -> String
- C#
public virtual string name()
pose¶
The map pose in the camera coordinates.