My Project
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
MapProp Class Reference
Inheritance diagram for MapProp:
MapObjectComponent

Classes

class  MapData
 

Public Types

enum  MaterialType {
  Rock = 0 , Metal , Sand , Wood ,
  Count
}
 
enum  TextureType {
  Foreground = 0 , Background , Original , Color ,
  None , Count
}
 

Public Member Functions

override void CopyData (MapObjectComponent data)
 
override void InitData ()
 
void Execute (bool force)
 
void SetColor ()
 
- Public Member Functions inherited from MapObjectComponent
virtual void InitData ()
 
virtual void PrepareData ()
 
virtual void CopyData (MapObjectComponent data)
 

Public Attributes

MapData mapData
 
Renderer[] renderers
 
MaterialPropertyBlock props
 
- Public Attributes inherited from MapObjectComponent
MapObjectData data
 

Static Public Attributes

static readonly int foregroundLayer = 9
 
static readonly int backgroundLayer = 17
 
static readonly int platformLayer = 25
 
static readonly int playerspassLayer = 13
 
static readonly int bulletspassLayer = 23
 
static readonly int climbableLayer = 26
 
static readonly int itemsLayer = 28
 
static readonly int areaLayer = 4
 
static readonly float foregroundDepth = -9.0f
 
static List< MapPropobjs = new List<MapProp>()
 

Member Function Documentation

◆ CopyData()

override void MapProp.CopyData ( MapObjectComponent  data)
inlinevirtual

Reimplemented from MapObjectComponent.

◆ InitData()

override void MapProp.InitData ( )
inlinevirtual

Reimplemented from MapObjectComponent.


The documentation for this class was generated from the following file: