VRC SDK
This project aims to completely document the VRChat Unity SDK
|
Public Member Functions | |
delegate void | InitializationDelegate (VRC_ObjectSpawn obj) |
delegate void | InstantiationDelegate (Vector3 position, Quaternion rotation) |
delegate void | ObjectReaperDelegate () |
void | SpawnObject () |
void | SpawnObject (Vector3 position, Quaternion rotation) |
void | DestroySpawnedObjects () |
IEnumerable< VRC_EventHandler.VrcEvent > | ProvideEvents () |
IEnumerable< VRC_EventHandler.VrcEvent > | ProvideEvents () |
Public Attributes | |
GameObject | ObjectPrefab |
InstantiationDelegate | Instantiate |
ObjectReaperDelegate | ReapObjects |
Static Public Attributes | |
static InitializationDelegate | Initialize |
Private Member Functions | |
void | Start () |
Definition at line 4956 of file VRCSDKBase.cs.
void VRC.SDKBase.VRC_ObjectSpawn.DestroySpawnedObjects | ( | ) |
Definition at line 4996 of file VRCSDKBase.cs.
delegate void VRC.SDKBase.VRC_ObjectSpawn.InitializationDelegate | ( | VRC_ObjectSpawn | obj | ) |
delegate void VRC.SDKBase.VRC_ObjectSpawn.InstantiationDelegate | ( | Vector3 | position, |
Quaternion | rotation | ||
) |
delegate void VRC.SDKBase.VRC_ObjectSpawn.ObjectReaperDelegate | ( | ) |
IEnumerable< VRC_EventHandler.VrcEvent > VRC.SDKBase.VRC_ObjectSpawn.ProvideEvents | ( | ) |
Implements VRC.SDKBase.IVRCEventProvider.
Definition at line 5012 of file VRCSDKBase.cs.
void VRC.SDKBase.VRC_ObjectSpawn.SpawnObject | ( | ) |
Definition at line 4973 of file VRCSDKBase.cs.
void VRC.SDKBase.VRC_ObjectSpawn.SpawnObject | ( | Vector3 | position, |
Quaternion | rotation | ||
) |
Definition at line 4981 of file VRCSDKBase.cs.
|
private |
Definition at line 5004 of file VRCSDKBase.cs.
|
static |
Definition at line 4966 of file VRCSDKBase.cs.
InstantiationDelegate VRC.SDKBase.VRC_ObjectSpawn.Instantiate |
Definition at line 4968 of file VRCSDKBase.cs.
GameObject VRC.SDKBase.VRC_ObjectSpawn.ObjectPrefab |
Definition at line 4964 of file VRCSDKBase.cs.
ObjectReaperDelegate VRC.SDKBase.VRC_ObjectSpawn.ReapObjects |
Definition at line 4970 of file VRCSDKBase.cs.