Class SerpentArgs
- Namespace
- TrinketTinker.Models.MotionArgs
- Assembly
- TrinketTinker.dll
Hop args
public sealed class SerpentArgs : LerpArgs, IArgs
- Inheritance
-
SerpentArgs
- Implements
- Inherited Members
Properties
HasTail
Whether the serpent has a tail
public bool HasTail { get; set; }
Property Value
SegmentAlts
Number of alternate segment textures.
public int SegmentAlts { get; set; }
Property Value
SegmentCount
Number of segments, not including head
public int SegmentCount { get; set; }
Property Value
Sparcity
How spaced out each segment is
public float Sparcity { get; set; }