Ctrl+K
↑ ↓ navigate
↵ select
esc close
VUEngine Studio
  • Home
  • Docs
  • Games
  • Download
  • About
  1. Home
  2. Documentation
  3. API
  4. RightBox Struct Reference

  • Introduction

  • Installation
  • Enhancing build times
  • Usage with other libraries

  • Getting Started
  • User Interface
  • Settings
  • Themes
  • Intellisense
  • Code Navigation
  • Source Control
  • Building
  • Flash Carts
  • Emulator
  • VUEngine Plugins

  • Introduction
  • Syntax
  • Features
  • Custom Features

  • Introduction
  • Design Principles
  • Coding Standards
  • Configuration
  • Decoupling
  • Memory
  • Graphics
  • Stages
  • Coordinate System
  • Game Logic
  • User Input
  • Physics
  • Sound
  • Post-Processing Effects
  • Communications
  • Rumble Effects
  • Development Tools
  • Debugging

  • Class Index
  • Typedefs
  • Enums

  • Introduction
  • Project Setup
  • First Steps
  • Title Screen
  • Pong Game State
  • Disk
  • Paddles
  • Collisions
  • Scores
  • Sound and Rumble

RightBox Struct Reference

#include <Types.h>

# Public Attributes

int16 x0
int16 y0
int16 z0
int16 x1
int16 y1
int16 z1

# Detailed Description

Definition at line 317 of file Types.h.

# Member Data Documentation

# x0

int16 RightBox::x0

Definition at line 320 of file Types.h.

# x1

int16 RightBox::x1

Definition at line 325 of file Types.h.

# y0

int16 RightBox::y0

Definition at line 321 of file Types.h.

# y1

int16 RightBox::y1

Definition at line 326 of file Types.h.

# z0

int16 RightBox::z0

Definition at line 322 of file Types.h.

# z1

int16 RightBox::z1

Definition at line 327 of file Types.h.


The documentation for this struct was generated from the following file:
  • VUEngine-Core/source/Misc/Types.h
© 2006, 2025 Team VUEngine