Hide some version specifici properties

This commit is contained in:
KillzXGaming 2019-04-22 20:40:34 -04:00
parent 8f7f859cf6
commit d8deb1ac03
4 changed files with 17 additions and 0 deletions

Binary file not shown.

View file

@ -1122,6 +1122,23 @@
</summary>
<returns>The value of the <see cref="P:Syroot.NintenTools.Bfres.ResString.String"/> property.</returns>
</member>
<member name="M:Syroot.NintenTools.Bfres.SetProperty.SetBrowsableProperty``1(System.String,System.Boolean)">
<summary>
Set the Browsable property.
NOTE: Be sure to decorate the property with [Browsable(true)]
</summary>
<param name="PropertyName">Name of the variable</param>
<param name="bIsBrowsable">Browsable Value</param>
</member>
<member name="M:Syroot.NintenTools.Bfres.SetProperty.SetBrowsableProperty``1(``0,System.String,System.Boolean)">
<summary>
Set the Browsable property.
NOTE: Be sure to decorate the property with [Browsable(true)]
</summary>
<param name="obj">An instance of the object whose property should be modified.</param>
<param name="PropertyName">Name of the variable</param>
<param name="bIsBrowsable">Browsable Value</param>
</member>
<member name="T:Syroot.NintenTools.Bfres.Srt2D">
<summary>
Represents a 2D transformation.