PhysicsMaterial

Inherits: Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

bool

absorbent

false

float

bounce

0.0

float

friction

1.0

bool

rough

false


Property Descriptions

bool absorbent = false

  • void set_absorbent ( bool value )

  • bool is_absorbent ( )

There is currently no description for this property. Please help us by contributing one!


float bounce = 0.0

  • void set_bounce ( float value )

  • float get_bounce ( )

There is currently no description for this property. Please help us by contributing one!


float friction = 1.0

  • void set_friction ( float value )

  • float get_friction ( )

There is currently no description for this property. Please help us by contributing one!


bool rough = false

  • void set_rough ( bool value )

  • bool is_rough ( )

There is currently no description for this property. Please help us by contributing one!