Falco Engine 3.9.0.1 (beta)
CapsuleCollider.cs
Go to the documentation of this file.
1using System;
2using System.Runtime.CompilerServices;
3using System.Runtime.InteropServices;
4
5namespace FalcoEngine
6{
7 public class CapsuleCollider : Collider
8 {
9 internal CapsuleCollider()
10 {
11
12 }
13
14 /*----------- PUBLIC ------------*/
15
19 public float radius { [MethodImpl(MethodImplOptions.InternalCall)] get; [MethodImpl(MethodImplOptions.InternalCall)] set; }
20
24 public float height { [MethodImpl(MethodImplOptions.InternalCall)] get; [MethodImpl(MethodImplOptions.InternalCall)] set; }
25 }
26}
float height
Get or set the height of the capsule
float radius
Get or set the radiuse of the capsule