VRC_Triggerとの差異

Last-modified: Sun, 27 Feb 2022 20:55:09 JST (791d)
Top > Difference

VRC_Trigger機能対応表 Edit

Trigger Edit

Action Edit

VRC_TriggerTrigger2to3備考
ActivateCustomTriggerActiveCustomTrigger
AddAngularVelocityAddAngularVelocity
AddForceAddForce
AddVelocityAddVelocity
AnimationBoolAnimationBool
AnimationFloatAnimationFloat
AnimationIntAnimationInt
AnimationIntAddAnimationIntAdd
AnimationIntDivideAnimationIntDivide
AnimationIntMultiplyAnimationIntMultiply
AnimationIntSubtractAnimationIntSubtract
AnimationTriggerAnimationTrigger
AudioTriggerAudioTrigger
DestroyObjectDestroyObject
SetAngularVelocitySetAngularVelocity
SetComponentActiveSetAnimatorActive
SetAudioSourceActive
SetColliderActive
SetRendererActive
対応コンポーネントのみ
SetGameObjectActiveSetGameObjectActive
SetLayerSetLayer
SetMaterialSetMaterial
SetParticlePlayingSetParticlePlaying
SetUITextSetUIText
SetVelocitySetVelocity
SpawnObjectSpawnObject
TeleportPlayerTeleportPlayer
RigidBody -> SendRPC(DisableGravity)SetUseGravityoperation=false
RigidBody -> SendRPC(DisableKinematic)SetIsKinematicoperation=false
RigidBody -> SendRPC(EnableGravity)SetUseGravityoperation=true
RigidBody -> SendRPC(EnableKinematic)SetIsKinematicoperation=true
VRC_Pickup -> SendRPC(Drop)PickupDrop
VRC_Pickup -> SendRPC(PlayHaptics)PickupHaptic
VRC_AvatarPedestal -> SendRPC(SetAvatarUse)SetAvatarUse
VRC_ObjectSync -> SendRPC(TakeOwnership)TakeOwnership
VRC_ObjectSync -> SendRPC(TeleportTo)TeleportObject
VRC_Station -> SendRPC(UseStation)UseAttachedStation
VRC_AudioBank -> SendRPC(Play)UseAudioBankCommand=Play
VRC_AudioBank -> SendRPC(Stop)UseAudioBankCommand=Stop
VRC_AudioBank -> SendRPC(Play Next)UseAudioBankCommand=Play Next
VRC_AudioBank -> SendRPC(Shuffle)UseAudioBankCommand=Shuffle

実装を見送ったもの Edit

VRC_Triggerに存在するが、Trigger2to3に実装しなかったもの。

Trigger Edit

  • Relay
  • OnDataStorageChange

Action Edit

  • AddDamage
  • AddHealth
  • PlayAnimation
  • SendRPC

  ⇒ 一部の機能は独立したActionとして設けている。

  • SetComponentActive

  ⇒ 実装したかったが汎用的に作ることが難しく断念。代表的なコンポーネントについてのみ実装。

   ⇒ 他のコンポーネントの対応方法をこちらで解説

  • SetWebPanelURI
  • SetWebPanelVolume