Interface IBillboardRenderParams
- Namespace
- HelixToolkit.SharpDX.Core
- Assembly
- HelixToolkit.SharpDX.dll
public interface IBillboardRenderParams
Properties
FixedSize
Gets or sets a value indicating whether [fixed size].
bool FixedSize { get; set; }
Property Value
- bool
trueif [fixed size]; otherwise,false.
SamplerDescription
Gets or sets the sampler description.
SamplerStateDescription SamplerDescription { get; set; }
Property Value
- SamplerStateDescription
The sampler description.
Type
Gets or sets the type.
BillboardType Type { get; set; }
Property Value
- BillboardType
The type.