public StateEnumerator(SimpleAnimation owner) { m_Owner = owner; m_Impl = m_Owner.m_Playable.GetStates().GetEnumerator(); Reset(); }
public StateImpl(SimpleAnimationPlayable.IState handle, SimpleAnimation component) { m_StateHandle = handle; m_Component = component; }
public StateEnumerable(SimpleAnimation owner) { m_Owner = owner; }