Setear mundo a

From StarLogo Nova Wiki
Revision as of 03:28, 13 August 2023 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Other languages:
The set world to block

set world [▼] to [_] es un bloque de código parte de ambiente cajón.

To add a new trait to the World breed, go to The World tab and click on the show traits button. Then, select “add custom trait.”

set world [▼] to [_] is a code block part of the Environment drawer.

Uso

set world [▼] to [_] se utiliza para establecertraits del world de manera similar a los agentes.

Syntax

Set World To

Example

The model above is of plant growth throughout the four seasons. The World trait temperature depends on the season. All of the seasons have different temperature ranges, using the ‘set to’ block to set a random temperature in that range. The plants in the simulation react both to the temperature of The World, and the precipitation that falls during winter and spring.

Matices

Este bloque se usa solo para modificar personalizados.traits de los world. Los rasgos de agents se modifican utilizando el establecer mi [▼] a [_].

Bloques relacionados