Get

Get(SerializedProperty, out PortConnector)

public static PooledObject<PortConnector> Get(SerializedProperty property, out PortConnector portConnector) ;

Description

Get PortConnector

Parameters

Parameter Name Description
property Property
portConnector Port connector

Returns

Pool object. Return it to the pool when it exits the scope by using it in the using statement.