Axiom.Core.BillboardSet.BillboardSet C# (CSharp) Method

BillboardSet() private method

Public constructor. Should not be created manually, must be created using a SceneManager.
private BillboardSet ( string name, int poolSize ) : System
name string
poolSize int
return System
		internal BillboardSet( string name, int poolSize )
			: this( name, poolSize, false )
		{
		}

Same methods

BillboardSet::BillboardSet ( string name, int poolSize, bool externalData ) : System