Table of Contents

Interface IBillboardText

Namespace
HelixToolkit.SharpDX
Assembly
HelixToolkit.SharpDX.dll
public interface IBillboardText

Properties

BillboardVertices

Gets the billboard vertices.

IList<BillboardVertex> BillboardVertices { get; }

Property Value

IList<BillboardVertex>

The billboard vertices.

Height

Gets the height.

float Height { get; }

Property Value

float

The height.

IsInitialized

Gets a value indicating whether this billboard internal is initialized.

bool IsInitialized { get; }

Property Value

bool

true if this instance is initialized; otherwise, false.

Texture

Gets the texture.

TextureModel? Texture { get; }

Property Value

TextureModel

The texture.

Type

Gets the type.

BillboardType Type { get; }

Property Value

BillboardType

The type.

Width

Gets the width.

float Width { get; }

Property Value

float

The width.

Methods

DrawTexture(IDeviceResources)

Draws the texture.

void DrawTexture(IDeviceResources devices)

Parameters

devices IDeviceResources

The devices.