메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | System |
public RuntimeInitializeOnLoadMethodAttribute ( RuntimeInitializeLoadType loadType ) : System | ||
loadType | RuntimeInitializeLoadType | RuntimeInitializeLoadType: Before or After scene is loaded. |
리턴 | System |