Bucles

Tutorial

·

Beginner

·

+0XP

·

5 mins

·

(307)

Unity Technologies

Bucles

How to use the For, While, Do-While, and For Each Loops to repeat actions in code.

Aprende a cómo usar los bucles For, While, Do-While, y For Each para repetir acciones dentro de tu código.

Este tutorial está incluido en el proyecto Scripting para principiantes.

Previo: Sentencias condicionales IF

Siguiente: Modificadores de ámbito y de acceso

Languages available:

1. Bucles

C# Loops in Unity! - Beginner Scripting Tutorial


ForLoop


[@portabletext/react] Unknown block type "code", specify a component for it in the `components.types` prop

WhileLoop


[@portabletext/react] Unknown block type "code", specify a component for it in the `components.types` prop

DoWhileLoop


[@portabletext/react] Unknown block type "code", specify a component for it in the `components.types` prop

ForeachLoop


[@portabletext/react] Unknown block type "code", specify a component for it in the `components.types` prop

Complete this tutorial