Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Attributes | List of all members
Olympe::ParameterBinding Struct Reference

Describes how a single parameter value is supplied to a task node. More...

#include <TaskGraphTemplate.h>

+ Collaboration diagram for Olympe::ParameterBinding:

Public Attributes

ParameterBindingType Type = ParameterBindingType::Literal
 Binding mode.
 
TaskValue LiteralValue
 Used when Type == Literal.
 
std::string VariableName
 Used when Type == LocalVariable.
 

Detailed Description

Describes how a single parameter value is supplied to a task node.

Definition at line 53 of file TaskGraphTemplate.h.

Member Data Documentation

◆ LiteralValue

TaskValue Olympe::ParameterBinding::LiteralValue

◆ Type

ParameterBindingType Olympe::ParameterBinding::Type = ParameterBindingType::Literal

◆ VariableName

std::string Olympe::ParameterBinding::VariableName

Used when Type == LocalVariable.

Definition at line 56 of file TaskGraphTemplate.h.


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