24#ifndef _SBS_MOVINGWALKWAY_H
25#define _SBS_MOVINGWALKWAY_H
34 MovingWalkway(
Object *parent,
const std::string &name,
int run,
Real speed,
const std::string &sound_file,
const std::string &texture,
const std::string &direction,
Real CenterX,
Real CenterZ,
Real width,
Real treadsize,
int num_steps,
Real voffset,
Real tw,
Real th);
36 void Enabled(
bool value);
37 void Report(
const std::string &message);
38 bool ReportError(
const std::string &message);
41 void OnClick(
Vector3 &position,
bool shift,
bool ctrl,
bool alt,
bool right);
43 void SetRun(
int value);
56 void CreateSteps(
const std::string &texture,
const std::string &direction,
Real width,
Real treadsize,
Real tw,
Real th);
std::vector< Step * > Steps