Function Draw.Label2D

Label2D (float3 position, ref FixedString32Bytes text, Color color)

Public Static
Label2D (float3 position, ref FixedString32Bytes text, float sizeInPixels, Color color)

Public Static
Label2D (float3 position, ref FixedString32Bytes text, float sizeInPixels, LabelAlignment alignment)

Public Static
Label2D (float3 position, ref FixedString32Bytes text, float sizeInPixels, LabelAlignment alignment, Color color)

Public Static
Label2D (float3 position, ref FixedString32Bytes text, float sizeInPixels=14)

Public Static
Label2D (float3 position, ref FixedString64Bytes text, Color color)

Public Static
Label2D (float3 position, ref FixedString64Bytes text, float sizeInPixels, Color color)

Public Static
Label2D (float3 position, ref FixedString64Bytes text, float sizeInPixels, LabelAlignment alignment)

Public Static
Label2D (float3 position, ref FixedString64Bytes text, float sizeInPixels, LabelAlignment alignment, Color color)

Public Static
Label2D (float3 position, ref FixedString64Bytes text, float sizeInPixels=14)

Public Static
Label2D (float3 position, ref FixedString128Bytes text, Color color)

Draws a label in 3D space aligned with the camera.

Public Static
Label2D (float3 position, ref FixedString128Bytes text, float sizeInPixels, Color color)

Public Static
Label2D (float3 position, ref FixedString128Bytes text, float sizeInPixels, LabelAlignment alignment)

Draws a label in 3D space aligned with the camera.

Public Static
Label2D (float3 position, ref FixedString128Bytes text, float sizeInPixels, LabelAlignment alignment, Color color)

Draws a label in 3D space aligned with the camera.

Public Static
Label2D (float3 position, ref FixedString128Bytes text, float sizeInPixels=14)

Public Static
Label2D (float3 position, ref FixedString512Bytes text, Color color)

Public Static
Label2D (float3 position, ref FixedString512Bytes text, float sizeInPixels, Color color)

Public Static
Label2D (float3 position, ref FixedString512Bytes text, float sizeInPixels, LabelAlignment alignment)

Public Static
Label2D (float3 position, ref FixedString512Bytes text, float sizeInPixels, LabelAlignment alignment, Color color)

Public Static
Label2D (float3 position, ref FixedString512Bytes text, float sizeInPixels=14)

Public Static
Label2D (float3 position, string text, Color color)

Draws a label in 3D space aligned with the camera.

Public Static
Label2D (float3 position, string text, float sizeInPixels, Color color)

Public Static
Label2D (float3 position, string text, float sizeInPixels, LabelAlignment alignment)

Draws a label in 3D space aligned with the camera.

Public Static
Label2D (float3 position, string text, float sizeInPixels, LabelAlignment alignment, Color color)

Draws a label in 3D space aligned with the camera.

Public Static
Label2D (float3 position, string text, float sizeInPixels=14)

Public Static