OurSonic.TileAnimationFrame.TileAnimationFrame C# (CSharp) Method

TileAnimationFrame() public method

public TileAnimationFrame ( int frameIndex, TileAnimation animation ) : System.Collections.Generic
frameIndex int
animation TileAnimation
return System.Collections.Generic
        public TileAnimationFrame(int frameIndex, TileAnimation animation)
        {
            Animation = animation;
            FrameIndex = frameIndex;
        }