Falco Engine
3.9.0.1 (beta)
SphereCollider.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Runtime.CompilerServices;
3
using
System.Runtime.InteropServices;
4
5
namespace
FalcoEngine
6
{
7
public
class
SphereCollider
:
Collider
8
{
9
internal
SphereCollider
()
10
{
11
12
}
13
14
/*----------- PUBLIC ------------*/
15
19
public
float
radius
{ [MethodImpl(MethodImplOptions.InternalCall)]
get
; [MethodImpl(MethodImplOptions.InternalCall)]
set
; }
20
}
21
}
FalcoEngine.Collider
Definition:
Collider.cs:8
FalcoEngine.SphereCollider
Definition:
SphereCollider.cs:8
FalcoEngine.SphereCollider.radius
float radius
Get or set the radius of the sphere
Definition:
SphereCollider.cs:19
FalcoEngine
Definition:
AnimationClip.cs:7
API
Components
Physics
SphereCollider.cs
Generated by
1.9.2