Declaración
func TeleportCCT(target entity<CharacterController>, position Vector3)
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Target | PhysicalCCT | Target Character Controller |
Position | Vector3 | Specify location |
Move the character controller to the specified position. If it acts on the player,the player must turn on the physical CCT for it to take effect.
func TeleportCCT(target entity<CharacterController>, position Vector3)
go
Nombre | Tipo | Descripción |
---|---|---|
Target | PhysicalCCT | Target Character Controller |
Position | Vector3 | Specify location |