PropertyInfo
Class
Read time 1 minuteLast updated 18 hours ago
Inheritance
- object
- PropertyInfo
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class PropertyInfo
Constructors
PropertyInfo()
public PropertyInfo()
PropertyInfo(PropertyInfo)
Parameterspublic PropertyInfo(PropertyInfo o)
Type | Name | Description |
|---|---|---|
| PropertyInfo | o |
Fields
name
Returnspublic string name
Type | Description |
|---|---|
| string |
type
Returnspublic PropertyType type
Type | Description |
|---|---|
| PropertyType |
subType
Returnspublic int subType
Type | Description |
|---|---|
| int |
value
Returnspublic string value
Type | Description |
|---|---|
| string |
user
Returnspublic bool user
Type | Description |
|---|---|
| bool |
defaultValue
Returnspublic string defaultValue
Type | Description |
|---|---|
| string |
editable
Returnspublic bool editable
Type | Description |
|---|---|
| bool |
isSet
Returnspublic bool isSet
Type | Description |
|---|---|
| bool |
delegated
Returnspublic bool delegated
Type | Description |
|---|---|
| bool |
delegatedOwnerEntity
Returnspublic uint delegatedOwnerEntity
Type | Description |
|---|---|
| uint |
group
Returnspublic string group
Type | Description |
|---|---|
| string |
description
Returnspublic string description
Type | Description |
|---|---|
| string |