Engine
(NOTE) A directed edge between a cog and an object link.
| Methods | Properties | Base Classes | Derived Classes | 
|---|---|---|---|
| Constructor | ObjectLink | ||
| OtherCog | |||
| SelfCog | 
Properties
ObjectLink : objectlink
read-only
The object link that this edge is connected to.
var ObjectLink : ObjectLink
OtherCog : cog
read-only
The other cog that the object link is connected to (the one not part of this edge).
var OtherCog : Cog
SelfCog : cog
read-only
The cog that this edge on the object link is connected to.
var SelfCog : Cog
Methods
ObjectLinkEdge : Void
constructor
Name Type Description function ObjectLinkEdge()
ObjectLinkEdge : Void
constructor
Name Type Description objectlinkedge function ObjectLinkEdge( : ObjectLinkEdge)