C# Class Nez.Overlap2D.Runtime.SceneVO

Exibir arquivo 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_oe property

public float[] ambientColor
return float[]

composite public_oe property

public CompositeVO,Nez.Overlap2D.Runtime composite
return CompositeVO

horizontalGuides public_oe property

public List horizontalGuides
return List

lightSystemEnabled public_oe property

public bool lightSystemEnabled
return bool

physicsPropertiesVO public_oe property

public PhysicsPropertiesVO,Nez.Overlap2D.Runtime physicsPropertiesVO
return PhysicsPropertiesVO

pixelToWorld public_oe property

public int pixelToWorld
return int

sceneName public_oe property

public String sceneName
return String

verticalGuides public_oe property

public List verticalGuides
return List