Class VFXSerializableObject
Inheritance
System.Object
VFXSerializableObject
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
Returns
Type |
Description |
System.Object |
|
Get<T>()
Declaration
Returns
Type Parameters
Set(Object)
Declaration
public bool Set(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|