AttachTo
Introduction
Code Example
GunInstance.AttachTo(ShipInstance, false);
// set the GunInstance to be positioned relative to the ShipInstance:
GunInstance.RelativeX = 100;
GunInstance.RelativeY = -20;Method Signature
public void AttachTo(PositionedObject newParent, bool changeRelative)changeRelative
Last updated
Was this helpful?