C# Class UnityEngine.Transform.Enumerator

Inheritance: IEnumerator
ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Methods

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

Private Methods

Method Description
Enumerator ( Transform outer ) : System

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void