UnityEngine.Transform.Enumerator.Reset C# (CSharp) Méthode

Reset() public méthode

public Reset ( ) : void
Résultat void
            public void Reset()
            {
                this.currentIndex = -1;
            }