Conscience Core
Public Member Functions | Public Attributes | List of all members
tinygltf::AnimationChannel Struct Reference

#include <tiny_gltf.h>

Public Member Functions

 AnimationChannel ()=default
 
bool operator== (const AnimationChannel &) const
 

Public Attributes

int sampler {-1}
 
int target_node {-1}
 
std::string target_path
 
Value extras
 
ExtensionMap extensions
 
Value target_extras
 
ExtensionMap target_extensions
 
std::string extras_json_string
 
std::string extensions_json_string
 
std::string target_extras_json_string
 
std::string target_extensions_json_string
 

Constructor & Destructor Documentation

◆ AnimationChannel()

tinygltf::AnimationChannel::AnimationChannel ( )
default

Member Function Documentation

◆ operator==()

bool tinygltf::AnimationChannel::operator== ( const AnimationChannel ) const

Member Data Documentation

◆ extensions

ExtensionMap tinygltf::AnimationChannel::extensions

◆ extensions_json_string

std::string tinygltf::AnimationChannel::extensions_json_string

◆ extras

Value tinygltf::AnimationChannel::extras

◆ extras_json_string

std::string tinygltf::AnimationChannel::extras_json_string

◆ sampler

int tinygltf::AnimationChannel::sampler {-1}

◆ target_extensions

ExtensionMap tinygltf::AnimationChannel::target_extensions

◆ target_extensions_json_string

std::string tinygltf::AnimationChannel::target_extensions_json_string

◆ target_extras

Value tinygltf::AnimationChannel::target_extras

◆ target_extras_json_string

std::string tinygltf::AnimationChannel::target_extras_json_string

◆ target_node

int tinygltf::AnimationChannel::target_node {-1}

◆ target_path

std::string tinygltf::AnimationChannel::target_path

The documentation for this struct was generated from the following file: