Class VFXSerializableObject
Inheritance
System.Object
VFXSerializableObject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.VFX
Syntax
[Serializable]
public class VFXSerializableObject
Constructors
VFXSerializableObject(Type)
Declaration
public VFXSerializableObject(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type |
VFXSerializableObject(Type, Object)
Declaration
public VFXSerializableObject(Type type, object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type | |
| System.Object | obj |
Properties
type
Declaration
public Type type { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |
Methods
Get()
Declaration
public object Get()
Returns
| Type | Description |
|---|---|
| System.Object |
Get<T>()
Declaration
public T Get<T>()
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |
Set(Object)
Declaration
public bool Set(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Boolean |