arsa  2.7
Public Member Functions | Public Attributes | List of all members
Effekseer::RectF Struct Reference

四角形 More...

#include <Effekseer.h>

Public Member Functions

 RectF ()
 
 RectF (float x, float y, float width, float height)
 
Vector2D Position () const
 
Vector2D Size () const
 

Public Attributes

float X
 
float Y
 
float Width
 
float Height
 

Detailed Description

四角形

Definition at line 1072 of file Effekseer.h.

Constructor & Destructor Documentation

◆ RectF() [1/2]

Effekseer::RectF::RectF ( )

◆ RectF() [2/2]

Effekseer::RectF::RectF ( float  x,
float  y,
float  width,
float  height 
)

Member Function Documentation

◆ Position()

Vector2D Effekseer::RectF::Position ( ) const

◆ Size()

Vector2D Effekseer::RectF::Size ( ) const

Member Data Documentation

◆ Height

float Effekseer::RectF::Height

Definition at line 1083 of file Effekseer.h.

◆ Width

float Effekseer::RectF::Width

Definition at line 1081 of file Effekseer.h.

◆ X

float Effekseer::RectF::X

Definition at line 1077 of file Effekseer.h.

◆ Y

float Effekseer::RectF::Y

Definition at line 1079 of file Effekseer.h.


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