Click or drag to resize

PhysicsObjectModelPhysicsColliderType Property

Defines the type of the collider for a physics element. Default is Box

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

Property Value

Type: ColliderType
Remarks

This property accepts the following values:

  • Box
  • Sphere
  • Mesh

See Also