Axiom.Core.SceneManager.SetShadowTextureSettings C# (CSharp) Метод

SetShadowTextureSettings() публичный Метод

public SetShadowTextureSettings ( ushort size, ushort count ) : void
size ushort
count ushort
Результат void
		public virtual void SetShadowTextureSettings( ushort size, ushort count )
		{
			this.SetShadowTextureSettings( size, count, this.shadowTextureFormat );
		}

Same methods

SceneManager::SetShadowTextureSettings ( ushort size, ushort count, PixelFormat format ) : void
SceneManager