Merge pull request #98499 from tetrapod00/docs-dotnet-constructor-differences

Docs: Add notes about C# differences in Variant constructors
This commit is contained in:
Thaddeus Crews
2024-11-11 14:18:22 -06:00
6 changed files with 7 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<return type="Color" />
<description>
Constructs a default [Color] from opaque black. This is the same as [constant BLACK].
[b]Note:[/b] in C#, constructs an empty color with all of its components set to [code]0.0[/code] (transparent black).
[b]Note:[/b] In C#, this constructs a [Color] with all of its components set to [code]0.0[/code] (transparent black).
</description>
</constructor>
<constructor name="Color">