Axiom.Core.SceneManager.SetWorldGeometry C# (CSharp) Method

SetWorldGeometry() public method

public SetWorldGeometry ( Stream stream, string typeName ) : void
stream Stream
typeName string
return void
		public virtual void SetWorldGeometry( Stream stream, string typeName )
		{
		}

Same methods

SceneManager::SetWorldGeometry ( Stream stream ) : void
SceneManager::SetWorldGeometry ( string filename ) : void
SceneManager