Enum ProjectionMode

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Enumeration for the projection modes.

    public enum ProjectionMode

    Fields

    Name Description
    OrthographicProjection

    Relative distance from the camera does not affect the size of objects.

    PerspectiveProjection

    Distance causes foreshortening; objects further from the camera appear smaller.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<ProjectionMode>(ProjectionMode, string)
    Extensions.LoadFromXaml<ProjectionMode>(ProjectionMode, string)
    Extensions.LoadFromXaml<ProjectionMode>(ProjectionMode, Type)
    Extensions.LoadFromXamlFile<ProjectionMode>(ProjectionMode, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX