Axiom.Core.SceneManager.HasStaticGeometry C# (CSharp) Méthode

HasStaticGeometry() public méthode

Returns whether a static geometry instance with the given name exists. */
public HasStaticGeometry ( string name ) : bool
name string
Résultat bool
		public bool HasStaticGeometry( string name )
		{
			return this.staticGeometryList.ContainsKey( name );
		}
SceneManager