diff options
author | tetrapod00 <145553014+tetrapod00@users.noreply.github.com> | 2024-10-24 14:49:06 -0700 |
---|---|---|
committer | tetrapod00 <145553014+tetrapod00@users.noreply.github.com> | 2024-10-27 13:24:26 -0700 |
commit | c51cdaf006a1dd746a3153c6463215479b4d89e9 (patch) | |
tree | eb631444e240dd251231d47cd8df30ffd7ec34a1 /doc/classes/Projection.xml | |
parent | 1015a481ff43edb1126ab39a147fefda290131e5 (diff) | |
download | redot-engine-c51cdaf006a1dd746a3153c6463215479b4d89e9.tar.gz |
Docs: Add note about C# differences in Variant constructors
Diffstat (limited to 'doc/classes/Projection.xml')
-rw-r--r-- | doc/classes/Projection.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/Projection.xml b/doc/classes/Projection.xml index 1665660da3..f781083abf 100644 --- a/doc/classes/Projection.xml +++ b/doc/classes/Projection.xml @@ -14,7 +14,8 @@ <constructor name="Projection"> <return type="Projection" /> <description> - Constructs a default-initialized [Projection] set to [constant IDENTITY]. + Constructs a default-initialized [Projection] identical to [constant IDENTITY]. + [b]Note:[/b] In C#, this constructs a [Projection] identical to [constant ZERO]. </description> </constructor> <constructor name="Projection"> |