Version: 2022.3
言語: 日本語

SceneTemplateAsset

class in UnityEditor.SceneTemplate

/

継承:ScriptableObject

マニュアルに切り替える

説明

An Asset that stores everything required to instantiate a new Scene from a templated Scene.

変数

addToDefaultsUse this field to add this template to the list of default templates in the New scene dialog.
badgeThe Scene template's badge.
dependenciesLists Scene dependencies, and specifies whether to clone or reference each one.
descriptionA description of the Scene template. This description can be long. In the Unity editor, it appears on multiple lines.
isValidSpecifies whether the Scene template is valid. Invalid templates do not appear in the New Scene dialog.
previewThe Scene template's preview image or icon.
templateNameA user-defined name for the Scene template Asset. By default, this is the template's file name.
templatePipelineA script that derives from ISceneTemplatePipeline. It allows you to execute custom code when a template is instantiated.
templateSceneThe Scene that is copied when the Scene template is instantiated.

継承メンバー

変数

hideFlagsShould the object be hidden, saved with the Scene or modifiable by the user?
nameオブジェクト名

Public 関数

GetInstanceIDGets the instance ID of the object.
ToStringReturns the name of the object.

Static 関数

DestroyRemoves a GameObject, component or asset.
DestroyImmediateDestroys the object obj immediately. You are strongly recommended to use Destroy instead.
DontDestroyOnLoadDo not destroy the target Object when loading a new Scene.
FindAnyObjectByTypeRetrieves any active loaded object of Type type.
FindFirstObjectByTypeRetrieves the first active loaded object of Type type.
FindObjectOfTypeタイプ type から最初に見つけたアクティブのオブジェクトを返します
FindObjectsByTypeRetrieves a list of all loaded objects of Type type.
FindObjectsOfTypeGets a list of all loaded objects of Type type.
Instantiateoriginal のオブジェクトをクローンします
CreateInstanceScriptableObject のインスタンスを作成します。

Operator

boolオブジェクトが存在するかどうか
operator !=二つのオブジェクトが異なるオブジェクトを参照しているか比較します
operator ==2つのオブジェクト参照が同じオブジェクトを参照しているか比較します。

メッセージ

Awake ScriptableObject スクリプトを開始するとき、この関数は呼び出されます。
OnDestroyScriptableObject が破棄されるとき、この関数は呼び出されます。
OnDisableScriptableObject クラスのオブジェクトがスコープを外れるとき、この関数は呼び出されます。
OnEnableオブジェクトがロードされたとき、この関数は呼び出されます。
OnValidateEditor-only function that Unity calls when the script is loaded or a value changes in the Inspector.
Resetデフォルト値にリセットします