MonoScript

class in UnityEditor

/

Hereda de:TextAsset

Cambiar al Manual

Descripción

Representation of Script assets.

This class represents C#, JavaScript and Boo files stored in the project.

Funciones Públicas

GetClassReturns the System.Type object of the class implemented by this script.

Funciones Estáticas

FromMonoBehaviourReturns the MonoScript object containing specified MonoBehaviour.
FromScriptableObjectReturns the MonoScript object containing specified ScriptableObject.

Miembros heredados

Variables

hideFlagsShould the object be hidden, saved with the Scene or modifiable by the user?
nameEl nombre del objeto.
bytesThe raw bytes of the text asset. (Read Only)
textThe text contents of the .txt file as a string. (Read Only)

Funciones Públicas

GetInstanceIDDevuelve el id de la instancia del objeto.
ToStringReturns the name of the GameObject.
ToStringReturns the contents of the TextAsset.

Funciones Estáticas

DestroyElimina un gameobject, componente o 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.
FindObjectOfTypeDevuelve el primer objeto activo cargado de tipo type.
FindObjectsOfTypeDevuelve una lista de todos los objetos activos cargados de tipo type.
InstantiateClona el objeto original y devuelve el clon.

Operadores

bool¿Existe el objeto?
operator !=Compare si dos objetos se refieren a un objeto diferente.
operator ==Compara dos referencias de objeto para ver si se refieren al mismo objeto.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961