Struct VirtualConnection
public struct VirtualConnection
- Inherited Members
- Extension Methods
Constructors
VirtualConnection(PartComponent, PartComponent, PartRelationshipType)
public VirtualConnection(PartComponent host, PartComponent target, PartRelationshipType relationshipType)
Parameters
hostPartComponenttargetPartComponentrelationshipTypePartRelationshipType
Fields
host
public PartComponent host
Field Value
relationshipType
public PartRelationshipType relationshipType
Field Value
target
public PartComponent target