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.
|
public RuntimeInitializeOnLoadMethodAttribute ( ) : System | ||
Résultat | System |
public RuntimeInitializeOnLoadMethodAttribute ( RuntimeInitializeLoadType loadType ) : System | ||
loadType | RuntimeInitializeLoadType | RuntimeInitializeLoadType: Before or After scene is loaded. |
Résultat | System |