Table of Contents

Interface IComponent

Namespace
SharpDX
Assembly
HelixToolkit.SharpDX.dll

Base interface for a component base.

public interface IComponent

Properties

Name

Gets the name of this component.

string? Name { get; set; }

Property Value

string

The name.