Show / Hide Table of Contents

Class VFXEventAttribute

Inheritance
Object
VFXEventAttribute
Implements
IDisposable
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 sealed class VFXEventAttribute : IDisposable

Constructors

| Improve this Doc View Source

VFXEventAttribute(VFXEventAttribute)

Declaration
public VFXEventAttribute(VFXEventAttribute original)
Parameters
Type Name Description
VFXEventAttribute original

Methods

CopyValuesFrom(VFXEventAttribute)

Declaration
public void CopyValuesFrom(VFXEventAttribute eventAttibute)
Parameters
Type Name Description
VFXEventAttribute eventAttibute
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| 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
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

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

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

HasBool(Int32)

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

HasBool(String)

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

HasFloat(Int32)

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

HasFloat(String)

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

HasInt(Int32)

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

HasInt(String)

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

HasMatrix4x4(Int32)

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

HasMatrix4x4(String)

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

HasUint(Int32)

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

HasUint(String)

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

HasVector2(Int32)

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

HasVector2(String)

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

HasVector3(Int32)

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

HasVector3(String)

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

HasVector4(Int32)

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

HasVector4(String)

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

SetBool(Int32, Boolean)

Declaration
public void SetBool(int nameID, bool b)
Parameters
Type Name Description
Int32 nameID
Boolean b
| Improve this Doc View Source

SetBool(String, Boolean)

Declaration
public void SetBool(string name, bool b)
Parameters
Type Name Description
String name
Boolean b

SetFloat(Int32, Single)

Declaration
public void SetFloat(int nameID, float f)
Parameters
Type Name Description
Int32 nameID
Single f
| Improve this Doc View Source

SetFloat(String, Single)

Declaration
public void SetFloat(string name, float f)
Parameters
Type Name Description
String name
Single f

SetInt(Int32, Int32)

Declaration
public void SetInt(int nameID, int i)
Parameters
Type Name Description
Int32 nameID
Int32 i
| Improve this Doc View Source

SetInt(String, Int32)

Declaration
public void SetInt(string name, int i)
Parameters
Type Name Description
String name
Int32 i

SetMatrix4x4(Int32, Matrix4x4)

Declaration
public void SetMatrix4x4(int nameID, Matrix4x4 v)
Parameters
Type Name Description
Int32 nameID
Matrix4x4 v
| Improve this Doc View Source

SetMatrix4x4(String, Matrix4x4)

Declaration
public void SetMatrix4x4(string name, Matrix4x4 v)
Parameters
Type Name Description
String name
Matrix4x4 v

SetUint(Int32, UInt32)

Declaration
public void SetUint(int nameID, uint i)
Parameters
Type Name Description
Int32 nameID
UInt32 i
| Improve this Doc View Source

SetUint(String, UInt32)

Declaration
public void SetUint(string name, uint i)
Parameters
Type Name Description
String name
UInt32 i

SetVector2(Int32, Vector2)

Declaration
public void SetVector2(int nameID, Vector2 v)
Parameters
Type Name Description
Int32 nameID
Vector2 v
| Improve this Doc View Source

SetVector2(String, Vector2)

Declaration
public void SetVector2(string name, Vector2 v)
Parameters
Type Name Description
String name
Vector2 v

SetVector3(Int32, Vector3)

Declaration
public void SetVector3(int nameID, Vector3 v)
Parameters
Type Name Description
Int32 nameID
Vector3 v
| Improve this Doc View Source

SetVector3(String, Vector3)

Declaration
public void SetVector3(string name, Vector3 v)
Parameters
Type Name Description
String name
Vector3 v

SetVector4(Int32, Vector4)

Declaration
public void SetVector4(int nameID, Vector4 v)
Parameters
Type Name Description
Int32 nameID
Vector4 v
| Improve this Doc View Source

SetVector4(String, Vector4)

Declaration
public void SetVector4(string name, Vector4 v)
Parameters
Type Name Description
String name
Vector4 v

Implements

System.IDisposable

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