Mojo.DebugRenderer.RenderBoxTexture3DWireframe C# (CSharp) Méthode

RenderBoxTexture3DWireframe() public méthode

public RenderBoxTexture3DWireframe ( DeviceContext deviceContext, System.Vector3 p1, System.Vector3 p2, System.Vector3 t1, System.Vector3 t2, ShaderResourceView texture, System.Vector3 color, Camera camera ) : void
deviceContext DeviceContext
p1 System.Vector3
p2 System.Vector3
t1 System.Vector3
t2 System.Vector3
texture ShaderResourceView
color System.Vector3
camera Camera
Résultat void
        public void RenderBoxTexture3DWireframe( DeviceContext deviceContext, Vector3 p1, Vector3 p2, Vector3 t1, Vector3 t2, ShaderResourceView texture, Vector3 color, Camera camera )
        {
            RenderBoxTexture3DOnly( deviceContext, p1, p2, t1, t2, texture, camera );
            RenderBoxWireframeOnly( deviceContext, p1, p2, color, camera );
        }