Romestead Assembly Reference

Candide.Entities.EntitySystemImGui

Type JSON

public class in Candide.Entities

Methods5
Properties0
Fields0
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.Entities
  • Base typeSystem.Object
  • HashE051EB319EA297DB33FB92C38DE5D3A80ECB6FB937808D0DDE30B4110B6B30A0

Relationships

Base type

System.Object

Methods

CreateAuraImguiInfoBoxes

public System.Void CreateAuraImguiInfoBoxes(Shared.Entity.EntitySystem system)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashF49D6424408447612D4ED501407433CF9F2FBF3B8DA6C247A06968B3EBA91F56
  • Body hash21BFE89E09F341E2E82ECF62344BD2004DC5527D063391DFB02E801B197F6C71
  • IL size438
Referenced calls
  • Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)
  • System.Numerics.Vector2::.ctor(System.Single, System.Single)
  • System.Numerics.Vector2::op_Subtraction(System.Numerics.Vector2, System.Numerics.Vector2)
  • Microsoft.Xna.Framework.Graphics.GraphicsDevice::get_Viewport()
  • Microsoft.Xna.Framework.Graphics.Viewport::get_Width()
  • Microsoft.Xna.Framework.Graphics.Viewport::get_Height()
  • System.Numerics.Vector2::op_Addition(System.Numerics.Vector2, System.Numerics.Vector2)
  • System.Numerics.Vector2::op_Multiply(System.Numerics.Vector2, System.Numerics.Vector2)
  • ImGuiNET.ImGui::SetNextWindowPos(System.Numerics.Vector2)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(!!0)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()
  • System.String::op_Implicit(System.String)
  • ImGuiNET.ImGui::Begin(System.ReadOnlySpan<System.Char>, ImGuiNET.ImGuiWindowFlags)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)
  • ImGuiNET.ImGui::Text(System.ReadOnlySpan<System.Char>)
  • System.Collections.Generic.List<Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>>::GetEnumerator()
  • List.Enumerator<Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>>::get_Current()
  • System.Object::ToString()
  • List.Enumerator<Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>>::MoveNext()
  • System.IDisposable::Dispose()
  • ImGuiNET.ImGui::End()
Called by
String literals
  • Eid:

CreateControllerImGui

public System.Void CreateControllerImGui(Shared.Entity.Base.AbstractController controller)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashCF5A0B50C3C7A1EB51B888AAD419E15B3BEBAE959105ACA4DB30A43AC11E740A
  • Body hashAFA4546668874CE5CF9BCD0EAD4718C94B11891FDD2C7DA01C7CFE6345CCE68C
  • IL size196
Referenced calls
  • System.String::op_Implicit(System.String)
  • ImGuiNET.ImGui::InputInt(System.ReadOnlySpan<System.Char>, System.Int32&)
  • ImGuiNET.ImGui::InputFloat(System.ReadOnlySpan<System.Char>, System.Single&)
  • CandideCreator.Shared.Helpers.Parameters::get_Dictionary()
  • System.Collections.Generic.Dictionary<System.String, System.String>::get_Count()
  • System.Numerics.Vector2::.ctor(System.Single, System.Single)
  • ImGuiNET.ImGui::BeginChild(System.ReadOnlySpan<System.Char>, System.Numerics.Vector2)
  • System.Collections.Generic.Dictionary<System.String, System.String>::GetEnumerator()
  • Dictionary.Enumerator<System.String, System.String>::get_Current()
  • System.Collections.Generic.KeyValuePair<System.String, System.String>::get_Key()
  • System.Collections.Generic.KeyValuePair<System.String, System.String>::get_Value()
  • System.String::Concat(System.String, System.String, System.String)
  • ImGuiNET.ImGui::Text(System.ReadOnlySpan<System.Char>)
  • Dictionary.Enumerator<System.String, System.String>::MoveNext()
  • System.IDisposable::Dispose()
  • ImGuiNET.ImGui::EndChild()
  • Shared.Entity.Base.AbstractController::CreateImGui()
String literals
  • State
  • Timer
  • parameters
  • :

CreateImGui

public System.Void CreateImGui(Shared.Entity.EntitySystem system, System.String search, System.Boolean server)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashCE10794CC8A8BD4F33524C719B965506F4E56A1F691A072E4E0DCE1D77DEAE08
  • Body hashF33B272F4E287F25D1C7EEC036647A080BBEED62DBA977478945891A2870FCB8
  • IL size4005
Referenced calls
Called by
String literals
  • [
  • ]:
  • Remove
  • Name
  • Position3d
  • Direction
  • Components:
  • component context menu
  • The components used by an entity determine what systems it uses. Right click to change them. WARNING: enabling an unused
  • Movement
  • Immovable
  • IsAllowedInPits
  • FloorHeight
  • Velocity
  • ExtraVelocity
  • Acceleration

CreateImguiInfoBoxes

public System.Void CreateImguiInfoBoxes(Shared.Entity.EntitySystem system, System.String search, System.Boolean server)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashB5C36951B159233951B4A44F63CF943A01A46ED58758D887462FCD1F59520705
  • Body hash37C15AFD9E8E63CACED7CAC3DF62EDAE5FF48CEAF3CAB305172E718373CF3DC3
  • IL size1225
Referenced calls
  • Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)
  • System.String::IsNullOrWhiteSpace(System.String)
  • System.String::Contains(System.String)
  • System.Numerics.Vector2::.ctor(System.Single, System.Single)
  • System.Numerics.Vector2::op_Subtraction(System.Numerics.Vector2, System.Numerics.Vector2)
  • Microsoft.Xna.Framework.Graphics.GraphicsDevice::get_Viewport()
  • Microsoft.Xna.Framework.Graphics.Viewport::get_Width()
  • Microsoft.Xna.Framework.Graphics.Viewport::get_Height()
  • System.Numerics.Vector2::op_Addition(System.Numerics.Vector2, System.Numerics.Vector2)
  • System.Numerics.Vector2::op_Multiply(System.Numerics.Vector2, System.Numerics.Vector2)
  • ImGuiNET.ImGui::SetNextWindowPos(System.Numerics.Vector2)
  • ImGuiNET.ImGui::SetNextWindowBgAlpha(System.Single)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(!!0)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()
  • System.String::op_Implicit(System.String)
  • ImGuiNET.ImGui::Begin(System.ReadOnlySpan<System.Char>, ImGuiNET.ImGuiWindowFlags)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(System.String)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)
  • ImGuiNET.ImGui::SeparatorText(System.ReadOnlySpan<System.Char>)
  • ImGuiNET.ImGui::InputText(System.ReadOnlySpan<System.Char>, System.String&, System.UInt32)
  • Candide.Toolkit.ImGuiAssist::DragFloat(System.String, Microsoft.Xna.Framework.Vector3&, System.Single, System.Single, System.Single)
  • Microsoft.Xna.Framework.Vector3::Length()
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(!!0, System.String)
  • CandideCreator.Shared.Helpers.VectorExtension::DirectionToVector3(System.Single)
  • Microsoft.Xna.Framework.Vector3::Dot(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)
  • ImGuiNET.ImGui::Text(System.ReadOnlySpan<System.Char>)
  • ImGuiNET.ImGui::SetNextItemWidth(System.Single)
  • ImGuiNET.ImGui::InputFloat(System.ReadOnlySpan<System.Char>, System.Single&, System.Single, System.Single)
  • ImGuiNET.ImGui::InputFloat(System.ReadOnlySpan<System.Char>, System.Single&)
  • ImGuiNET.ImGui::SameLine()
  • System.Object::GetType()
Called by
String literals
  • Client
  • Server
  • Eid
  • Name
  • Position3d
  • Velocity
  • Velocity:
  • n3
  • (
  • )
  • Direction
  • IsThrown:
  • Carrier:
  • Carried:
  • /
  • Health

CreateImguiThreatBoxes

public System.Void CreateImguiThreatBoxes(Shared.Entity.EntitySystem system, System.String search)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashD8B260A5C659C61C328C737473126C739B69120A14902171921ED16460FA3443
  • Body hash2A55EB12D1D6CA6CDD6E96E2DC9D1C07A9D538E074F935835C622201A1211A19
  • IL size722
Referenced calls
  • Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)
  • System.String::IsNullOrWhiteSpace(System.String)
  • System.String::Contains(System.String)
  • System.Numerics.Vector2::.ctor(System.Single, System.Single)
  • System.Numerics.Vector2::op_Subtraction(System.Numerics.Vector2, System.Numerics.Vector2)
  • Microsoft.Xna.Framework.Graphics.GraphicsDevice::get_Viewport()
  • Microsoft.Xna.Framework.Graphics.Viewport::get_Width()
  • Microsoft.Xna.Framework.Graphics.Viewport::get_Height()
  • System.Numerics.Vector2::op_Addition(System.Numerics.Vector2, System.Numerics.Vector2)
  • System.Numerics.Vector2::op_Multiply(System.Numerics.Vector2, System.Numerics.Vector2)
  • ImGuiNET.ImGui::SetNextWindowPos(System.Numerics.Vector2)
  • ImGuiNET.ImGui::SetNextWindowBgAlpha(System.Single)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(!!0)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()
  • System.String::op_Implicit(System.String)
  • ImGuiNET.ImGui::Begin(System.ReadOnlySpan<System.Char>, ImGuiNET.ImGuiWindowFlags)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)
  • ImGuiNET.ImGui::Text(System.ReadOnlySpan<System.Char>)
  • System.Collections.Generic.Dictionary<Shared.Entity.EntityWrapper, System.ValueTuple<System.Single, Microsoft.Xna.Framework.Vector2>>::GetEnumerator()
  • Dictionary.Enumerator<Shared.Entity.EntityWrapper, System.ValueTuple<System.Single, Microsoft.Xna.Framework.Vector2>>::get_Current()
  • System.Collections.Generic.KeyValuePair<Shared.Entity.EntityWrapper, System.ValueTuple<System.Single, Microsoft.Xna.Framework.Vector2>>::Deconstruct(!0&, !1&)
  • Shared.Entity.EntityWrapper::get_Name()
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(System.String)
  • Shared.Entity.EntityWrapper::get_Id()
  • System.Globalization.CultureInfo::get_InvariantCulture()
  • System.Single::ToString(System.IFormatProvider)
  • System.String::Concat(System.String, System.String)
  • Dictionary.Enumerator<Shared.Entity.EntityWrapper, System.ValueTuple<System.Single, Microsoft.Xna.Framework.Vector2>>::MoveNext()
  • System.IDisposable::Dispose()
  • ImGuiNET.ImGui::End()
Called by
String literals
  • Eid:
  • Name
  • , Eid
  • , Removed
  • , Id
  • Threat
  • ----------------------------