pyuaf.util.browsedirections

This module defines the different browse directions.

  • Attributes:

    browsedirections.Forward = 0
    browsedirections.Inverse = 1
    browsedirections.Both = 2
  • Functions:

    pyuaf.util.browsedirections.toString(direction)

    Get a string representation of the direction.

    Parameters:direction (int) – The node class, e.g. pyuaf.util.browsedirections.Forward.
    Returns:The name of the node class, e.g. ‘Forward’.
    Return type:str