s&box docs

public sealed struct Sandbox.ParticleFloat

Represents a floating-point value that can change over time with support for various evaluation modes.

Constructors

Showing 2 constructors

Methods

Showing 6 methods

public float GetValue()Obsolete

This is only here to remain "compatible" with RangedFloat

Obsolete: This API member is obsolete.

public bool IsNearlyZero()

Checks if the value is nearly zero.

public static override object JsonRead(System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert)

Reads a ParticleFloat instance from JSON, refactored for modularity.

public static override void JsonWrite(object value, System.Text.Json.Utf8JsonWriter writer)

Writes a ParticleFloat instance to JSON, refactored for modularity.

Properties

Showing 8 properties

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.ParticleFloat

On this page