Skip to content

roundtype

eisclimber edited this page Apr 4, 2026 · 1 revision

RoundType

Enum in RuntimeUtils

Inherits from System.Enum

Summary

How the a value can be rounded.

public enum RoundType
{
    None,
    Round,
    Ceil,
    Floor
}

Members

Name Description
Ceil Value is counting up from 0.
Floor Value is rounded down.
None No rounding is performed.
Round Normal rounding is performed.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally