OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::MeshGlyph Struct Reference

#include <MeshGlyph.hpp>

Public Attributes

Mesh mesh
 
GlyphIndex glyphIndex = 0
 グリフインデックス More...
 
double xAdvance = 0
 X 方向の移動 More...
 
double yAdvance = 0
 Y 方向の移動 More...
 
double xOffset = 0.0
 

Member Data Documentation

◆ glyphIndex

GlyphIndex s3d::MeshGlyph::glyphIndex = 0

グリフインデックス

◆ mesh

Mesh s3d::MeshGlyph::mesh

◆ xAdvance

double s3d::MeshGlyph::xAdvance = 0

X 方向の移動

◆ xOffset

double s3d::MeshGlyph::xOffset = 0.0

◆ yAdvance

double s3d::MeshGlyph::yAdvance = 0

Y 方向の移動


The documentation for this struct was generated from the following file: