Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

PropertyInfo

Class
Read time 1 minuteLast updated 18 hours ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class PropertyInfo

Constructors

PropertyInfo()

public PropertyInfo()

PropertyInfo(PropertyInfo)

public PropertyInfo(PropertyInfo o)
Parameters

Type

Name

Description

PropertyInfoo

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