I
I
Incari Studio
2022.1
Search…
⌃K
2022.1
Incari HMI Development Platform
Getting Started
Overview
Requirements
What's New
Installation
First Steps
Objects and Types
Overview
Project Objects
Scene Objects
Prefabs
Attributes
Data Types
Bool
Byte
Float
Int
String
Vector2
Vector3
Vector4
Terminology
Modules
Overview
Asset Manager
Animation Editor
Attribute Editor
Code Editor
Console
Exporter
Image Sequence Editor
Logic Editor
Global Preferences
Material Editor
Model Editor
Plugins
Profiler View
Project Outliner
Project Settings
Scene Outliner
Toolbox
Overview
Actions
Array
Binary
Communication
DateTime
Development
Dictionary
Events
Flow Control
Functions
IO
Incari
Math
String
Transition
Utilities
Variables
Web
Demo Projects
Overview
4 Methods of Animation
Using APIs to Pull Dynamic Data
An Analog Clock
Image Sequence Button Animation
Prefabs
Project Initialization
Powered By GitBook

Byte

A Byte Data Type represents a numerical value. More specifically, a whole, precise number between -128 and 127.
The advantage of using Bytes over Ints is that they are much more lightweight in terms of size, so are preferable when only a small range is needed.
Previous
Bool
Next
Float
Last modified 9mo ago
Copy link