Skip to content

TStep

#include "Tutorial/Tutorial.h"

Public Functions

Name
TStep() =default

Public Attributes

Name
std::vector< std::shared_ptr< TutorialElement > >m_content
std::stringm_scriptToRunWhenShown

Public Functions Documentation

function TStep

cpp
TStep() =default
TStep() =default

Public Attributes Documentation

variable m_content

cpp
std::vector< std::shared_ptr< TutorialElement > > m_content;
std::vector< std::shared_ptr< TutorialElement > > m_content;

variable m_scriptToRunWhenShown

cpp
std::string m_scriptToRunWhenShown;
std::string m_scriptToRunWhenShown;

Updated on 2024-03-16 at 19:15:00 +0000