VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDKBase.VRC_NPCSpawn Class Reference
Inheritance diagram for VRC.SDKBase.VRC_NPCSpawn:
Collaboration diagram for VRC.SDKBase.VRC_NPCSpawn:

Public Member Functions

delegate void InstantiationDelegate (VRC_NPCSpawn obj)
 

Public Attributes

string npcName = ""
 
string blueprintId = ""
 
RuntimeAnimatorController customAnimation
 
float scale = 1f
 
GameObject npcGameObject
 

Static Public Attributes

static InstantiationDelegate Initialize
 

Private Member Functions

void Awake ()
 

Detailed Description

Definition at line 4926 of file VRCSDKBase.cs.

Member Function Documentation

◆ Awake()

void VRC.SDKBase.VRC_NPCSpawn.Awake ( )
private

Definition at line 4942 of file VRCSDKBase.cs.

◆ InstantiationDelegate()

delegate void VRC.SDKBase.VRC_NPCSpawn.InstantiationDelegate ( VRC_NPCSpawn  obj)

Member Data Documentation

◆ blueprintId

string VRC.SDKBase.VRC_NPCSpawn.blueprintId = ""

Definition at line 4932 of file VRCSDKBase.cs.

◆ customAnimation

RuntimeAnimatorController VRC.SDKBase.VRC_NPCSpawn.customAnimation

Definition at line 4934 of file VRCSDKBase.cs.

◆ Initialize

InstantiationDelegate VRC.SDKBase.VRC_NPCSpawn.Initialize
static

Definition at line 4938 of file VRCSDKBase.cs.

◆ npcGameObject

GameObject VRC.SDKBase.VRC_NPCSpawn.npcGameObject

Definition at line 4940 of file VRCSDKBase.cs.

◆ npcName

string VRC.SDKBase.VRC_NPCSpawn.npcName = ""

Definition at line 4930 of file VRCSDKBase.cs.

◆ scale

float VRC.SDKBase.VRC_NPCSpawn.scale = 1f

Definition at line 4936 of file VRCSDKBase.cs.


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