Class RuntimeInitializeOnLoadMethodAttribute
Inheritance
RuntimeInitializeOnLoadMethodAttribute
Assembly: UnityEngine.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class RuntimeInitializeOnLoadMethodAttribute : PreserveAttribute, _Attribute
Constructors
|
Improve this Doc
View Source
RuntimeInitializeOnLoadMethodAttribute()
Declaration
public RuntimeInitializeOnLoadMethodAttribute()
|
Improve this Doc
View Source
RuntimeInitializeOnLoadMethodAttribute(RuntimeInitializeLoadType)
Declaration
public RuntimeInitializeOnLoadMethodAttribute(RuntimeInitializeLoadType loadType)
Parameters
Properties
|
Improve this Doc
View Source
loadType
Declaration
public RuntimeInitializeLoadType loadType { get; }
Property Value
Implements
Extension Methods