Class FieldsCloner
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public sealed class FieldsCloner : ReflectedCloner, ICloner
Methods
IncludeField(FieldInfo)
Declaration
protected override bool IncludeField(FieldInfo field)
Parameters
| Type | Name | Description |
|---|---|---|
| FieldInfo | field |
Returns
| Type | Description |
|---|---|
| Boolean |
Overrides
IncludeProperty(PropertyInfo)
Declaration
protected override bool IncludeProperty(PropertyInfo property)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyInfo | property |
Returns
| Type | Description |
|---|---|
| Boolean |