An Animator component for a basic Platformer entity
Constructor
new (idle:String = "idle", walk:String = "walk", jump:String = "jump", fall:String = "fall")
Creates a new Animator component for a platformer entity
Parameters:
idle | Idle animation name |
---|---|
walk | Walk animation name |
jump | Jump animation name |
fall | Fall animation name |