BrawlCrate v0.41
Wii File Editor
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
BrawlLib.Modeling.ModelRigidBody Class Reference

Public Member Functions

 ModelRigidBody ()
 

Public Attributes

string _name
 
ushort _relatedBoneIndex
 
byte _groupIndex
 
ushort _groupTarget
 
byte _shapeType
 
float _shapeWidth
 
float _shapeHeight
 
float _shapeDepth
 
float[] _position
 
float[] _rotation
 
float _weight
 
float _linearDamping
 
float _angularDamping
 
float _restitution
 
float _friction
 
byte _type
 

Constructor & Destructor Documentation

◆ ModelRigidBody()

BrawlLib.Modeling.ModelRigidBody.ModelRigidBody ( )
inline
1847 {
1848 _position = new float[3];
1849 _rotation = new float[3];
1850 }
float[] _position
Definition: PMDModel.cs:1837
float[] _rotation
Definition: PMDModel.cs:1838

Member Data Documentation

◆ _angularDamping

float BrawlLib.Modeling.ModelRigidBody._angularDamping

◆ _friction

float BrawlLib.Modeling.ModelRigidBody._friction

◆ _groupIndex

byte BrawlLib.Modeling.ModelRigidBody._groupIndex

◆ _groupTarget

ushort BrawlLib.Modeling.ModelRigidBody._groupTarget

◆ _linearDamping

float BrawlLib.Modeling.ModelRigidBody._linearDamping

◆ _name

string BrawlLib.Modeling.ModelRigidBody._name

◆ _position

float [] BrawlLib.Modeling.ModelRigidBody._position

◆ _relatedBoneIndex

ushort BrawlLib.Modeling.ModelRigidBody._relatedBoneIndex

◆ _restitution

float BrawlLib.Modeling.ModelRigidBody._restitution

◆ _rotation

float [] BrawlLib.Modeling.ModelRigidBody._rotation

◆ _shapeDepth

float BrawlLib.Modeling.ModelRigidBody._shapeDepth

◆ _shapeHeight

float BrawlLib.Modeling.ModelRigidBody._shapeHeight

◆ _shapeType

byte BrawlLib.Modeling.ModelRigidBody._shapeType

◆ _shapeWidth

float BrawlLib.Modeling.ModelRigidBody._shapeWidth

◆ _type

byte BrawlLib.Modeling.ModelRigidBody._type

◆ _weight

float BrawlLib.Modeling.ModelRigidBody._weight

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