PEd_InstanceSetPosZ

A function defined in PEd_instanceLegacy.gml

PEd_InstanceSetPosZ(_id, _val[, _updatePivot])

Description

Sets the z position of the instance.

Arguments

Name Type Description
_id Id.Instance The instance.
_val Real The new z position of the instance.
_updatePivot Bool If the instance is currently selected and this is set to false, then the pivot will not be updated to its position (on the z axis). By default this is set to true.

Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.