Class PreserveAttribute
Implements
Inherited Members
Namespace: UnityEngine.Scripting
Assembly: UnityEngine.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, Inherited = false)]
public class PreserveAttribute : Attribute, _Attribute