PlatformMovementSettings


Declaration

[Serializable]
public class PlatformMovementSettings : MovementBehaviorSettings<PlatformMovement>

Description

Settings for platform movement.

Properties

platformLayersThe layer(s) for detecting moving platforms.
rotateCharacterWhether to rotate the character based on the platform's rotation. When turned off the character will still move from the rotation of a platform, but they will remain facing the same direction.
Inherited

Properties

activeWhether the settings are active on a movement profile. Inactive settings will not display in the editor.
enabledTurns on or off the settings behavior. Enabled behaviors are updated every frame.
isActiveAndEnabledWhether the settings are active and enabled.