Class VFXSerializableObject
Inheritance
VFXSerializableObject
Syntax
[Serializable]
public class VFXSerializableObject
Constructors
VFXSerializableObject(Type)
Declaration
public VFXSerializableObject(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
VFXSerializableObject(Type, Object)
Declaration
public VFXSerializableObject(Type type, object obj)
Parameters
Properties
type
Declaration
public Type type { get; }
Property Value
Methods
Get()
Declaration
Returns
Get<T>()
Declaration
Returns
Type Parameters
Set(Object)
Declaration
public bool Set(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns