EntitySerializer.CopyComponentProperties(object, object) Method
Definition¶
Namespace: Brine2D.ECS.Serialization
Copies all public properties from source to destination component.
private void CopyComponentProperties(object source, object? destination);
Parameters¶
source System.Object
destination System.Object