Class PotentialChild
A potential member in a proxy group that is being created.
Inherited Members
Namespace: Unity.MARS.Authoring
Assembly: Unity.MARS.dll
Syntax
[MovedFrom("Unity.MARS")]
public class PotentialChild
Fields
createProxyFromData
Data used when creating the proxy
Declaration
public CreateProxyFromData createProxyFromData
Field Value
| Type | Description |
|---|---|
| CreateProxyFromData |
sourceObject
The source object for the child being created
Declaration
public Proxy sourceObject
Field Value
| Type | Description |
|---|---|
| Proxy |