TruWorlds

StarterPlayer

Inherits: GameSystem

StarterPlayer is a game system that defines default camera and character settings for playtesting.

Properties

CameraMaxZoomDistance float

The maximum camera zoom distance in studs.

CameraMinZoomDistance float

The minimum camera zoom distance in studs.

The camera mode applied when playtesting starts.

CameraOffset Vector3

The camera offset applied to the follow target, in studs.

CharacterJumpHeight float

The default jump height, in studs.

CharacterMaxSlopeAngle float

The maximum slope angle the character can walk up, in degrees.

CharacterRollAfterTrip bool

Whether the character can roll while in the tripping state.

CharacterRunSpeed float

The default running speed, in studs per second.

CharacterTripMode CharacterTripMode

Determines how the character can automatically enter the tripping state.

CharacterWalkSpeed float

The default walking speed, in studs per second.

LoadCharacterAppearance bool

Whether the player's character appearance should be loaded when playtesting.

TiltBasedThreshold float

The tilt angle (in degrees) used for TiltBased tripping.