top of page

ProSiblingIndexer

This controls the sibling order of objects as they animate.

Static Methods

ReturnChildrenSorted
BySiblingIndex

Sorts all of the children of a given parent using their assigned sibling indexer value, and returns them in order in an array.

Properties

SiblingIndex

The assigned sibling index value.

DefaultIgnoreLayoutState

The default rules for whether or not this object should ignore layouts.

SubstituteActive

Returns true if the gameObjects substitute object is currently active.

Methods

Initialize

Used to initialize the sibling indexer.

ReturnSubstitute

Returns the substitute object for this gameObject.

SetIndexMaxValue

Sets the current sibling index to 2147483647.

DeactivateSubstitute

Deactivates the current substitute.

bottom of page