Skip to content

Commit

Permalink
Docs: Note that C# does not have "copy constructors" for variant types
Browse files Browse the repository at this point in the history
  • Loading branch information
tetrapod00 committed Oct 28, 2024
1 parent 61accf0 commit ccb51a3
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/AABB.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<param index="0" name="from" type="AABB" />
<description>
Constructs an [AABB] as a copy of the given [AABB].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="AABB">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Basis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<param index="0" name="from" type="Basis" />
<description>
Constructs a [Basis] as a copy of the given [Basis].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Basis">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Color.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<param index="0" name="from" type="Color" />
<description>
Constructs a [Color] as a copy of the given [Color].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Color">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Plane.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<param index="0" name="from" type="Plane" />
<description>
Constructs a [Plane] as a copy of the given [Plane].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Plane">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Projection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<param index="0" name="from" type="Projection" />
<description>
Constructs a [Projection] as a copy of the given [Projection].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Projection">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Quaternion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<param index="0" name="from" type="Quaternion" />
<description>
Constructs a [Quaternion] as a copy of the given [Quaternion].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Quaternion">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/RID.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<param index="0" name="from" type="RID" />
<description>
Constructs a [RID] as a copy of the given [RID].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
</constructors>
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Rect2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<param index="0" name="from" type="Rect2" />
<description>
Constructs a [Rect2] as a copy of the given [Rect2].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Rect2">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Rect2i.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<param index="0" name="from" type="Rect2i" />
<description>
Constructs a [Rect2i] as a copy of the given [Rect2i].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Rect2i">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Transform2D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<param index="0" name="from" type="Transform2D" />
<description>
Constructs a [Transform2D] as a copy of the given [Transform2D].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Transform2D">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Transform3D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<param index="0" name="from" type="Transform3D" />
<description>
Constructs a [Transform3D] as a copy of the given [Transform3D].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Transform3D">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Vector2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<param index="0" name="from" type="Vector2" />
<description>
Constructs a [Vector2] as a copy of the given [Vector2].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Vector2">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Vector2i.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<param index="0" name="from" type="Vector2i" />
<description>
Constructs a [Vector2i] as a copy of the given [Vector2i].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Vector2i">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Vector3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<param index="0" name="from" type="Vector3" />
<description>
Constructs a [Vector3] as a copy of the given [Vector3].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Vector3">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Vector3i.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<param index="0" name="from" type="Vector3i" />
<description>
Constructs a [Vector3i] as a copy of the given [Vector3i].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Vector3i">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Vector4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<param index="0" name="from" type="Vector4" />
<description>
Constructs a [Vector4] as a copy of the given [Vector4].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Vector4">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/Vector4i.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<param index="0" name="from" type="Vector4i" />
<description>
Constructs a [Vector4i] as a copy of the given [Vector4i].
[b]Note:[/b] In C#, this constructor is not available.
</description>
</constructor>
<constructor name="Vector4i">
Expand Down

0 comments on commit ccb51a3

Please sign in to comment.