The PoolableReference<(Of <(<'T>)>)> generic type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PoolableReference<(Of <(<'T>)>)>()()()() |
Initializes a new instance of the PoolableReference<(Of <(<'T>)>)> class with a null reference.
|
|
PoolableReference<(Of <(<'T>)>)>(T) |
Initializes a new instance of the PoolableReference<(Of <(<'T>)>)> class with the specified reference.
|
|
PoolableReference<(Of <(<'T>)>)>(PoolableReference<(Of <<'(T>)>>)) |
Initializes a new instance of the PoolableReference<(Of <(<'T>)>)> class from
a given PoolableReference<(Of <(<'T>)>)>.
|
Methods
Name | Description | |
---|---|---|
Get |
Gets the reference to the script component, or null if the object was
already destroyed or moved to the pool.
|
|
Reset |
Resets the reference to null.
|
|
Set(T) | ||
Set(T, Boolean) |
Sets the reference to a poolable object with the specified component.
|