SceneView.SceneViewState Constructor

public SceneView.SceneViewState();
public SceneView.SceneViewState(SceneView.SceneViewState other);

Parameters

other Specify a SceneViewState to copy values from when creating the new SceneViewState. If this param is not specified, the new SceneViewState is created with default values.

Description

Creates a new SceneViewState with either default values or values from another SceneViewState.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答