Version: 2022.1
언어: 한국어

SerializedProperty.managedReferenceFieldTypename

매뉴얼로 전환
public string managedReferenceFieldTypename ;

설명

String corresponding to the value of the managed reference field full type string.

Contains a valid value when propertyType is SerializedPropertyType.ManagedReference. This property is Read Only (you cannot write to it).



Contrary to managedReferenceFullTypename, this property returns the full static type name for the managed reference field, not the dynamic instance's type.



The full static type name string returned has the following format: "[assembly-name] [namespace.][parent-class-names][classname]" where:
- [assembly-name] is the name of the assembly that contains the target type
- [namespace.] is an optional (if empty) namespace followed by a '.'
- [parent-class-names] is a '/' separated list of optional parent class names (in the case of nested class definitions)
- [classname] is the managed reference field class name.



See Also: propertyType, SerializedPropertyType.ManagedReference.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961