Mesh.KeepData

bool KeepData{ get set }

Description

Should StereoKit keep the mesh data on the CPU for later access, or collision detection? Defaults to true. If you set this to false before setting data, the data won’t be stored. If you call this after setting data, that stored data will be freed! If you set this to true again later on, it will not contain data until it’s set again.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!