C# Class LitDev.Animated

Show file Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
frames Frame[]
iFrame int
name string
paused bool
repeat bool
shape Image

Property Details

frames public property

public Frame[] frames
return Frame[]

iFrame public property

public int iFrame
return int

name public property

public string name
return string

paused public property

public bool paused
return bool

repeat public property

public bool repeat
return bool

shape public property

public Image shape
return Image