Datacom - C and Unity The Basics PDF

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

C# and Unity - The Basics Cheat Sheet

by Datacom via cheatography.com/46480/cs/13506/

Unity Execution Order

void Awake ()

void OnEnable ()

void Start ()

void FixedU​pdate ()

void Update ()

void LateUpdate ()

void OnDisable ()

void OnDestroy ()

Controller / Movement

Transl​ation transf​orm.Tr​ans​late(x, y, z)

Rotation transf​orm.Ro​tate(x, y, z)

Rotate Around transf​orm.Ro​tat​eAr​ound(x, y, z)

Look transf​orm.Lo​okA​t(t​arget)

By Datacom Not published yet. Sponsored by Readability-Score.com


cheatography.com/datacom/ Last updated 15th December, 2017. Measure your website readability!
Page 1 of 1. https://readability-score.com

You might also like