RigsofRods
Soft-body Physics Simulation
Public Member Functions | Private Attributes
RoR::TerrainEditor Class Reference

Minimalist editor mode; orig. More...

#include <TerrainEditor.h>

Public Member Functions

void UpdateInputEvents (float dt)
 
void WriteOutputFile ()
 
void ClearSelection ()
 

Private Attributes

bool m_object_tracking = true
 
int m_rotation_axis = 1
 0=X, 1=Y, 2=Z More...
 
std::string m_last_object_name
 
int m_object_index = -1
 

Detailed Description

Minimalist editor mode; orig.

code by Ulteq/2016

Definition at line 36 of file TerrainEditor.h.

Member Function Documentation

◆ ClearSelection()

void TerrainEditor::ClearSelection ( )

Definition at line 320 of file TerrainEditor.cpp.

+ Here is the caller graph for this function:

◆ UpdateInputEvents()

void TerrainEditor::UpdateInputEvents ( float  dt)

Definition at line 39 of file TerrainEditor.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ WriteOutputFile()

void TerrainEditor::WriteOutputFile ( )

Definition at line 252 of file TerrainEditor.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ m_last_object_name

std::string RoR::TerrainEditor::m_last_object_name
private

Definition at line 46 of file TerrainEditor.h.

◆ m_object_index

int RoR::TerrainEditor::m_object_index = -1
private

Definition at line 47 of file TerrainEditor.h.

◆ m_object_tracking

bool RoR::TerrainEditor::m_object_tracking = true
private

Definition at line 44 of file TerrainEditor.h.

◆ m_rotation_axis

int RoR::TerrainEditor::m_rotation_axis = 1
private

0=X, 1=Y, 2=Z

Definition at line 45 of file TerrainEditor.h.


The documentation for this class was generated from the following files: