BM.StateBuilder
Type JSONpublic class in BM
Type metadata
- Assembly
CandideServer - Namespace
BM - Base type
System.Object - Hash
DA985D706F279E890EAE7D5FB56523FF8C289161D24F943294BC472E5C436D30
Relationships
Base type
System.Object
Referenced by types
Methods
Branch
#
public BM.StateBuilder<BM.StateBuilder<Parent>> Branch(System.String stateName, out BM.State& outState, System.Int32 transitionCapacity, System.Int32 startChildTransitionCapacity)
Method metadata
- Visibilitypublic
- Return type
BM.StateBuilder<BM.StateBuilder<Parent>> - StaticFalse
- VirtualFalse
- Hash
8B07977ED0F04004B13433F05930721D90E80939A26D9781218EA75B75FE8EF1 - Body hash
83331EEFED0A9F583DF5B9261F8C0A2235AFC144345EEE1503D4E8032E8D4C98 - IL size96
Referenced calls
BM.State::.ctor(System.String, BM.StateMachine, System.Boolean)BM.StateMachine::AddState(System.String, BM.State)BM.State::SetTransitionCapacity(System.Int32)BM.State::SetStartChildTransitionCapacity(System.Int32)BM.State::HasDefaultStartChildState()BM.State::SetDefaultStartChildState(BM.State)BM.State::SetSubState(BM.State)BM.StateBuilder<BM.StateBuilder<Parent>>::.ctor(Parent, BM.State, BM.StateMachine)
End
#
public Parent End()
Method metadata
- Visibilitypublic
- Return type
Parent - StaticFalse
- VirtualFalse
- Hash
03F9A05D8CBAE203E54B7586FE761D9CD00925886AC90EC2D9262E2DBAFFFCE2 - Body hash
230109B1D791B6A5FDC75FFDEEBCE5393C052A5738E9A3B2A4EB342B60570D1E - IL size7
Leaf
#
public BM.StateBuilder<Parent> Leaf(System.String stateName, out BM.State& outState, System.Int32 transitionCapacity, System.Int32 startChildTransitionCapacity)
Method metadata
- Visibilitypublic
- Return type
BM.StateBuilder<Parent> - StaticFalse
- VirtualFalse
- Hash
7790C14A1361E90513147AAF295B57664990051574365C75D934F7026A855C78 - Body hash
88E0E8AD874397FF7270ABAEF0B22BA9D461FB4CC263592638894A144C099D3C - IL size84
Referenced calls
BM.State::.ctor(System.String, BM.StateMachine, System.Boolean)BM.StateMachine::AddState(System.String, BM.State)BM.State::SetTransitionCapacity(System.Int32)BM.State::SetStartChildTransitionCapacity(System.Int32)BM.State::HasDefaultStartChildState()BM.State::SetDefaultStartChildState(BM.State)BM.State::SetSubState(BM.State)