idTech4.Renderer.idRenderModel.InitEmpty C# (CSharp) Метод

InitEmpty() публичный абстрактный Метод

This is used for dynamically created surfaces, which are assumed to not be reloadable. It can be called again to clear out the surfaces of a dynamic model for regeneration.
public abstract InitEmpty ( string name ) : void
name string
Результат void
		public abstract void InitEmpty(string name);