Corgi Engine  v8.8
MoreMountains.CorgiEngine.RetroDoor Class Reference

A class designed to handle the automatic coloration of door parts in the Retro demo scenes More...

Inheritance diagram for MoreMountains.CorgiEngine.RetroDoor:
MoreMountains.CorgiEngine.CorgiMonoBehaviour

Public Attributes

Color DoorColor = Color.yellow
 the color to apply More...
 
SpriteRenderer DoorLightModel
 the sprite renderer to modify More...
 
ParticleSystem DoorParticles
 the particle system to modify More...
 

Protected Member Functions

virtual void Awake ()
 On awake we apply the specified color More...
 

Detailed Description

A class designed to handle the automatic coloration of door parts in the Retro demo scenes

Member Function Documentation

◆ Awake()

virtual void MoreMountains.CorgiEngine.RetroDoor.Awake ( )
protectedvirtual

On awake we apply the specified color

Member Data Documentation

◆ DoorColor

Color MoreMountains.CorgiEngine.RetroDoor.DoorColor = Color.yellow

the color to apply

◆ DoorLightModel

SpriteRenderer MoreMountains.CorgiEngine.RetroDoor.DoorLightModel

the sprite renderer to modify

◆ DoorParticles

ParticleSystem MoreMountains.CorgiEngine.RetroDoor.DoorParticles

the particle system to modify


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