← Back to carmenta.com
Carmenta Engine SDK Documentation
×

LevelOfDetail.LevelOfDetail Constructors

Initializes a new instance of the LevelOfDetail class.

Overload List

 NameDescription
Public methodLevelOfDetail()Initializes a new instance of the LevelOfDetail class that is empty.
Public methodLevelOfDetail(System.Double limit)Initializes a new instance of the LevelOfDetail class with the specified limit.
Public methodLevelOfDetail(System.Double limit, Operator input)Initializes a new instance of the LevelOfDetail class with the specified limit and input Operator.

LevelOfDetail()

Initializes a new instance of the LevelOfDetail class that is empty.

Syntax

C#
public LevelOfDetail ()

LevelOfDetail(System.Double limit)

Initializes a new instance of the LevelOfDetail class with the specified limit.

Syntax

C#
public LevelOfDetail (
    System.Double limit
)

Parameters

limit
Type: System.Double
A limit value.

LevelOfDetail(System.Double limit, Operator input)

Initializes a new instance of the LevelOfDetail class with the specified limit and input Operator.

Syntax

C#
public LevelOfDetail (
    System.Double limit,
    Operator input
)

Parameters

limit
Type: System.Double
A limit value.
input
Type: Operator
An input operator.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept