C# Class UnityEngine.RuntimeInitializeOnLoadMethodAttribute

Inheritance: PreserveAttribute
ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method 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 method

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

public RuntimeInitializeOnLoadMethodAttribute ( ) : System
return System

RuntimeInitializeOnLoadMethodAttribute() public method

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.
return System