Photon Fusion 2.0.3

Public Attributes | Static Public Attributes | List of all members
SimulationInputHeader Struct Reference

Simulation Input Header More...

Public Attributes

float InterpAlpha
 Interpolation alpha of the input. More...
 
Tick InterpFrom
 Interpolation from tick of the input. More...
 
Tick InterpTo
 Interpolation to tick of the input. More...
 
Tick Tick
 Tick of the input. More...
 

Static Public Attributes

const int SIZE = WORD_COUNT * Allocator.REPLICATE_WORD_SIZE
 Size of the header. More...
 
const int WORD_COUNT = 4
 Word count of the header. More...
 

Detailed Description

Simulation Input Header

Member Data Documentation

◆ InterpAlpha

float InterpAlpha

Interpolation alpha of the input.

◆ InterpFrom

Tick InterpFrom

Interpolation from tick of the input.

◆ InterpTo

Tick InterpTo

Interpolation to tick of the input.

◆ SIZE

const int SIZE = WORD_COUNT * Allocator.REPLICATE_WORD_SIZE
static

Size of the header.

◆ Tick

Tick of the input.

◆ WORD_COUNT

const int WORD_COUNT = 4
static

Word count of the header.