Set Parent

STD Library
Client Side
Only PC

Set the parent node of the object entity, supporting entities with Transform, SkeletonPart, Player, and MountPoint components mounted on them

Declaration

func SetParentClient(parent Hierarchical, child entity<Transform>, worldPositionStays bool)
go

Parameters

Input

Name Type Description
Parent Mountable Parent Node
Child Transform Child Node
World Position Stays Bool Whether to keep the current world position, rotation and scale of the child node. This option is invalid in UI settings.