Table of Contents

Class TestDisplayee

Namespace
Sample.Controllers
Assembly
Hi.Sample.Webapi.dll

測試用的顯示對象

public class TestDisplayee : IDisplayee, IExpandToBox3d
Inheritance
TestDisplayee
Implements
Inherited Members

Constructors

TestDisplayee()

public TestDisplayee()

Methods

Display(Bind)

Display function called in DispEngine rendering loop.

public void Display(Bind bind)

Parameters

bind Bind

Bind with DispEngine. See Bind.

ExpandToBox3d(Box3d)

Expands the destination box. This function is usually used to compute the bounding box of elements.

public void ExpandToBox3d(Box3d box)

Parameters

box Box3d