C# Class NPCFidget, CodeSpells

Inheritance: MonoBehaviour
Exibir arquivo Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
fidgets string[]

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
StartWalking ( ) : void
StopWalking ( ) : void
Update ( ) : void

Private Methods

Method Description
fidget ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartWalking() public method

public StartWalking ( ) : void
return void

StopWalking() public method

public StopWalking ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

fidgets public_oe property

public string[] fidgets
return string[]