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