C# (CSharp) Glare Namespace

Nested Namespaces

Glare.Assets
Glare.Audio
Glare.Engine
Glare.Framework
Glare.Graphics
Glare.Internal

Classes

Name Description
Box2 A two-dimensional box that uses Length elements.
Box2d A two-dimensional box that uses Double elements.
Box2f A two-dimensional box that uses Single elements.
Box2i A two-dimensional box that uses Int32 elements.
Box3 A three-dimensional box that uses Length elements.
Box3d A three-dimensional box that uses Double elements.
Box3f A three-dimensional box that uses Single elements.
Box3i A three-dimensional box that uses Int32 elements.
Box4 A four-dimensional box that uses Length elements.
Box4d A four-dimensional box that uses Double elements.
Box4f A four-dimensional box that uses Single elements.
Box4i A four-dimensional box that uses Int32 elements.
Colours Constant Vector4d values for RGBA colors.
DisposableObject A NamedObject that can also be disposed, sends an event when disposed, and can be tested for disposal state.
ExtensionMethods Extension methods relating to the classes introduced in Glare. Glare has a more extensive extension methods set in Glare.Internal.
NamedObject An object that can be named with Name and has a dictionary of tags with Tags.
Plane2 A Vector2d normal with a Length distance from origin.
Plane2d A Vector2d normal with a Double distance from origin.
Plane2f A Vector2f normal with a Single distance from origin.
Plane3 A Vector3d normal with a Length distance from origin.
Plane3d A Vector3d normal with a Double distance from origin.
Plane3f A Vector3f normal with a Single distance from origin.
Plane4 A Vector4d normal with a Length distance from origin.
Plane4d A Vector4d normal with a Double distance from origin.
Plane4f A Vector4f normal with a Single distance from origin.
Ray2 A Vector2 position with a Vector2d normal.
Ray2d A Vector2d position with a Vector2d normal.
Ray2f A Vector2f position with a Vector2f normal.
Ray3 A Vector3 position with a Vector3d normal.
Ray3d A Vector3d position with a Vector3d normal.
Ray3f A Vector3f position with a Vector3f normal.
Ray4 A Vector4 position with a Vector4d normal.
Ray4d A Vector4d position with a Vector4d normal.
Ray4f A Vector4f position with a Vector4f normal.
Sphere2 A sphere definition, which has a position and radius.
Sphere2d A sphere definition, which has a position and radius.
Sphere2f A sphere definition, which has a position and radius.
Sphere3 A sphere definition, which has a position and radius.
Sphere3d A sphere definition, which has a position and radius.
Sphere3f A sphere definition, which has a position and radius.
Sphere4 A sphere definition, which has a position and radius.
Sphere4d A sphere definition, which has a position and radius.
Sphere4f A sphere definition, which has a position and radius.
VectorTypeAttribute Describes the parameters of a vector type.