Arbor: State Diagram Editor  2.2.0
CalculatorSlot.cs File Reference

Classes

class  CalculatorSlot
 Slot for connecting a calculator node. More...
 
class  InputSlot
 Input slot More...
 
class  InputSlot< T >
 Generic class of the input slot More...
 
class  OutputSlot
 Output slot More...
 
class  OutputSlot< T >
 Generic class of the output slot More...
 
class  InputSlotInt
 int type of input slot More...
 
class  OutputSlotInt
 int 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  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