field(_:)
Returns the value of name, or nil if the field is unauthored.
Declaration
func field(_ name: USDToken) -> USDValue?Parameters
- name:
The field name to look up.
Return Value
The field’s value, or nil if unauthored.
Returns the value of name, or nil if the field is unauthored.
func field(_ name: USDToken) -> USDValue?The field name to look up.
The field’s value, or nil if unauthored.