C# Script Notes II


Text UI
Private = can't be affected by other scripts

void Awake = similar to start but it will be processed first before the start.

++ incremental, add one
-- minus one

Instatiate (what, where.position,where.rotation) as Rigidbody;

transform.right (moving to the right)


Tags:

Share:

0 comments