Version: 2021.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.