Romestead Assembly Reference

Candide.Ambience.WeatherAmbienceHandlers.FogBase

Type JSON

public class in Candide.Ambience.WeatherAmbienceHandlers

Methods2
Properties0
Fields4
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.Ambience.WeatherAmbienceHandlers
  • Base typeSystem.Object
  • Hash2EB16CD8A45590DBCFEBB55D62B9A5080FE2D32442B5D5CCC7EB88E101E32921

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
FogSpriteSheetpublicpublic CandideCreator.Shared.Graphics.SpriteSheet FogSpriteSheet
Sharedpublicpublic Candide.Ambience.WeatherAmbienceHandlers.FogBase Shared
_fogTextureprivateprivate Microsoft.Xna.Framework.Graphics.Texture2D _fogTexture
_initializedprivateprivate System.Boolean _initialized

Methods

GenerateTexture

public System.Void GenerateTexture(System.Int32 seed)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashF6294BF75C022692F7EABE3457CCE95170EC9D459AAD96580C5446ACF1548663
  • Body hash649D17EEDEDE52343E0B98A476C0B4CDD2B35462BC8954CBEA3AEFAAEA78E15B
  • IL size799
Referenced calls
  • Microsoft.Xna.Framework.Point::.ctor(System.Int32, System.Int32)
  • Microsoft.Xna.Framework.Point::op_Multiply(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point)
  • Microsoft.Xna.Framework.Graphics.Texture2D::get_Width()
  • Microsoft.Xna.Framework.Graphics.Texture2D::get_Height()
  • Microsoft.Xna.Framework.Graphics.GraphicsResource::Dispose()
  • Microsoft.Xna.Framework.Graphics.Texture2D::.ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice, System.Int32, System.Int32)
  • System.GC::AllocateUninitializedArray(System.Int32, System.Boolean)
  • System.Random::.ctor(System.Int32)
  • CandideServer.Helpers.NoiseHelper::.ctor()
  • System.Array::Clear(System.Array)
  • System.MemoryExtensions::AsSpan(!!0[])
  • System.Random::Next()
  • CandideServer.Helpers.NoiseHelper::GenUniformGrid2D(System.Span<System.Single>, System.Int32, System.Int32, System.Int32, System.Int32, System.Single, System.Int32)
  • System.MathF::Sin(System.Single)
  • System.Math::Max(System.Single, System.Single)
  • Microsoft.Xna.Framework.Color::.ctor(System.Byte, System.Byte, System.Byte, System.Byte)
  • Microsoft.Xna.Framework.Graphics.Texture2D::SetData(!!0[])
  • CandideCreator.Shared.Graphics.SpriteSheet::.ctor(Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Graphics.Texture2D, System.Int32, System.Int32, Microsoft.Xna.Framework.Vector2)
Called by

Initialize

public System.Void Initialize(System.Int32 seed)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash80978461780FA04E58DE4720446FAD840ED20C219CAA488E7ACD14585F871405
  • Body hash513A249765F9CA7FE4ED7F70F572BA86EFDA6ED0906AC9436DA88537449373E2
  • IL size24
Referenced calls
Called by