Fix matrices multiplying order #41
Annotations
20 warnings
Hypercube.Shared.Math/Vector/Vector2.cs#L18
Parameter 'float x' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector2.cs#L19
Parameter 'float y' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector2Int.cs#L15
Parameter 'int x' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector2Int.cs#L16
Parameter 'int y' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector3.cs#L21
Parameter 'float x' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector3.cs#L22
Parameter 'float y' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector3.cs#L23
Parameter 'float z' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared/Entities/Realisation/EntityUid.cs#L3
'EntityUid' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Hypercube.Shared/Entities/Realisation/EntityUid.cs#L3
'EntityUid' defines operator == or operator != but does not override Object.GetHashCode()
|
Hypercube.Shared/Entities/Systems/Transform/Coordinates/SceneCoordinates.cs#L14
Parameter 'Vector2 position' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector2.cs#L18
Parameter 'float x' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector2.cs#L19
Parameter 'float y' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector2Int.cs#L15
Parameter 'int x' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector2Int.cs#L16
Parameter 'int y' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector3.cs#L21
Parameter 'float x' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector3.cs#L22
Parameter 'float y' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared.Math/Vector/Vector3.cs#L23
Parameter 'float z' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Hypercube.Shared/Entities/Realisation/EntityUid.cs#L3
'EntityUid' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Hypercube.Shared/Entities/Realisation/EntityUid.cs#L3
'EntityUid' defines operator == or operator != but does not override Object.GetHashCode()
|
Hypercube.Shared/Utilities/ArgumentsParser/ArgumentParser.cs#L5
Parameter 'string[] args' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
This job succeeded
Loading