C# Class UnityEngine.Animation.Enumerator

Inheritance: IEnumerator
ファイルを表示 Open project: randomize/VimConfig

Public Methods

Method Description
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Method Description
Enumerator ( Animation outer ) : System

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void