Photon.Pun.InstantiateParameters Struct Reference

Public Member Functions

 InstantiateParameters (string prefabName, Vector3 position, Quaternion rotation, byte @group, object[] data, byte objLevelPrefix, int[] viewIDs, Player creator, int timestamp)
 

Public Attributes

int [] viewIDs
 
byte objLevelPrefix
 
object [] data
 
byte group
 
Quaternion rotation
 
Vector3 position
 
string prefabName
 
Player creator
 
int timestamp
 

Constructor & Destructor Documentation

◆ InstantiateParameters()

Photon.Pun.InstantiateParameters.InstantiateParameters ( string  prefabName,
Vector3  position,
Quaternion  rotation,
byte @  group,
object []  data,
byte  objLevelPrefix,
int []  viewIDs,
Player  creator,
int  timestamp 
)

Member Data Documentation

◆ creator

Player Photon.Pun.InstantiateParameters.creator

◆ data

object [] Photon.Pun.InstantiateParameters.data

◆ group

byte Photon.Pun.InstantiateParameters.group

◆ objLevelPrefix

byte Photon.Pun.InstantiateParameters.objLevelPrefix

◆ position

Vector3 Photon.Pun.InstantiateParameters.position

◆ prefabName

string Photon.Pun.InstantiateParameters.prefabName

◆ rotation

Quaternion Photon.Pun.InstantiateParameters.rotation

◆ timestamp

int Photon.Pun.InstantiateParameters.timestamp

◆ viewIDs

int [] Photon.Pun.InstantiateParameters.viewIDs

The documentation for this struct was generated from the following file: