Show / Hide Table of Contents

Struct HeatHaze

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Server.Structs
Assembly: SlipeServer.Server.dll
Syntax
public struct HeatHaze

Constructors

| Edit this page View Source

HeatHaze()

Declaration
public HeatHaze()

Properties

| Edit this page View Source

Intensity

Declaration
public byte Intensity { readonly get; init; }
Property Value
Type Description
byte
| Edit this page View Source

IsEnabledInsideBuildings

Declaration
public bool IsEnabledInsideBuildings { readonly get; init; }
Property Value
Type Description
bool
| Edit this page View Source

MaxSpeed

Declaration
public ushort MaxSpeed { readonly get; init; }
Property Value
Type Description
ushort
| Edit this page View Source

MinSpeed

Declaration
public ushort MinSpeed { readonly get; init; }
Property Value
Type Description
ushort
| Edit this page View Source

RandomShift

Declaration
public byte RandomShift { readonly get; init; }
Property Value
Type Description
byte
| Edit this page View Source

RenderSize

Declaration
public Vector2 RenderSize { readonly get; init; }
Property Value
Type Description
Vector2
| Edit this page View Source

ScanSize

Declaration
public Vector2 ScanSize { readonly get; init; }
Property Value
Type Description
Vector2
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX