Photon .NET Client API 4.1.4.8

Public Member Functions | Static Public Attributes | List of all members
ExitGames.Client.Photon.StructWrapping.StructWrapperPools Class Reference

Public Member Functions

StructWrapper< byte > Acquire (byte value)
 
StructWrapper< bool > Acquire (bool value)
 
StructWrapper< T > Acquire< T > (T value)
 
void Clear ()
 

Static Public Attributes

static readonly StructWrapper< byte >[] mappedByteWrappers
 
static readonly StructWrapper< bool >[] mappedBoolWrappers
 

Member Function Documentation

◆ Acquire() [1/2]

StructWrapper<bool> ExitGames.Client.Photon.StructWrapping.StructWrapperPools.Acquire ( bool  value)
inline

◆ Acquire() [2/2]

StructWrapper<byte> ExitGames.Client.Photon.StructWrapping.StructWrapperPools.Acquire ( byte  value)
inline

◆ Acquire< T >()

◆ Clear()

void ExitGames.Client.Photon.StructWrapping.StructWrapperPools.Clear ( )
inline

Member Data Documentation

◆ mappedBoolWrappers

readonly StructWrapper<bool> [] ExitGames.Client.Photon.StructWrapping.StructWrapperPools.mappedBoolWrappers
static
Initial value:
= new StructWrapper<bool>[2]
{
new StructWrapper<bool>(Pooling.Readonly) { value = false },
new StructWrapper<bool>(Pooling.Readonly) { value = true }
}

◆ mappedByteWrappers

readonly StructWrapper<byte> [] ExitGames.Client.Photon.StructWrapping.StructWrapperPools.mappedByteWrappers
static

The documentation for this class was generated from the following file:
ExitGames.Client.Photon.StructWrapping.Pooling
Pooling
Definition: ParameterDictionary.cs:65