Class PublicAPIAttribute
This attribute is intended to mark publicly available API
which should not be removed and so is treated as used
Inheritance
PublicAPIAttribute
Assembly: UnityEngine.dll
Syntax
[MeansImplicitUse]
public sealed class PublicAPIAttribute : Attribute, _Attribute
Constructors
|
Improve this Doc
View Source
PublicAPIAttribute()
Declaration
public PublicAPIAttribute()
|
Improve this Doc
View Source
PublicAPIAttribute(String)
Declaration
public PublicAPIAttribute(string comment)
Parameters
Type |
Name |
Description |
String |
comment |
|
Properties
|
Improve this Doc
View Source
Declaration
public string Comment { get; }
Property Value
Implements
Extension Methods