Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Update

Updates the transforms of all instances in this RayTracingAccelerationStructure.
Read time 1 minuteLast updated 4 days ago

Definition

Update()

Updates the transforms of all instances in this RayTracingAccelerationStructure.
Warning
Removed. Method Update is deprecated and it will be removed in Unity 2024.1. Use Build instead
public void Update()

Remarks

Update(Vector3)

Updates the transforms of all instances in this RayTracingAccelerationStructure.
Warning
Removed. Method Update is deprecated and it will be removed in Unity 2024.1. Use Build instead
public void Update(Vector3 relativeOrigin)

Parameters

relativeOrigin

Remarks