pyfeyn2.render.pyx.utils.Visible

class pyfeyn2.render.pyx.utils.Visible[source]

Bases: object

__init__()

Methods

__init__()

getDepth()

Return the depth at which this instance lives.

getPath()

Return the path of this instance.

getVisiblePath()

Return the visible path of this instance.

isVisible()

Check if this instance is visible.

setDepth(depth)

Set the depth at which this instance lives.

getDepth()[source]

Return the depth at which this instance lives.

getPath()[source]

Return the path of this instance.

getVisiblePath()[source]

Return the visible path of this instance.

isVisible()[source]

Check if this instance is visible.

setDepth(depth)[source]

Set the depth at which this instance lives.