C# Class UnityEngine.RuntimeInitializeOnLoadMethodAttribute

Inheritance: PreserveAttribute
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
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.

Method Details

RuntimeInitializeOnLoadMethodAttribute() public méthode

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

public RuntimeInitializeOnLoadMethodAttribute ( ) : System
Résultat System

RuntimeInitializeOnLoadMethodAttribute() public méthode

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.
Résultat System