C# Класс UnityEngine.RuntimeInitializeOnLoadMethodAttribute

Наследование: PreserveAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
RuntimeInitializeOnLoadMethodAttribute ( ) : System

Allow an runtime class method to be initialized when Unity game loads runtime without action from the user.

RuntimeInitializeOnLoadMethodAttribute ( RuntimeInitializeLoadType loadType ) : System

Allow an runtime class method to be initialized when Unity game loads runtime without action from the user.

Описание методов

RuntimeInitializeOnLoadMethodAttribute() публичный Метод

Allow an runtime class method to be initialized when Unity game loads runtime without action from the user.

public RuntimeInitializeOnLoadMethodAttribute ( ) : System
Результат System

RuntimeInitializeOnLoadMethodAttribute() публичный Метод

Allow an runtime class method to be initialized when Unity game loads runtime without action from the user.

public RuntimeInitializeOnLoadMethodAttribute ( RuntimeInitializeLoadType loadType ) : System
loadType RuntimeInitializeLoadType RuntimeInitializeLoadType: Before or After scene is loaded.
Результат System