Table of Contents

Class BillboardMaterialCore

Namespace
HelixToolkit.SharpDX.Model
Assembly
HelixToolkit.SharpDX.dll
public sealed class BillboardMaterialCore : MaterialCore, IMaterial, INotifyPropertyChanged, IBillboardRenderParams
Inheritance
BillboardMaterialCore
Implements
Inherited Members
Extension Methods

Properties

FixedSize

Gets or sets a value indicating whether [fixed size].

public bool FixedSize { get; set; }

Property Value

bool

true if [fixed size]; otherwise, false.

SamplerDescription

Billboard texture sampler description

public SamplerStateDescription SamplerDescription { get; set; }

Property Value

SamplerStateDescription

Type

Gets or sets the type.

public BillboardType Type { get; set; }

Property Value

BillboardType

The type.

Methods

CreateMaterialVariables(IEffectsManager, IRenderTechnique)

Creates the material variables.

public override MaterialVariable CreateMaterialVariables(IEffectsManager manager, IRenderTechnique technique)

Parameters

manager IEffectsManager

The manager.

technique IRenderTechnique

The technique.

Returns

MaterialVariable