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

Public Member Functions

delegate void AwakeDelegate (VRCObjectSync obj)
 
void SetKinematic (bool value)
 
void SetGravity (bool value)
 
void FlagDiscontinuity ()
 
void TeleportTo (Transform targetLocation)
 
void Respawn ()
 
override void NetworkConfigure ()
 
- Public Member Functions inherited from VRC.SDK3.Network.VRCNetworkBehaviour
abstract void NetworkConfigure ()
 
virtual void Awake ()
 

Public Attributes

bool AllowCollisionOwnershipTransfer = true
 

Static Public Attributes

static Action< VRCObjectSync, Vector3, Quaternion > TeleportHandler = null
 
static Action< VRCObjectSyncRespawnHandler = null
 
static AwakeDelegate OnAwake
 

Properties

static Action< VRCObjectSync, bool > SetKinematicHook = EditorSetKinematic [get, set]
 
static Action< VRCObjectSync, bool > SetGravityHook = EditorSetGravity [get, set]
 
static Action< VRCObjectSyncFlagDiscontinuityHook = null [get, set]
 
- Properties inherited from VRC.SDK3.Network.VRCNetworkBehaviour
static Action< VRCNetworkBehaviourOnNetworkBehaviourAwake
 

Static Private Member Functions

static void EditorSetKinematic (VRCObjectSync target, bool value)
 
static void EditorSetGravity (VRCObjectSync target, bool value)
 

Private Attributes

bool didInit
 

Detailed Description

Definition at line 9636 of file VRCSDK3.cs.

Member Function Documentation

◆ AwakeDelegate()

delegate void VRC.SDK3.Components.VRCObjectSync.AwakeDelegate ( VRCObjectSync  obj)

◆ EditorSetGravity()

static void VRC.SDK3.Components.VRCObjectSync.EditorSetGravity ( VRCObjectSync  target,
bool  value 
)
staticprivate

Definition at line 9705 of file VRCSDK3.cs.

◆ EditorSetKinematic()

static void VRC.SDK3.Components.VRCObjectSync.EditorSetKinematic ( VRCObjectSync  target,
bool  value 
)
staticprivate

Definition at line 9691 of file VRCSDK3.cs.

◆ FlagDiscontinuity()

void VRC.SDK3.Components.VRCObjectSync.FlagDiscontinuity ( )

Definition at line 9714 of file VRCSDK3.cs.

◆ NetworkConfigure()

override void VRC.SDK3.Components.VRCObjectSync.NetworkConfigure ( )
virtual

Implements VRC.SDK3.Network.VRCNetworkBehaviour.

Definition at line 9732 of file VRCSDK3.cs.

◆ Respawn()

void VRC.SDK3.Components.VRCObjectSync.Respawn ( )

Definition at line 9726 of file VRCSDK3.cs.

◆ SetGravity()

void VRC.SDK3.Components.VRCObjectSync.SetGravity ( bool  value)

Definition at line 9700 of file VRCSDK3.cs.

◆ SetKinematic()

void VRC.SDK3.Components.VRCObjectSync.SetKinematic ( bool  value)

Definition at line 9686 of file VRCSDK3.cs.

◆ TeleportTo()

void VRC.SDK3.Components.VRCObjectSync.TeleportTo ( Transform  targetLocation)

Definition at line 9719 of file VRCSDK3.cs.

Member Data Documentation

◆ AllowCollisionOwnershipTransfer

bool VRC.SDK3.Components.VRCObjectSync.AllowCollisionOwnershipTransfer = true

Definition at line 9640 of file VRCSDK3.cs.

◆ didInit

bool VRC.SDK3.Components.VRCObjectSync.didInit
private

Definition at line 9651 of file VRCSDK3.cs.

◆ OnAwake

AwakeDelegate VRC.SDK3.Components.VRCObjectSync.OnAwake
static

Definition at line 9649 of file VRCSDK3.cs.

◆ RespawnHandler

Action<VRCObjectSync> VRC.SDK3.Components.VRCObjectSync.RespawnHandler = null
static

Definition at line 9646 of file VRCSDK3.cs.

◆ TeleportHandler

Action<VRCObjectSync, Vector3, Quaternion> VRC.SDK3.Components.VRCObjectSync.TeleportHandler = null
static

Definition at line 9643 of file VRCSDK3.cs.

Property Documentation

◆ FlagDiscontinuityHook

Action<VRCObjectSync> VRC.SDK3.Components.VRCObjectSync.FlagDiscontinuityHook = null
staticgetset

Definition at line 9677 of file VRCSDK3.cs.

◆ SetGravityHook

Action<VRCObjectSync, bool> VRC.SDK3.Components.VRCObjectSync.SetGravityHook = EditorSetGravity
staticgetset

Definition at line 9666 of file VRCSDK3.cs.

◆ SetKinematicHook

Action<VRCObjectSync, bool> VRC.SDK3.Components.VRCObjectSync.SetKinematicHook = EditorSetKinematic
staticgetset

Definition at line 9655 of file VRCSDK3.cs.


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