Axiom.Core.BillboardSet.BillboardSet C# (CSharp) 메소드

BillboardSet() 개인적인 메소드

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

Same methods

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