Arbor 3: FSM & BT Graph Editor  3.1.3
CalculatorSlot.cs File Reference

Classes

class  CalculatorSlot
 Slot for connecting a calculator node. More...
 
class  CalculatorSlotField
 Field information of CalculatorSlot More...
 
interface  IInputSlot
 Interface of input CalculatorSlot. More...
 
class  InputSlotBase
 Input slot More...
 
class  InputSlot< T >
 Generic class of the input slot More...
 
class  InputSlotAny
 Input slot class specifying type More...
 
interface  IOutputSlot
 Interface of output CalculatorSlot. More...
 
class  OutputSlotBase
 Output slot More...
 
class  OutputSlot< T >
 Generic class of the output slot More...
 
class  OutputSlotAny
 Output slot class specifying type More...
 
class  RerouteSlot
 Slot used for midpoint of CalculatorBranch. More...
 
class  InputSlotInt
 int type of input slot More...
 
class  OutputSlotInt
 int type of output slot More...
 
class  InputSlotLong
 long type of input slot More...
 
class  OutputSlotLong
 long type of output slot More...
 
class  InputSlotFloat
 float type of input slot More...
 
class  OutputSlotFloat
 float type of output slot More...
 
class  InputSlotBool
 bool type of input slot More...
 
class  InputSlotString
 string type of input slot More...
 
class  OutputSlotBool
 bool type of output slot More...
 
class  OutputSlotString
 string type of output slot More...
 
class  InputSlotGameObject
 GameObject type of input slot More...
 
class  OutputSlotGameObject
 GameObject type of output slot More...
 
class  InputSlotVector2
 Vector2 type of input slot More...
 
class  OutputSlotVector2
 Vector2 type of output slot More...
 
class  InputSlotVector3
 Vector3 type of input slot More...
 
class  OutputSlotVector3
 Vector3 type of output slot More...
 
class  InputSlotQuaternion
 Quaternion type of input slot More...
 
class  OutputSlotQuaternion
 Quaternion type of output slot More...
 
class  InputSlotRect
 Rect type of input slot More...
 
class  OutputSlotRect
 Rect type of output slot More...
 
class  InputSlotBounds
 Bounds type of input slot More...
 
class  OutputSlotBounds
 Bounds type of output slot More...
 
class  InputSlotColor
 Color type of input slot More...
 
class  OutputSlotColor
 Color type of output slot More...
 
class  InputSlotUnityObject
 UnityEngine.Object type of input slot More...
 
class  OutputSlotUnityObject
 UnityEngine.Object type of output slot More...
 
class  InputSlotComponent
 Component type of input slot More...
 
class  OutputSlotComponent
 Component type of output slot More...
 
class  InputSlotTransform
 Transform type of input slot More...
 
class  OutputSlotTransform
 Transform type of output slot More...
 
class  InputSlotRectTransform
 RectTransform type of input slot More...
 
class  OutputSlotRectTransform
 RectTransform type of output slot More...
 
class  InputSlotRigidbody
 Rigidbody type of input slot More...
 
class  OutputSlotRigidbody
 Rigidbody type of output slot More...
 
class  InputSlotRigidbody2D
 Rigidbody2D type of input slot More...
 
class  OutputSlotRigidbody2D
 Rigidbody2D type of output slot More...
 
class  InputSlotCollider
 Collider type of input slot More...
 
class  OutputSlotCollider
 Collider type of output slot More...
 
class  InputSlotCollider2D
 Collider2D type of input slot More...
 
class  OutputSlotCollider2D
 Collider2D type of output slot More...
 
class  InputSlotCollision
 Collision type of input slot More...
 
class  OutputSlotCollision
 Collision type of output slot More...
 
class  InputSlotCollision2D
 Collision2D type of input slot More...
 
class  OutputSlotCollision2D
 Collision2D type of output slot More...
 
class  InputSlotRaycastHit
 RaycastHit type of input slot More...
 
class  OutputSlotRaycastHit
 RaycastHit type of output slot More...
 
class  InputSlotRaycastHit2D
 RaycastHit2D type of input slot More...
 
class  OutputSlotRaycastHit2D
 RaycastHit2D type of output slot More...
 

Namespaces

namespace  Arbor