Foot step configuration.
More...
Foot step configuration.
Stores interval and events for a type of foot steps.
◆ addEvent()
void Dragengine.Scenery.ECBehaviorFootSteps.Configuration.addEvent |
( |
Event |
event | ) |
|
◆ findEvent()
Event Dragengine.Scenery.ECBehaviorFootSteps.Configuration.findEvent |
( |
Block |
ablock | ) |
|
Find event with block receiving argument Event returning true if found.
◆ forEachEvent()
void Dragengine.Scenery.ECBehaviorFootSteps.Configuration.forEachEvent |
( |
Block |
ablock | ) |
|
Visit events with block receiving argument Event.
◆ getEventAt()
Event Dragengine.Scenery.ECBehaviorFootSteps.Configuration.getEventAt |
( |
int |
index | ) |
|
◆ getEventCount()
int Dragengine.Scenery.ECBehaviorFootSteps.Configuration.getEventCount |
( |
| ) |
|
◆ getID()
String Dragengine.Scenery.ECBehaviorFootSteps.Configuration.getID |
( |
| ) |
|
◆ getInterval()
float Dragengine.Scenery.ECBehaviorFootSteps.Configuration.getInterval |
( |
| ) |
|
Interval in seconds before foot steps repeat.
◆ new()
Configuration Dragengine.Scenery.ECBehaviorFootSteps.Configuration.new |
( |
String |
id | ) |
|
Create foot steps configuration.
◆ removeAllEvents()
void Dragengine.Scenery.ECBehaviorFootSteps.Configuration.removeAllEvents |
( |
| ) |
|
◆ removeEvent()
void Dragengine.Scenery.ECBehaviorFootSteps.Configuration.removeEvent |
( |
Event |
event | ) |
|
◆ setInterval()
void Dragengine.Scenery.ECBehaviorFootSteps.Configuration.setInterval |
( |
float |
interval | ) |
|
Set interval in seconds before foot steps repeat.
Clamped to 0.1 if smaller.
◆ pEvents
Array Dragengine.Scenery.ECBehaviorFootSteps.Configuration.pEvents |
◆ pID
String Dragengine.Scenery.ECBehaviorFootSteps.Configuration.pID |
◆ pInterval
float Dragengine.Scenery.ECBehaviorFootSteps.Configuration.pInterval |
The documentation for this class was generated from the following file: