Sandbox Logo

class RequireComponentAttribute : System.Attribute

Summary

When added to a property on a Compononent, we'll try to make that component value non null. We will first look on the GameObject for the component type. If it's not found, we'll create one.

User Comments