Romestead Assembly Reference

BM.RotateVector2

Type JSON

public class in BM

Methods1
Properties0
Fields2
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceBM
  • Base typeBM.Leaf
  • Hash4CF0EDBD8C2A2352CE6D36629BBA74D428A7EB90B400DBCD7DAD72F16F433B2D

Relationships

Fields

NameVisibilitySignature
_angleDegprivateprivate BM.NodeArg<System.Single> _angleDeg
_vectorprivateprivate BM.NodeArg<Microsoft.Xna.Framework.Vector2> _vector

Methods

Update

protected Node.Status Update(BM.BTUpdateContext updateCtx, BM.Blackboard blackboard)

Method metadata
  • Visibilityprotected
  • Return typeNode.Status
  • StaticFalse
  • VirtualTrue
  • HashE530F88BB60A097EF64AF45AC8378A7956D890FE1D909FBF56B5E76CCB9A3D84
  • Body hash3719C873474796963E06DB0DED8B835520476C311CF83F4C18366ED0B7109673
  • IL size147
Referenced calls
  • BM.NodeArg<Microsoft.Xna.Framework.Vector2>::Get(BM.Blackboard)
  • BM.NodeArg<System.Single>::Get(BM.Blackboard)
  • Microsoft.Xna.Framework.MathHelper::ToRadians(System.Single)
  • System.MathF::Cos(System.Single)
  • System.MathF::Sin(System.Single)
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
  • System.String::IsNullOrEmpty(System.String)
  • System.Nullable<BM.BlackboardRef>::get_Value()
  • BM.Blackboard::SetValue(System.String, T)