Candide.Entities.EntitySystemImGui
Type JSONpublic class in Candide.Entities
Type metadata
- Assembly
Romestead - Namespace
Candide.Entities - Base type
System.Object - Hash
E051EB319EA297DB33FB92C38DE5D3A80ECB6FB937808D0DDE30B4110B6B30A0
Relationships
Base type
System.Object
Methods
CreateAuraImguiInfoBoxes
#
public System.Void CreateAuraImguiInfoBoxes(Shared.Entity.EntitySystem system)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
F49D6424408447612D4ED501407433CF9F2FBF3B8DA6C247A06968B3EBA91F56 - Body hash
21BFE89E09F341E2E82ECF62344BD2004DC5527D063391DFB02E801B197F6C71 - 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 type
System.Void - StaticTrue
- VirtualFalse
- Hash
CF5A0B50C3C7A1EB51B888AAD419E15B3BEBAE959105ACA4DB30A43AC11E740A - Body hash
AFA4546668874CE5CF9BCD0EAD4718C94B11891FDD2C7DA01C7CFE6345CCE68C - 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
StateTimerparameters:
CreateImGui
#
public System.Void CreateImGui(Shared.Entity.EntitySystem system, System.String search, System.Boolean server)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
CE10794CC8A8BD4F33524C719B965506F4E56A1F691A072E4E0DCE1D77DEAE08 - Body hash
F33B272F4E287F25D1C7EEC036647A080BBEED62DBA977478945891A2870FCB8 - IL size4005
Referenced calls
ImGuiNET.ImGui::PushItemWidth(System.Single)Shared.Entity.Components.ComponentExtension::HasFlags(Shared.Entity.Components.Component, Shared.Entity.Components.Component)System.String::IsNullOrWhiteSpace(System.String)System.String::Contains(System.String)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(!!0)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(System.String)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()System.String::op_Implicit(System.String)ImGuiNET.ImGui::TreeNode(System.ReadOnlySpan<System.Char>)ImGuiNET.ImGui::SameLine()ImGuiNET.ImGui::Button(System.ReadOnlySpan<System.Char>)Candide.GameModels.Services.EntityService::SendRequestRemoveEntity(System.Guid, Shared.Entity.EntityRemoveInfo)Shared.Entity.EntitySystem::RemoveEntity(System.Int32, Shared.Entity.EntityRemoveInfo)ImGuiNET.ImGui::InputText(System.ReadOnlySpan<System.Char>, System.String&, System.UInt32)EntitySystemImGui.<>c__DisplayClass0_0::.ctor()Candide.Toolkit.ImGuiAssist::DragFloat(System.String, Microsoft.Xna.Framework.Vector3&, System.Single, System.Single, System.Single)Microsoft.Xna.Framework.Vector3::Distance(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)System.Collections.Generic.Dictionary<System.Guid, Shared.Entity.EntityWrapper>::TryGetValue(!0, !1&)Shared.Entity.EntityWrapper::set_Position(Microsoft.Xna.Framework.Vector3)EntitySystemImGui.<>c__DisplayClass0_0::<CreateImGui>b__0()System.Action::.ctor(System.Object, System.IntPtr)Candide.DebugTools.DebugTool::RunOnServer(System.Action)ImGuiNET.ImGui::InputFloat(System.ReadOnlySpan<System.Char>, System.Single&, System.Single, System.Single)ImGuiNET.ImGui::Text(System.ReadOnlySpan<System.Char>)ImGuiNET.ImGui::BeginPopupContextItem(System.ReadOnlySpan<System.Char>)System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)System.Enum::GetValues(System.Type)System.Object::ToString()System.ReadOnlySpan<System.Char>::op_Implicit(!0[])ImGuiNET.ImGui::MenuItem(System.ReadOnlySpan<System.Char>, System.ReadOnlySpan<System.Char>, System.Boolean)
Called by
String literals
[]:RemoveNamePosition3dDirectionComponents:component context menuThe components used by an entity determine what systems it uses. Right click to change them. WARNING: enabling an unusedMovementImmovableIsAllowedInPitsFloorHeightVelocityExtraVelocityAcceleration
CreateImguiInfoBoxes
#
public System.Void CreateImguiInfoBoxes(Shared.Entity.EntitySystem system, System.String search, System.Boolean server)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
B5C36951B159233951B4A44F63CF943A01A46ED58758D887462FCD1F59520705 - Body hash
37C15AFD9E8E63CACED7CAC3DF62EDAE5FF48CEAF3CAB305172E718373CF3DC3 - 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
ClientServerEidNamePosition3dVelocityVelocity:n3()DirectionIsThrown:Carrier:Carried:/Health
CreateImguiThreatBoxes
#
public System.Void CreateImguiThreatBoxes(Shared.Entity.EntitySystem system, System.String search)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
D8B260A5C659C61C328C737473126C739B69120A14902171921ED16460FA3443 - Body hash
2A55EB12D1D6CA6CDD6E96E2DC9D1C07A9D538E074F935835C622201A1211A19 - 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()
String literals
Eid:Name, Eid, Removed, IdThreat----------------------------