VisualEffectAsset

class in UnityEngine.VFX

/

Inherits from:VFX.VisualEffectObject

Switch to Manual

Description

This class contains a graph of the elements needed to describe a visual effect. These include: the visual effects system, generated shaders, and compiled data.

See Also: VisualEffect.

Static Variables

PlayEventIDThe default name ID of the play event.
PlayEventNameThe default name of the play event.
StopEventIDThe default name ID of the stop event.
StopEventNameThe default name of the stop event.

Constructors

VisualEffectAssetThe visual effect Asset constructor.

Public Functions

GetEventsGets the name of every Event connected to a system.
GetExposedPropertiesGets the name and type of every exposed property.
GetTextureDimensionGets the TextureDimension of a named exposed Texture.

Inherited members