Axiom.RenderSystems.DirectX9.D3DHardwareIndexBuffer.UnlockImpl C# (CSharp) 메소드

UnlockImpl() 보호된 메소드

protected UnlockImpl ( ) : void
리턴 void
		protected override void UnlockImpl()
		{
			// unlock the buffer
			d3dBuffer.Unlock();
		}