Cogs.Core
Extensions
Editor
Source
Commands
AssetPipeCommand.h
1
#pragma once
2
3
#include "EditorCommand.h"
4
5
namespace
Cogs::Core
6
{
7
struct
AssetPipeCommand
:
public
PostCommand
8
{
9
AssetPipeCommand
(
EditorState
* state) :
PostCommand
(state) {}
10
11
void
apply
()
override
;
12
void
undo()
override
;
13
void
applyPost()
override
;
14
};
15
}
Cogs::Core
Contains the Engine, Renderer, resource managers and other systems needed to run Cogs....
Definition:
ComponentFunctions.h:10
Cogs::Core::AssetPipeCommand
Definition:
AssetPipeCommand.h:8
Cogs::Core::AssetPipeCommand::apply
void apply() override
Run the command.
Definition:
AssetPipeCommand.cpp:1074
Cogs::Core::EditorState
Definition:
EditorState.h:76
Cogs::Core::PostCommand
Abstract base class for all editor batch Post commands.
Definition:
EditorCommand.h:28
Generated by
1.9.6