Skip to main content

Transform.IsChildOf(Transform parent)

Is this transform a child of parent?

Parameters:

NameTypeDescription
parentTransformparent

Returns:

typeDescription
booleanIs this transform a child of parent?

Usage

---@type Transform
local transform;

---@type Transform
local parent;


local val0 = transform.IsChildOf(parent)