Experimental: this API is experimental and might be changed or removed in the future.

VFXExpressionValues

class in UnityEngine.Experimental.VFX

Cambiar al Manual

Descripción

This class is a wrapper to the set of expression values.

Only used with VFXSpawnerState.

Funciones Públicas

GetAnimationCurveReturns a an animation curve that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
GetBoolReturns a boolean that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
GetFloatReturns a float that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
GetGradientReturns a gradient that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
GetIntReturns an integer that corresponds to the bound named expression. IF this entry is not available, or the type doesn't match, an exception is thrown.
GetMatrix4x4Returns a Matrix4 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
GetMeshReturns a mesh that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
GetTextureReturns a texture that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
GetUIntReturns an unsigned integer that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
GetVector2Returns a Vector2 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
GetVector3Returns a Vector3 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
GetVector4Returns a Vector4 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.