Romestead Assembly Reference

Candide.Entities.Controllers.TestEntity.ServerTestEntity

Type JSON

public class in Candide.Entities.Controllers.TestEntity

Methods3
Properties0
Fields7
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
Noisepublicpublic System.Single[] Noise
_collisionsprivateprivate System.Collections.Generic.List<CandideCreator.Shared.Collision.CollisionData> _collisions
_directionprivateprivate System.Single _direction
_directionsprivateprivate System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2> _directions
_wanderRoundPointprivateprivate Microsoft.Xna.Framework.Vector2 _wanderRoundPoint
_wanderSeedprivateprivate System.Int32 _wanderSeed
_wanderTimerprivateprivate System.Single _wanderTimer

Methods

CreateImGui

public System.Void CreateImGui()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashF4F76E26F87AB1CCEC53878BE1341A96DC7679F9D93417C538D616DE123CF9F7
  • Body hashEB0037B3FB1CE8675E7C4ED9B57A6FE950E79857ACEFB785CA48E1BA0C1D9F1D
  • IL size7
Referenced calls

EntityInitialize

public System.Void EntityInitialize()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash260A5975849AC267D21740FAE5D33E91BA10EA836BC0C31EC0216F88CAB5A098
  • Body hash29853136498F17A6145C5253DF3F420F2496B8EB18DCA62695554694C88A9C46
  • IL size269
Referenced calls
  • CandideCreator.Shared.Helpers.RandomHelper::NextFloat(System.Random, System.Single, System.Single)
  • System.Random::Next()
  • Shared.Entity.EntityWrapper::get_Position2()
  • System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>::Clear()
  • System.MathF::Cos(System.Single)
  • System.MathF::Sin(System.Single)
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
  • System.Collections.Generic.List<Microsoft.Xna.Framework.Vector2>::Add(!0)
  • System.Collections.Generic.Dictionary<System.String, System.Func<Shared.Entity.Base.ControllerActionArgs, System.Action<Shared.Entity.Base.TaskStatus>, Shared.Entity.Base.AbstractControllerTask>>::.ctor()
  • System.Collections.Generic.Queue<Shared.Entity.Base.AbstractControllerTask>::.ctor()
  • Candide.Entities.Controllers.TestEntity.ServerTestEntity::<EntityInitialize>b__7_0(Shared.Entity.Base.ControllerActionArgs, System.Action<Shared.Entity.Base.TaskStatus>)
  • System.Func<Shared.Entity.Base.ControllerActionArgs, System.Action<Shared.Entity.Base.TaskStatus>, Shared.Entity.Base.AbstractControllerTask>::.ctor(System.Object, System.IntPtr)
  • System.Collections.Generic.Dictionary<System.String, System.Func<Shared.Entity.Base.ControllerActionArgs, System.Action<Shared.Entity.Base.TaskStatus>, Shared.Entity.Base.AbstractControllerTask>>::Add(!0, !1)
  • Candide.Entities.Controllers.TestEntity.ServerTestEntity::<EntityInitialize>b__7_1(Shared.Entity.Base.ControllerActionArgs, System.Action<Shared.Entity.Base.TaskStatus>)
  • Candide.Entities.Controllers.TestEntity.ServerTestEntity::<EntityInitialize>b__7_2(Shared.Entity.Base.ControllerActionArgs, System.Action<Shared.Entity.Base.TaskStatus>)
  • Candide.Entities.Controllers.TestEntity.ServerTestEntity::<EntityInitialize>b__7_3(Shared.Entity.Base.ControllerActionArgs, System.Action<Shared.Entity.Base.TaskStatus>)
String literals
  • WanderingTask
  • IdleTask
  • ApproachTask
  • AttackSingleTarget1Task

Update

public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashAEE13BC164EE83B0F76C20C2AA236690D57C0BC841FA440405DD464FBE1869E0
  • Body hash070402F5068151A2644935AE6AE491ACD885897EA61C4E7F4F5AED15119BFB30
  • IL size8
Referenced calls