Partager via


VideoTransformSphericalProjection.IsEnabled Propriété

Définition

Obtient ou définit une valeur spécifiant si la projection sphérique est activée pour videoTransformEffectDefinition.

public:
 property bool IsEnabled { bool get(); void set(bool value); };
bool IsEnabled();

void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = videoTransformSphericalProjection.isEnabled;
videoTransformSphericalProjection.isEnabled = boolean;
Public Property IsEnabled As Boolean

Valeur de propriété

Boolean

bool

True si la projection sphérique est activée ; sinon, false.

S’applique à