Click or drag to resize

ImportedImageVisualRenderShadowWithoutChildren Method

[Missing <summary> documentation for "M:Demo3D.Visuals.ImportedImageVisual.RenderShadowWithoutChildren(Demo3D.Visuals.IDisplay,Microsoft.DirectX.Vector3)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public override void RenderShadowWithoutChildren(
	IDisplay display,
	Vector3 light
)

Parameters

display
Type: IDisplay

[Missing <param name="display"/> documentation for "M:Demo3D.Visuals.ImportedImageVisual.RenderShadowWithoutChildren(Demo3D.Visuals.IDisplay,Microsoft.DirectX.Vector3)"]

light
Type: Microsoft.DirectXVector3

[Missing <param name="light"/> documentation for "M:Demo3D.Visuals.ImportedImageVisual.RenderShadowWithoutChildren(Demo3D.Visuals.IDisplay,Microsoft.DirectX.Vector3)"]

See Also