Click or drag to resize
CameraEditorControllerClone Method
Clone this component.

Namespace:  GeonBit.ECS.Components.Misc
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override BaseComponent Clone()

Return Value

Type: BaseComponent
Cloned copy of this component.
See Also