Version: 2022.1
言語: 日本語

SceneView.SceneViewStateConstructor

マニュアルに切り替える
public SceneView.SceneViewState ();
public SceneView.SceneViewState (SceneView.SceneViewState other);

パラメーター

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.

説明

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