Table of Contents

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

bool

SegmentAlts

Number of alternate segment textures.

public int SegmentAlts { get; set; }

Property Value

int

SegmentCount

Number of segments, not including head

public int SegmentCount { get; set; }

Property Value

int

Sparcity

How spaced out each segment is

public float Sparcity { get; set; }

Property Value

float