EntityDynamicSensorFieldOfViewTEntity Constructor (EntityParameterTEntity, TransactionParameter) |
Initializes a new instance representing the field of view of the specified entity parameter.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EntityDynamicSensorFieldOfView(
EntityParameter<TEntity> entityParameter,
TransactionParameter transactionParameter
)
Public Sub New (
entityParameter As EntityParameter(Of TEntity),
transactionParameter As TransactionParameter
)
public:
EntityDynamicSensorFieldOfView(
EntityParameter<TEntity>^ entityParameter,
TransactionParameter^ transactionParameter
)
new :
entityParameter : EntityParameter<'TEntity> *
transactionParameter : TransactionParameter -> EntityDynamicSensorFieldOfView
Parameters
- entityParameter
- Type: AGI.Foundation.TrackingEntityParameterTEntity
The entity parameter specifying the entity from which this object should get its field of view. - transactionParameter
- Type: AGI.Foundation.Infrastructure.ThreadingTransactionParameter
The transaction parameter specifying the transaction that will be used when obtaining information from the entity.
See Also