Show / Hide Table of Contents

Class VFXExpressionValues

Inheritance
Object
VFXExpressionValues
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.VFX
Assembly: UnityEngine.dll
Syntax
public class VFXExpressionValues

Methods

| Improve this Doc View Source

GetAnimationCurve(Int32)

Declaration
public AnimationCurve GetAnimationCurve(int nameID)
Parameters
Type Name Description
Int32 nameID
Returns
Type Description
AnimationCurve
| Improve this Doc View Source

GetAnimationCurve(String)

Declaration
public AnimationCurve GetAnimationCurve(string name)
Parameters
Type Name Description
String name
Returns
Type Description
AnimationCurve

GetBool(Int32)

Declaration
public bool GetBool(int nameID)
Parameters
Type Name Description
Int32 nameID
Returns
Type Description
Boolean
| Improve this Doc View Source

GetBool(String)

Declaration
public bool GetBool(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Boolean

GetFloat(Int32)

Declaration
public float GetFloat(int nameID)
Parameters
Type Name Description
Int32 nameID
Returns
Type Description
Single
| Improve this Doc View Source

GetFloat(String)

Declaration
public float GetFloat(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Single
| Improve this Doc View Source

GetGradient(Int32)

Declaration
public Gradient GetGradient(int nameID)
Parameters
Type Name Description
Int32 nameID
Returns
Type Description
Gradient
| Improve this Doc View Source

GetGradient(String)

Declaration
public Gradient GetGradient(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Gradient

GetInt(Int32)

Declaration
public int GetInt(int nameID)
Parameters
Type Name Description
Int32 nameID
Returns
Type Description
Int32
| Improve this Doc View Source

GetInt(String)

Declaration
public int GetInt(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Int32

GetMatrix4x4(Int32)

Declaration
public Matrix4x4 GetMatrix4x4(int nameID)
Parameters
Type Name Description
Int32 nameID
Returns
Type Description
Matrix4x4
| Improve this Doc View Source

GetMatrix4x4(String)

Declaration
public Matrix4x4 GetMatrix4x4(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Matrix4x4

GetMesh(Int32)

Declaration
public Mesh GetMesh(int nameID)
Parameters
Type Name Description
Int32 nameID
Returns
Type Description
Mesh
| Improve this Doc View Source

GetMesh(String)

Declaration
public Mesh GetMesh(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Mesh

GetTexture(Int32)

Declaration
public Texture GetTexture(int nameID)
Parameters
Type Name Description
Int32 nameID
Returns
Type Description
Texture
| Improve this Doc View Source

GetTexture(String)

Declaration
public Texture GetTexture(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Texture

GetUInt(Int32)

Declaration
public uint GetUInt(int nameID)
Parameters
Type Name Description
Int32 nameID
Returns
Type Description
UInt32
| Improve this Doc View Source

GetUInt(String)

Declaration
public uint GetUInt(string name)
Parameters
Type Name Description
String name
Returns
Type Description
UInt32

GetVector2(Int32)

Declaration
public Vector2 GetVector2(int nameID)
Parameters
Type Name Description
Int32 nameID
Returns
Type Description
Vector2
| Improve this Doc View Source

GetVector2(String)

Declaration
public Vector2 GetVector2(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Vector2

GetVector3(Int32)

Declaration
public Vector3 GetVector3(int nameID)
Parameters
Type Name Description
Int32 nameID
Returns
Type Description
Vector3
| Improve this Doc View Source

GetVector3(String)

Declaration
public Vector3 GetVector3(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Vector3

GetVector4(Int32)

Declaration
public Vector4 GetVector4(int nameID)
Parameters
Type Name Description
Int32 nameID
Returns
Type Description
Vector4
| Improve this Doc View Source

GetVector4(String)

Declaration
public Vector4 GetVector4(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Vector4

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX