Unravel Engine C++ Reference
Loading...
Searching...
No Matches
physics_material.h File Reference
#include <engine/engine_export.h>
#include <memory>
#include <type_traits>

Go to the source code of this file.

Classes

struct  unravel::physics_material
 Represents the physical properties of a material. More...
 

Namespaces

namespace  unravel
 

Enumerations

enum class  unravel::combine_mode : int {
  unravel::average = 0 , unravel::minimum = 1 , unravel::multiply = 2 , unravel::maximum = 3 ,
  unravel::count = 4
}