MergeKind
Description:
[ CCode ( cprefix = "AS_MERGE_KIND_" , type_id = "as_merge_kind_get_type ()" ) ]
public enum MergeKind
Defines how Component data should be merged if the component is set for merge.
Content:
Enum values:
- APPEND - Merge appending data to target.
- NONE - No merge is happening.
- REMOVE_COMPONENT - Remove the
entire component if it matches.
- REPLACE - Merge replacing data of
target.
Static methods:
Methods: