![]() |
DI-Guy SDK Documentation
13.5
|
A struct representing public metadata for a gesture. More...
#include <diguyCharacterGesture.h>
Public Member Functions | |
| const char * | get_name () |
| name of gesture More... | |
| const char * | get_ui_name () |
| optional User Interface friendly Name More... | |
| const char * | get_category () |
| category of gesture More... | |
| const char * | get_description () |
| description of gesture More... | |
| float | get_duration () |
| how long the gesture is More... | |
| diguyMotionPosture | get_posture () |
| posture of main gesture motion. More... | |
| diguyMotionVariant | get_variant () |
| variant of main gesture motion. More... | |
Protected Member Functions | |
| diguyGestureMetadata (bdiGestureInit *m_internal_data) | |
Protected Attributes | |
| bdiGestureInit * | m_internal_data |
Friends | |
| class | bdiGestureInit |
A struct representing public metadata for a gesture.
|
protected |
| const char* diguyGestureMetadata::get_name | ( | ) |
name of gesture
| const char* diguyGestureMetadata::get_ui_name | ( | ) |
optional User Interface friendly Name
| const char* diguyGestureMetadata::get_category | ( | ) |
category of gesture
| const char* diguyGestureMetadata::get_description | ( | ) |
description of gesture
| float diguyGestureMetadata::get_duration | ( | ) |
how long the gesture is
| diguyMotionPosture diguyGestureMetadata::get_posture | ( | ) |
posture of main gesture motion.
| diguyMotionVariant diguyGestureMetadata::get_variant | ( | ) |
variant of main gesture motion.
|
friend |
|
protected |