ランタイム
Mix::Dynamics::MATERIAL Struct Reference

マテリアル構造体 More...

#include <Common.h>

Public Member Functions

 MATERIAL (void)
 コンストラクタ More...
 
 MATERIAL (UInt32 _id, UInt32 _attr)
 コンストラクタ More...
 
 MATERIAL (UInt32 _id, UInt32 _attr, Float32 _friction, Float32 _restitution)
 コンストラクタ More...
 

Public Attributes

UInt32 id
 識別子 More...
 
UInt32 attr
 属性 More...
 
Float32 friction
 摩擦係数 More...
 
Float32 restitution
 反発係数 More...
 

Detailed Description

マテリアル構造体

Constructor & Destructor Documentation

Mix::Dynamics::MATERIAL::MATERIAL ( void  )
inline

コンストラクタ

Mix::Dynamics::MATERIAL::MATERIAL ( UInt32  _id,
UInt32  _attr 
)
inline

コンストラクタ

Parameters
[in]_id識別子
[in]_attr属性
Mix::Dynamics::MATERIAL::MATERIAL ( UInt32  _id,
UInt32  _attr,
Float32  _friction,
Float32  _restitution 
)
inline

コンストラクタ

Parameters
[in]_id識別子
[in]_attr属性
[in]_friction摩擦係数
[in]_restitution反発係数

Member Data Documentation

UInt32 Mix::Dynamics::MATERIAL::id

識別子

UInt32 Mix::Dynamics::MATERIAL::attr

属性

Float32 Mix::Dynamics::MATERIAL::friction

摩擦係数

Float32 Mix::Dynamics::MATERIAL::restitution

反発係数


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