Function ambient_api_core::core::rendering::components::scissors_recursive
source · pub fn scissors_recursive() -> Component<UVec4>
Expand description
Scissors (recursive): If attached, this entity and all of its children will be rendered with an scissor with the rect specified.
You do not need to attach scissors
if you have attached scissors_recursive
.
Attributes: Debuggable, Networked, Store