Table of Contents

Component Engine

(NOTE) Component used to keep track of what ObjectLinks a cog has. This component is added dynamically whenever a ObjectLink is added to a cog that did not contain an ObjectLink before. This can be used to traverse across linked objects and find the entire "island" of ObjectLinks.

Methods Properties Base Classes Derived Classes
Constructor ObjectLinks component

Properties


ObjectLinks : objectlinkrange

read-only

The range of object link edges connected to this anchor.

var ObjectLinks : ObjectLinkRange

Methods


ObjectLinkAnchor : Void

constructor

Name Type Description
function ObjectLinkAnchor()