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
Returns
View Source
GetMaskContentScaleFactor(SceneView)
Declaration
public static float GetMaskContentScaleFactor(this SceneView sceneView)
Parameters
Returns
View Source
IsEnabledCropToMask(SceneView)
Declaration
public static bool IsEnabledCropToMask(this SceneView sceneView)
Parameters
Returns
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 |
|