Class OrbitArgs
- Namespace
- TrinketTinker.Models.MotionArgs
- Assembly
- TrinketTinker.dll
Orbit args
public sealed class OrbitArgs : StaticArgs, IArgs
- Inheritance
-
OrbitArgs
- Implements
- Inherited Members
Properties
Height
Y offset from shadow
public float Height { get; set; }
Property Value
Period
Orbit period
public double Period { get; set; }
Property Value
RadiusX
Orbit radius, horizontal
public float RadiusX { get; set; }
Property Value
RadiusY
Orbit radius, vertical
public float RadiusY { get; set; }
Property Value
Methods
Validate()
public bool Validate()