0% found this document useful (0 votes)
27 views3 pages

Basic TypeScript Cheat Sheet

The document outlines various actions that can be performed using TypeScript code, including moving objects, local rotation, stopping actions on click, repeating actions, switching scenes, and making characters interact. Each action is accompanied by a specific TypeScript code example for implementation. The document serves as a guide for developers to enhance interactivity in their applications.

Uploaded by

2ppikova
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views3 pages

Basic TypeScript Cheat Sheet

The document outlines various actions that can be performed using TypeScript code, including moving objects, local rotation, stopping actions on click, repeating actions, switching scenes, and making characters interact. Each action is accompanied by a specific TypeScript code example for implementation. The document serves as a guide for developers to enhance interactivity in their applications.

Uploaded by

2ppikova
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

my

item

is
clicke
d

Q
Action to perform TypeScript code to use

Move an Object or
Character over time
Move item by 1 meter on the x-axis in 1 second.

Local Rotation of
Object over time
Rotate item locally by 3 degrees on the z-axis in 1 second.

Stop an object or a
character

when an item is clicked

Make one or more actions


1 repeat a certain amount
of times Repeats the action X times

for some time


Performs the action after 1 second.

Go to specific scene.
Switches to scene with ID 1.
Action to perform TypeScript to use

Make a character say or

Sets the opacity(see-through level) of the object to 50%.

a question and answers

Play a sound file

You might also like