# VFXExposedProperty

> This structure describes an exposed property on a VisualEffectAsset.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.VFX](/engine/6000.0/script-reference/unityengine/vfx.md)
* **Assembly:** UnityEngine.VFXModule

```csharp
public struct VFXExposedProperty
```

## Remarks

Additional Resources: [VisualEffectAsset.GetExposedProperties](/engine/6000.0/script-reference/unityengine/vfx/visualeffectasset/getexposedproperties.md).

## Fields

| Value                                                                              | Description                       |
| ---------------------------------------------------------------------------------- | --------------------------------- |
| [name](/engine/6000.0/script-reference/unityengine/vfx/vfxexposedproperty/name.md) | The name of the exposed property. |
| [type](/engine/6000.0/script-reference/unityengine/vfx/vfxexposedproperty/type.md) | The type of the exposed property. |
