godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
PhysicsServerSingleton.bodyGetCollisionLayer
godot
physicsserver
PhysicsServerSingleton
Returns the physics layer or layers a body belongs to.
struct
PhysicsServerSingleton
@
nogc
nothrow const
long
bodyGetCollisionLayer
(
in
RID
_body
)
Meta
Source
See Implementation
godot
physicsserver
PhysicsServerSingleton
aliases
BaseClasses
enums
AreaBodyStatus
AreaParameter
AreaSpaceOverrideMode
BodyAxis
BodyMode
BodyParameter
BodyState
ConeTwistJointParam
Constants
G6DOFJointAxisFlag
G6DOFJointAxisParam
HingeJointFlag
HingeJointParam
JointType
PinJointParam
ProcessInfo
ShapeType
SliderJointParam
SpaceParameter
functions
areaAddShape
areaAttachObjectInstanceId
areaClearShapes
areaCreate
areaGetObjectInstanceId
areaGetParam
areaGetShape
areaGetShapeCount
areaGetShapeTransform
areaGetSpace
areaGetSpaceOverrideMode
areaGetTransform
areaIsRayPickable
areaRemoveShape
areaSetAreaMonitorCallback
areaSetCollisionLayer
areaSetCollisionMask
areaSetMonitorCallback
areaSetMonitorable
areaSetParam
areaSetRayPickable
areaSetShape
areaSetShapeTransform
areaSetSpace
areaSetSpaceOverrideMode
areaSetTransform
bodyAddCentralForce
bodyAddCollisionException
bodyAddForce
bodyAddShape
bodyAddTorque
bodyApplyCentralImpulse
bodyApplyImpulse
bodyApplyTorqueImpulse
bodyAttachObjectInstanceId
bodyClearShapes
bodyCreate
bodyGetCollisionLayer
bodyGetCollisionMask
bodyGetDirectState
bodyGetKinematicSafeMargin
bodyGetMaxContactsReported
bodyGetMode
bodyGetObjectInstanceId
bodyGetParam
bodyGetShape
bodyGetShapeCount
bodyGetShapeTransform
bodyGetSpace
bodyGetState
bodyIsAxisLocked
bodyIsContinuousCollisionDetectionEnabled
bodyIsOmittingForceIntegration
bodyIsRayPickable
bodyRemoveCollisionException
bodyRemoveShape
bodySetAxisLock
bodySetAxisVelocity
bodySetCollisionLayer
bodySetCollisionMask
bodySetEnableContinuousCollisionDetection
bodySetForceIntegrationCallback
bodySetKinematicSafeMargin
bodySetMaxContactsReported
bodySetMode
bodySetOmitForceIntegration
bodySetParam
bodySetRayPickable
bodySetShape
bodySetShapeTransform
bodySetSpace
bodySetState
coneTwistJointGetParam
coneTwistJointSetParam
freeRid
generic6dofJointGetFlag
generic6dofJointGetParam
generic6dofJointSetFlag
generic6dofJointSetParam
getProcessInfo
hingeJointGetFlag
hingeJointGetParam
hingeJointSetFlag
hingeJointSetParam
jointCreateConeTwist
jointCreateGeneric6dof
jointCreateHinge
jointCreatePin
jointCreateSlider
jointGetSolverPriority
jointGetType
jointSetSolverPriority
opAssign
opEquals
pinJointGetLocalA
pinJointGetLocalB
pinJointGetParam
pinJointSetLocalA
pinJointSetLocalB
pinJointSetParam
setActive
shapeCreate
shapeGetData
shapeGetType
shapeSetData
sliderJointGetParam
sliderJointSetParam
spaceCreate
spaceGetDirectState
spaceGetParam
spaceIsActive
spaceSetActive
spaceSetParam
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns the physics layer or layers a body belongs to.