SetEntityDimension
Внешний вид
Sets the dimension for the given entity.
<syntaxhighlight lang="csharp">void NAPI.Entity.SetEntityDimension(NetHandle entity, uint dimension);</syntaxhighlight>
Parameters
- entity: parameter input should be in NetHandle type
- dimension: parameter input should be in uint type
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>