Struct WeightedTransformArray.Enumerator
상속된 멤버
네임스페이스: UnityEngine.Animations.Rigging
어셈블리: solution.dll
구문
[Serializable]
public struct WeightedTransformArray.Enumerator : IEnumerator<WeightedTransform>, IDisposable, IEnumerator
생성자
| 이름 | 설명 |
|---|---|
| Enumerator(ref WeightedTransformArray) |
프로퍼티
| 이름 | 설명 |
|---|---|
| Current | Gets the element in the collection at the current position of the enumerator. |
메서드
| 이름 | 설명 |
|---|---|
| MoveNext() | Advances the enumerator to the next element of the collection. |
| Reset() | Sets the enumerator to its initial position, which is before the first element in the collection. |