Class VFXExpressionValues
  
  
  
  
    Inheritance
    
    VFXExpressionValues
   
  
  
  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
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetAnimationCurve(String)
  
  
  Declaration
  
    public AnimationCurve GetAnimationCurve(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  GetBool(Int32)
  
  
  Declaration
  
    public bool GetBool(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetBool(String)
  
  
  Declaration
  
    public bool GetBool(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  GetFloat(Int32)
  
  
  Declaration
  
    public float GetFloat(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetFloat(String)
  
  
  Declaration
  
    public float GetFloat(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetGradient(Int32)
  
  
  Declaration
  
    public Gradient GetGradient(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetGradient(String)
  
  
  Declaration
  
    public Gradient GetGradient(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  GetInt(Int32)
  
  
  Declaration
  
    public int GetInt(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetInt(String)
  
  
  Declaration
  
    public int GetInt(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  GetMatrix4x4(Int32)
  
  
  Declaration
  
    public Matrix4x4 GetMatrix4x4(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetMatrix4x4(String)
  
  
  Declaration
  
    public Matrix4x4 GetMatrix4x4(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  GetMesh(Int32)
  
  
  Declaration
  
    public Mesh GetMesh(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetMesh(String)
  
  
  Declaration
  
    public Mesh GetMesh(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  GetTexture(Int32)
  
  
  Declaration
  
    public Texture GetTexture(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetTexture(String)
  
  
  Declaration
  
    public Texture GetTexture(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  GetUInt(Int32)
  
  
  Declaration
  
    public uint GetUInt(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetUInt(String)
  
  
  Declaration
  
    public uint GetUInt(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  GetVector2(Int32)
  
  
  Declaration
  
    public Vector2 GetVector2(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetVector2(String)
  
  
  Declaration
  
    public Vector2 GetVector2(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  GetVector3(Int32)
  
  
  Declaration
  
    public Vector3 GetVector3(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetVector3(String)
  
  
  Declaration
  
    public Vector3 GetVector3(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  GetVector4(Int32)
  
  
  Declaration
  
    public Vector4 GetVector4(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetVector4(String)
  
  
  Declaration
  
    public Vector4 GetVector4(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  Extension Methods