Romestead Assembly Reference

BM.Formations

Type JSON

public class in BM

Methods4
Properties0
Fields1
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceBM
  • Base typeSystem.Object
  • Hash8AC0B296EEB142F52D63EC2C2B455EB2D2F2239D18F34E063E86A880798532E0

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
_formationsprivateprivate System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>> _formations

Methods

CreateFormations

public System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>> CreateFormations()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>>
  • StaticTrue
  • VirtualFalse
  • Hash29829D105D7BAFC17AB1DD3AA8EA48E3F049260F600A594CB3B8A2D746C2496C
  • Body hash22399D5FC4F980B3B576EFF8025E03008F05177AF48C56388E90FF8A48023596
  • IL size11697
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>>::.ctor()
  • System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>::.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<Microsoft.Xna.Framework.Vector2>::get_Item(System.Int32)
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>>::set_Item(!0, !1)
Called by

DrawAlphabet

public System.Void DrawAlphabet(System.Nullable<Microsoft.Xna.Framework.Vector2> position)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash1DCC74E1752C3B6FEF1B7B2BFFA02B2D3B56271DE5138FE48E5054410BE4CF0A
  • Body hashFF90115DBCB2D4EEDB088E59B1218D5DD264EA9EA61F8F3FCCCBBD62BED042AC
  • IL size109
Referenced calls
  • System.Nullable<Microsoft.Xna.Framework.Vector2>::GetValueOrDefault()
  • System.Nullable<Microsoft.Xna.Framework.Vector2>::get_HasValue()
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
  • System.Nullable<Microsoft.Xna.Framework.Vector2>::.ctor(!0)
  • System.Char::ToString()
  • System.Nullable<Microsoft.Xna.Framework.Vector2>::get_Value()
  • Microsoft.Xna.Framework.Vector2::get_UnitX()
  • Microsoft.Xna.Framework.Vector2::op_Multiply(System.Single, Microsoft.Xna.Framework.Vector2)
  • Microsoft.Xna.Framework.Vector2::op_Addition(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)
  • BM.Formations::DrawFormation(System.String, System.Nullable<Microsoft.Xna.Framework.Vector2>)

DrawFormation

public System.Void DrawFormation(System.String id, System.Nullable<Microsoft.Xna.Framework.Vector2> position)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash4BE7C4DC91709DF9ACF5EBAEF2E19659AF3C31980CF605900DF4D929FAE6462B
  • Body hash562020AC75BE5B587F7D80A4CB19047006CD0D6C8FCC45972E26231205DB410F
  • IL size143
Referenced calls
  • System.Nullable<Microsoft.Xna.Framework.Vector2>::GetValueOrDefault()
  • System.Nullable<Microsoft.Xna.Framework.Vector2>::get_HasValue()
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
  • System.Nullable<Microsoft.Xna.Framework.Vector2>::.ctor(!0)
  • BM.Formations::CreateFormations()
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>>::get_Item(!0)
  • System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>::GetEnumerator()
  • List.Enumerator<Microsoft.Xna.Framework.Vector2>::get_Current()
  • System.Nullable<Microsoft.Xna.Framework.Vector2>::get_Value()
  • Microsoft.Xna.Framework.Vector2::op_Addition(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)
  • Microsoft.Xna.Framework.Color::get_White()
  • CandideCreator.Shared.Graphics.VisualDebug::CircleOutline(Microsoft.Xna.Framework.Vector2, System.Single, System.Single, Microsoft.Xna.Framework.Color, System.Single)
  • List.Enumerator<Microsoft.Xna.Framework.Vector2>::MoveNext()
  • System.IDisposable::Dispose()
Called by

Get

public System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2> Get(System.String id)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>
  • StaticTrue
  • VirtualFalse
  • Hash506DBAF1C611CE686CA233700DBA843AC704462FCA867DB76235AC23317D7918
  • Body hash7263A65317BECE4B9E5C7D28547E90AD214AD12DE947E9C0064663A890E1CA5C
  • IL size39
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>>::TryGetValue(!0, !1&)
  • System.String::Concat(System.String, System.String, System.String)
  • System.Collections.Generic.KeyNotFoundException::.ctor(System.String)
Called by
String literals
  • Formation with id '
  • ' was not found.