スクリプトのアセットを扱うクラスです
This class represents C# files stored in the project.
GetClass | このスクリプトによって実装されているクラスの System.Type オブジェクトを返します |
FromMonoBehaviour | MonoBehaviour が継承されているスクリプトから MonoScript を返します |
FromScriptableObject | 指定された ScriptableObject から MonoScript オブジェクトを返します |
hideFlags | Should the object be hidden, saved with the Scene or modifiable by the user? |
name | オブジェクト名 |
bytes | テキストアセットの byte 配列(読み取り専用) |
dataSize | The size of the text asset data in bytes. (Read Only) |
text | The text contents of the file as a string. (Read Only) |
GetInstanceID | Gets the instance ID of the object. |
ToString | Returns the name of the object. |
GetData | Gets raw text asset data. |
ToString | Returns the contents of the TextAsset. |
Destroy | Removes a GameObject, component or asset. |
DestroyImmediate | Destroys the object obj immediately. You are strongly recommended to use Destroy instead. |
DontDestroyOnLoad | Do not destroy the target Object when loading a new Scene. |
FindObjectOfType | タイプ type から最初に見つけたアクティブのオブジェクトを返します |
FindObjectsOfType | Gets a list of all loaded objects of Type type. |
Instantiate | original のオブジェクトをクローンします |
bool | オブジェクトが存在するかどうか |
operator != | 二つのオブジェクトが異なるオブジェクトを参照しているか比較します |
operator == | 2つのオブジェクト参照が同じオブジェクトを参照しているか比較します。 |