SharpMod.Model.GetModel C# (CSharp) Method

GetModel() public static method

public static GetModel ( Entity entity ) : Model
entity Entity
return Model
        public static Model GetModel(Entity entity)
        {
            return new Model(GetPointer(entity));
        }