Game logic - Interior – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{( *)Informative( *)\|" to "{{$1Feature$2|$2Informative$2|")
m (Text replacement - " (\=+)([a-zA-Z0-9][^ ]+[a-zA-Z0-9])(\=+) " to " $1 $2 $3 ")
Line 2: Line 2:
{{Feature|obsolete}}
{{Feature|obsolete}}


=Description=
= Description =
*Helps the game engine to define enclosed areas and adjust post processing.
*Helps the game engine to define enclosed areas and adjust post processing.


=Properties=
= Properties =


=== Zone shape ===
=== Zone shape ===
Line 19: Line 19:
*Color of Interior zone boundaries (when visible).
*Color of Interior zone boundaries (when visible).


=Related instructions=
= Related instructions =
*[[Ylands Tile - Game logic position-rotation-scale|Get Position / Rotation / Scale]]
*[[Ylands Tile - Game logic position-rotation-scale|Get Position / Rotation / Scale]]
*[[Ylands Tile - Get-Set zone visible|Get / Set Zone Visibility]]
*[[Ylands Tile - Get-Set zone visible|Get / Set Zone Visibility]]

Revision as of 16:41, 17 November 2021

Interior was expanded and renamed Environment. Please see Environment for the current information.
🕖
This information is obsolete.

Description

  • Helps the game engine to define enclosed areas and adjust post processing.

Properties

Zone shape

  • Shape of the Interior zone - box, sphere or capsule.

Light intensity

  • Intensity of light inside the Interior zone (0 - 1)

Visible

  • Makes the Interior zone boundaries visible even in game.

Color

  • Color of Interior zone boundaries (when visible).

Related instructions