C# Class Nez.Renderable3D

convenience base class for 3D objects. It reuses and wraps the Transform in Vector3s for easy access and provides a world transform for rendering.
Inheritance: RenderableComponent
Show file Open project: prime31/Nez

Public Properties

Property Type Description
scale Microsoft.Xna.Framework.Vector3

Property Details

scale public property

the scale of the object. 80 by default. You will need to adjust this depending on your Scene's backbuffer size.
public Vector3,Microsoft.Xna.Framework scale
return Microsoft.Xna.Framework.Vector3