PlayerController.

setTransEnabled(bool) Method

Summary

The setTransEnabled method assigns the given value to the transEnabled field.If the value is false then the player will not be translated with user input from keyboard keys.
Namespace
ASL.PlayerSystem
Containing Type
PlayerController

Syntax

public void setTransEnabled(bool enabled)

Parameters

Name Type Description
enabled bool The new value assigned to the transEnabled field.

Return Value

Type Description
void