Romestead Assembly Reference

Candide.Graphics.Batcher.RenderBatchedFog

Type JSON

public class in Candide.Graphics.Batcher

Methods5
Properties0
Fields0
Events0
Type metadata

Relationships

Methods

CanPushQuadBatchData

protected System.Boolean CanPushQuadBatchData(System.Int32 batchIndex, Candide.Graphics.Batcher.FogBatchData data)

Method metadata
  • Visibilityprotected
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • Hash1BD43EF5FDA2E4F7F6A885CA1D1DCA2AA9F3732E519A3543C53FB675BB189330
  • Body hashB9BF193ECC972CD0E10BE9D3691294DE8F2AAEA2BE5270B61BEFD377D407EA16
  • IL size33
Referenced calls
  • Candide.Graphics.Batcher.AutoBatcherQuads<Candide.Graphics.Batcher.VertexBatchedFog, Candide.Graphics.Batcher.FogBatchData>::CanApplyTextures(Microsoft.Xna.Framework.Graphics.Texture2D[], System.Int32&)

CustomSubmitSteps

protected System.Void CustomSubmitSteps(Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, Microsoft.Xna.Framework.Graphics.Effect effect)

Method metadata
  • Visibilityprotected
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash513120C3B234C35FB4B2C60D881639E981B8139CD02C0647816227CB6F93F3FE
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1

GetVertexDeclaration

protected Microsoft.Xna.Framework.Graphics.VertexDeclaration GetVertexDeclaration()

Method metadata
  • Visibilityprotected
  • Return typeMicrosoft.Xna.Framework.Graphics.VertexDeclaration
  • StaticFalse
  • VirtualTrue
  • HashA2CB5C39B689CE890212F25C8ADD7BE0DA130DDFE8AD6782DF806DAB3B2D44EC
  • Body hash12F914E5CDC30A9ABEE78813748B0823C30D00AE24130DB432E9F7838617E2E3
  • IL size6

PushQuadBatchData

protected System.Void PushQuadBatchData(System.Int32 batchIndex, System.Int32 num_primitives, Candide.Graphics.Batcher.FogBatchData data)

Method metadata
  • Visibilityprotected
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashF6F3A82EB45F36DBFD50448012BA1647DD770B695B6256857CACC9EDB3D67807
  • Body hash1E25DBD08B98FA388522D5E3BBBBC3C9C658CCA8CB8525476B30699BBC2CAA9E
  • IL size233
Referenced calls
  • Candide.Graphics.Batcher.AutoBatcherQuads<Candide.Graphics.Batcher.VertexBatchedFog, Candide.Graphics.Batcher.FogBatchData>::TryApplyTexture(Microsoft.Xna.Framework.Graphics.Texture2D, System.Int32&, Microsoft.Xna.Framework.Graphics.Texture2D)
  • Microsoft.Xna.Framework.Vector4::.ctor(Microsoft.Xna.Framework.Vector3, System.Single)
  • Microsoft.Xna.Framework.Vector4::Transform(Microsoft.Xna.Framework.Vector4&, Microsoft.Xna.Framework.Matrix&, Microsoft.Xna.Framework.Vector4&)
  • CandideCreator.Shared.Helpers.VectorExtension::ToVector3(Microsoft.Xna.Framework.Vector4)
  • Candide.Graphics.Batcher.Byte4::.ctor(System.Byte, System.Byte, System.Byte, System.Byte)
  • Candide.Graphics.Batcher.AutoBatcherQuads<Candide.Graphics.Batcher.VertexBatchedFog, Candide.Graphics.Batcher.FogBatchData>::GetVerticesPerQuad(System.Int32)

SetupQuadFunc

protected System.Collections.Generic.List<Candide.Graphics.Batcher.VertexBatchedFog[]> SetupQuadFunc()

Method metadata
  • Visibilityprotected
  • Return typeSystem.Collections.Generic.List<Candide.Graphics.Batcher.VertexBatchedFog[]>
  • StaticFalse
  • VirtualTrue
  • HashBB0EFD4A21618B119ED5C33548F85629FAEA3FBAF7B2EA4A1E449D7D11BC9526
  • Body hashA72DFED6F12B86FD7A778050BE09D82AF6C32EB7AEB0B4E8EDFCFC7DE1C4B782
  • IL size324
Referenced calls
  • Microsoft.Xna.Framework.Vector3::.ctor(System.Single, System.Single, System.Single)
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
  • Candide.Graphics.Batcher.VertexBatchedFog::.ctor(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector2)
  • System.Collections.Generic.List<Candide.Graphics.Batcher.VertexBatchedFog[]>::.ctor(System.Int32)
  • System.Runtime.InteropServices.CollectionsMarshal::SetCount(System.Collections.Generic.List<!!0>, System.Int32)
  • System.Runtime.InteropServices.CollectionsMarshal::AsSpan(System.Collections.Generic.List<!!0>)
  • System.Span<Candide.Graphics.Batcher.VertexBatchedFog[]>::get_Item(System.Int32)