Class SceneViewExtension

    Definition

    Namespace:
    Tizen.AIAvatar
    Assembly:
    Tizen.AIAvatar.dll
    public static class SceneViewExtension
    Inheritance
    object
    SceneViewExtension

    Methods

    View Source

    EnableCropToMask(SceneView, bool)

    Declaration
    public static void EnableCropToMask(this SceneView sceneView, bool enableCropToMask)
    Parameters
    Type Name Description
    SceneView sceneView
    bool enableCropToMask
    View Source

    GetAlphaMaskUrl(SceneView)

    Declaration
    public static string GetAlphaMaskUrl(this SceneView sceneView)
    Parameters
    Type Name Description
    SceneView sceneView
    Returns
    Type Description
    string
    View Source

    GetMaskContentScaleFactor(SceneView)

    Declaration
    public static float GetMaskContentScaleFactor(this SceneView sceneView)
    Parameters
    Type Name Description
    SceneView sceneView
    Returns
    Type Description
    float
    View Source

    IsEnabledCropToMask(SceneView)

    Declaration
    public static bool IsEnabledCropToMask(this SceneView sceneView)
    Parameters
    Type Name Description
    SceneView sceneView
    Returns
    Type Description
    bool
    View Source

    SetAlphaMaskUrl(SceneView, string)

    Declaration
    public static void SetAlphaMaskUrl(this SceneView sceneView, string url)
    Parameters
    Type Name Description
    SceneView sceneView
    string url
    View Source

    SetMaskContentScaleFactor(SceneView, float)

    Declaration
    public static void SetMaskContentScaleFactor(this SceneView sceneView, float factor)
    Parameters
    Type Name Description
    SceneView sceneView
    float factor
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX