Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Vector3IntField.UxmlFactory

Instantiates a Vector3IntField using the data read from a UXML file.
Read time 1 minuteLast updated 12 days ago

Definition

Warning
Deprecated. UxmlFactory is deprecated and will be removed. Use UxmlElementAttribute instead.
public class Vector3IntField.UxmlFactory : UxmlFactory<Vector3IntField, Vector3IntField.UxmlTraits>, IUxmlFactory, IBaseUxmlFactory

Inheritance