Candide.Graphics.VFX.VfxLightSource
Type JSONpublic class in Candide.Graphics.VFX
Type metadata
- Assembly
Romestead - Namespace
Candide.Graphics.VFX - Base type
System.Object - Hash
B7DA4501626A3B0562D1005D1A0D91E5BB759743172CFBD3BB4769AE3695D53C
Relationships
Base type
System.Object
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
Args# | public | public Candide.Graphics.VFX.VfxLightSourceArgs Args |
CurrentColor# | public | public Microsoft.Xna.Framework.Vector3 CurrentColor |
Finished# | public | public System.Boolean Finished |
Time# | public | public System.Single Time |
_internalPosition# | private | private Microsoft.Xna.Framework.Vector3 _internalPosition |
_projectileId# | private | private System.Nullable<System.Int32> _projectileId |
_target# | private | private Shared.Entity.EntityWrapper _target |
Properties
| Name | Visibility | Signature |
|---|---|---|
Position# | public | public Microsoft.Xna.Framework.Vector3 Position |
Methods
Update
#
public System.Void Update(System.Single dt)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
6235CF9CBA892038635BC0831ED2DCE6C07F65E71407EB6262A6E73BBA6CCC0F - Body hash
DED7AEB9326D53B57DF5E71B370A2C4BBF708568B8DEB77774C58938C1F6DD36 - IL size318
Referenced calls
Shared.Entity.EntityWrapper::get_Position()System.Nullable<System.Int32>::get_HasValue()System.Nullable<System.Int32>::get_Value()Candide.Graphics.Fade::GetTransparencyMultiplier(System.Single, System.Single, Fade.FadeType, System.Single)Microsoft.Xna.Framework.Vector3::op_Multiply(Microsoft.Xna.Framework.Vector3, System.Single)Candide.World.InteriorWorldHandler::get_World()CandideCreator.Shared.Models.World::get_LightingProperties()CandideCreator.Shared.Models.LightingProperties::get_TimeBasedLights()Candide.GameModels.Systems.AmbienceSystem::GetTimeBasedLightCurve()