Class WaveFloater
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public class WaveFloater : ScriptComponentBehavior
- Inheritance
-
WaveFloater
- Inherited Members
Constructors
WaveFloater()
public WaveFloater()
Fields
bounceX
public bool bounceX
Field Value
bounceXFrequency
public float bounceXFrequency
Field Value
bounceY
public bool bounceY
Field Value
bounceYFrequency
public float bounceYFrequency
Field Value
bounceZ
public bool bounceZ
Field Value
bounceZFrequency
public float bounceZFrequency
Field Value
largeObject
public SimpleButton largeObject
Field Value
maxBounceXDistance
public float maxBounceXDistance
Field Value
maxBounceYDistance
public float maxBounceYDistance
Field Value
maxBounceZDistance
public float maxBounceZDistance
Field Value
maxOscillationAngle
public float maxOscillationAngle
Field Value
oscillateAtX
public bool oscillateAtX
Field Value
oscillateAtY
public bool oscillateAtY
Field Value
oscillateAtZ
public bool oscillateAtZ
Field Value
oscillationFrequency
public float oscillationFrequency
Field Value
smallObject
public SimpleButton smallObject
Field Value
Methods
GetTickRequirement()
public override ScriptComponentBehavior.TickRequirement GetTickRequirement()
Returns
OnEditorInit()
protected override void OnEditorInit()
OnEditorTick(float)
protected override void OnEditorTick(float dt)
Parameters
dt
float
OnEditorVariableChanged(string)
protected override void OnEditorVariableChanged(string variableName)
Parameters
variableName
string
OnInit()
protected override void OnInit()
OnSceneSave(string)
protected override void OnSceneSave(string saveFolder)
Parameters
saveFolder
string
OnTick(float)
protected override void OnTick(float dt)
Parameters
dt
float
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).