C# Class Nez.Overlap2D.Runtime.SceneVO

Show file Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
ambientColor float[]
composite CompositeVO
horizontalGuides List
lightSystemEnabled bool
physicsPropertiesVO PhysicsPropertiesVO
pixelToWorld int
sceneName String
verticalGuides List

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

ambientColor public property

public float[] ambientColor
return float[]

composite public property

public CompositeVO,Nez.Overlap2D.Runtime composite
return CompositeVO

horizontalGuides public property

public List horizontalGuides
return List

lightSystemEnabled public property

public bool lightSystemEnabled
return bool

physicsPropertiesVO public property

public PhysicsPropertiesVO,Nez.Overlap2D.Runtime physicsPropertiesVO
return PhysicsPropertiesVO

pixelToWorld public property

public int pixelToWorld
return int

sceneName public property

public String sceneName
return String

verticalGuides public property

public List verticalGuides
return List