PropertyInfo
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- PropertyInfo
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class PropertyInfo
Constructors
PropertyInfo()
public PropertyInfo()
PropertyInfo(PropertyInfo)
public PropertyInfo(PropertyInfo o)
Parameters
Type | Name | Description |
|---|---|---|
| PropertyInfo | o |
Fields
name
public string name
Returns
Type | Description |
|---|---|
| string |
type
public PropertyType type
Returns
Type | Description |
|---|---|
| PropertyType |
subType
public int subType
Returns
Type | Description |
|---|---|
| int |
value
public string value
Returns
Type | Description |
|---|---|
| string |
user
public bool user
Returns
Type | Description |
|---|---|
| bool |
defaultValue
public string defaultValue
Returns
Type | Description |
|---|---|
| string |
editable
public bool editable
Returns
Type | Description |
|---|---|
| bool |
isSet
public bool isSet
Returns
Type | Description |
|---|---|
| bool |
delegated
public bool delegated
Returns
Type | Description |
|---|---|
| bool |
delegatedOwnerEntity
public uint delegatedOwnerEntity
Returns
Type | Description |
|---|---|
| uint |
group
public string group
Returns
Type | Description |
|---|---|
| string |
description
public string description
Returns
Type | Description |
|---|---|
| string |