depth


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" , since = "0.6" ) ]
public float depth { get; set; }

Warning: depth is deprecated since 1.12.

The position of the actor on the Z axis.

Note:

Use z_position instead.

The depth property is relative to the parent's modelview matrix.

Setting this property will call sort_depth_order which is usually a no-op, and it's most likely not what you want.

The depth property is animatable.