Axiom.Components.Paging.PageWorld.FrameStart C# (CSharp) Method

FrameStart() public method

Called when the frame starts
public FrameStart ( float timeSinceLastFrame ) : void
timeSinceLastFrame float
return void
        public virtual void FrameStart(float timeSinceLastFrame)
        {
            foreach (PagedWorldSection section in mSections.Values)
                section.FrameStart(timeSinceLastFrame);
        }
        /// <summary>