|
StepBlockStepBlockStepTypes Enumeration |
Furcadia Framework For Third Party Programs |
This stuff is still in the planning stages. Any questions or Comments are welcome.
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Furcadia.Drawing.Graphics.StepBlock.StepBlockStepTypes"]
Namespace: Furcadia.Drawing.Graphics
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax
public enum StepBlockStepTypes
Public Enumeration StepBlockStepTypes Dim instance As StepBlock.StepBlockStepTypes
public enum class StepBlockStepTypes
type StepBlockStepTypes
Members
| Member name | Value | Description | |
|---|---|---|---|
| Frame | 1 | ||
| Delay | 2 | ||
| Loop | 3 | ||
| Jump | 4 | ||
| PosX | 5 | ||
| PosY | 6 | ||
| FurreX | 7 | ||
| FurreY | 8 | ||
| DrawFront | 9 | ||
| DrawBehind | 10 | ||
| AutoFrameDelay | 11 | ||
| Stop | 12 | ||
| CameraState | 13 |
See Also