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