Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VFXExpressionValues

This class is a wrapper to the set of expression values.
Read time 2 minutesLast updated 5 days ago

Definition

public class VFXExpressionValues

Remarks

Only used with VFXSpawnerState.

Methods

Method

Description

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.