SetEntityTransparency
Sets the transparency for the given entity.
C# Syntax
void NAPI.Entity.SetEntityTransparency(NetHandle entity, int newAlpha);
Parameters
- entity: parameter input should be in NetHandle type
- newAlpha: parameter input should be in int type
Example
// Code here...