C# Class PlayAnimation, DemonHeart

Inheritance: MonoBehaviour
Show file Open project: rwbysafire/DemonHeart Class Usage Examples

Public Properties

Property Type Description
delay float
fileName string
repeat bool
sprite Sprite[]

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
playAnimation ( float delay ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

delay public property

public float delay
return float

fileName public property

public string fileName
return string

repeat public property

public bool repeat
return bool

sprite public property

public Sprite[] sprite
return Sprite[]