hyades.entity.StaticModelEntity.StaticModelEntity C# (CSharp) Method

StaticModelEntity() public method

public StaticModelEntity ( Model model ) : System
model Microsoft.Xna.Framework.Graphics.Model
return System
        public StaticModelEntity(Model model)
        {
            this.model = model; this.size = Vector3.One; this.color = Color.White;
        }