abstract fun makeAttachedFrame(tf: Transform!): Future<AttachedFrame!>!
Create a frame representing the location of an object, and initialize it at the given transform with respect to current frame. The attached frame will move with its parent.
tf
- Transform!: The desired transform between this frame and the new one.
Return
Future<AttachedFrame!>!: A handle to the attached frame.
Since
1