C# Class SpiderAnimation, angrygoats

Inheritance: MonoBehaviour
ファイルを表示 Open project: dulb640/angrygoats Class Usage Examples

Public Properties

Property Type Description
animations Animation
attack string
death string
move string

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
attackAnim ( ) : void
spiderKilled ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

attackAnim() public method

public attackAnim ( ) : void
return void

spiderKilled() public method

public spiderKilled ( ) : void
return void

Property Details

animations public_oe property

public Animation animations
return Animation

attack public_oe property

public string attack
return string

death public_oe property

public string death
return string

move public_oe property

public string move
return string