Click or drag to resize

PhysicsSandboxModelPhysicsLayer Property

Defines the collision layer of the underlaying physics element. Default is PhysicLayer1

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public PhysicsLayer PhysicsLayer { get; set; }

Property Value

Type: PhysicsLayer
Remarks

This property accepts the following values:

  • PhysicLayer1
  • PhysicLayer2

See Also