C# Class PlayAnimation, DemonHeart

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public float delay
return float

fileName public_oe property

public string fileName
return string

repeat public_oe property

public bool repeat
return bool

sprite public_oe property

public Sprite[] sprite
return Sprite[]