AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
CharacterBody3D
To Subscribe, use this Key
uncle-lima-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description CharacterBody3D is a specialized class for physics bodies that are meant to be user-controlled. They are not affected by physics…
Published
06/07/2024
Properties bool floor_block_on_wall true bool floor_constant_speed false float floor_m…
Published
06/07/2024
Enumerations enum MotionMode : MotionMode MOTION_MODE_GROUNDED = 0 Apply when notions of walls, ceiling and floor…
Published
06/07/2024
Property Descriptions bool floor_block_on_wall = true void set_floor_block_on_wall_enabled (value: bool ) boo…
Published
06/07/2024
Method Descriptions void apply_floor_snap () Allows to manually apply a snap to the floor regardless of the body's velocity. This fu…
Status
Last Update
Fields