reng ~master (2022-11-13T10:09:03Z)
Dub
Repo
SphereCollider
re
phys
collider
a sphere collider
class
SphereCollider :
Collider
{
mixin
Reflect
;
const
(
float
)
radius
;
this
(float radius, Vector3 offset);
}
Constructors
this
this
(float radius, Vector3 offset)
Undocumented in source.
Members
Mixins
__anonymous
mixin
Reflect
Undocumented in source.
Variables
radius
const
(
float
)
radius
;
the radius of the collision box
Inherited Members
From Collider
__anonymous
mixin
Reflect
Undocumented in source.
offset
const
(
Vector3
)
offset
;
Undocumented in source.
Meta
Source
See Implementation
re
phys
collider
classes
BoxCollider
Collider
SphereCollider
a sphere collider