GetEntityDimension
Gets the dimension for the given entity.
C# Syntax
uint NAPI.Entity.GetEntityDimension(NetHandle entity);
Parameters
- entity: parameter input should be in NetHandle type
Example
// Code here...
Gets the dimension for the given entity.
uint NAPI.Entity.GetEntityDimension(NetHandle entity);
// Code here...