Class VFXEventAttribute
  
  
  
  
    Inheritance
    
    VFXEventAttribute
   
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public sealed class VFXEventAttribute : IDisposable
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  VFXEventAttribute(VFXEventAttribute)
  
  
  Declaration
  
    public VFXEventAttribute(VFXEventAttribute original)
   
  Parameters
  
  Methods
  
  
  
  
  CopyValuesFrom(VFXEventAttribute)
  
  
  Declaration
  
    public void CopyValuesFrom(VFXEventAttribute eventAttibute)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Dispose()
  
  
  Declaration
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Finalize()
  
  
  Declaration
  
    protected void Finalize()
   
  
  
  
  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
  
  
  
  
  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
  
  
  
  
  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
  
  
  
  
  HasBool(Int32)
  
  
  Declaration
  
    public bool HasBool(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HasBool(String)
  
  
  Declaration
  
    public bool HasBool(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  HasFloat(Int32)
  
  
  Declaration
  
    public bool HasFloat(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HasFloat(String)
  
  
  Declaration
  
    public bool HasFloat(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  HasInt(Int32)
  
  
  Declaration
  
    public bool HasInt(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HasInt(String)
  
  
  Declaration
  
    public bool HasInt(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  HasMatrix4x4(Int32)
  
  
  Declaration
  
    public bool HasMatrix4x4(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HasMatrix4x4(String)
  
  
  Declaration
  
    public bool HasMatrix4x4(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  HasUint(Int32)
  
  
  Declaration
  
    public bool HasUint(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HasUint(String)
  
  
  Declaration
  
    public bool HasUint(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  HasVector2(Int32)
  
  
  Declaration
  
    public bool HasVector2(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HasVector2(String)
  
  
  Declaration
  
    public bool HasVector2(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  HasVector3(Int32)
  
  
  Declaration
  
    public bool HasVector3(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HasVector3(String)
  
  
  Declaration
  
    public bool HasVector3(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  HasVector4(Int32)
  
  
  Declaration
  
    public bool HasVector4(int nameID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | nameID |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HasVector4(String)
  
  
  Declaration
  
    public bool HasVector4(string name)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | String | name |  | 
    
  
  Returns
  
  
  
  
  SetBool(Int32, Boolean)
  
  
  Declaration
  
    public void SetBool(int nameID, bool b)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetBool(String, Boolean)
  
  
  Declaration
  
    public void SetBool(string name, bool b)
   
  Parameters
  
  
  
  
  SetFloat(Int32, Single)
  
  
  Declaration
  
    public void SetFloat(int nameID, float f)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetFloat(String, Single)
  
  
  Declaration
  
    public void SetFloat(string name, float f)
   
  Parameters
  
  
  
  
  SetInt(Int32, Int32)
  
  
  Declaration
  
    public void SetInt(int nameID, int i)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetInt(String, Int32)
  
  
  Declaration
  
    public void SetInt(string name, int i)
   
  Parameters
  
  
  
  
  SetMatrix4x4(Int32, Matrix4x4)
  
  
  Declaration
  
    public void SetMatrix4x4(int nameID, Matrix4x4 v)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetMatrix4x4(String, Matrix4x4)
  
  
  Declaration
  
    public void SetMatrix4x4(string name, Matrix4x4 v)
   
  Parameters
  
  
  
  
  SetUint(Int32, UInt32)
  
  
  Declaration
  
    public void SetUint(int nameID, uint i)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetUint(String, UInt32)
  
  
  Declaration
  
    public void SetUint(string name, uint i)
   
  Parameters
  
  
  
  
  SetVector2(Int32, Vector2)
  
  
  Declaration
  
    public void SetVector2(int nameID, Vector2 v)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetVector2(String, Vector2)
  
  
  Declaration
  
    public void SetVector2(string name, Vector2 v)
   
  Parameters
  
  
  
  
  SetVector3(Int32, Vector3)
  
  
  Declaration
  
    public void SetVector3(int nameID, Vector3 v)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetVector3(String, Vector3)
  
  
  Declaration
  
    public void SetVector3(string name, Vector3 v)
   
  Parameters
  
  
  
  
  SetVector4(Int32, Vector4)
  
  
  Declaration
  
    public void SetVector4(int nameID, Vector4 v)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetVector4(String, Vector4)
  
  
  Declaration
  
    public void SetVector4(string name, Vector4 v)
   
  Parameters
  
  Implements
  
  Extension Methods