Axiom.Components.Paging.PagedWorldSection.PagedWorldSection C# (CSharp) Method

PagedWorldSection() public method

Construct a new instance, specifying just the parent (expecting to load).
public PagedWorldSection ( PageWorld parent ) : System
parent PageWorld
return System
        public PagedWorldSection(PageWorld parent)
        {
            mParent = parent;
        }
        /// <summary>

Same methods

PagedWorldSection::PagedWorldSection ( string name, PageWorld parent, Axiom.Components.Paging.PageStrategy strategy, SceneManager sm ) : System