Romestead Assembly Reference

Candide.Database.VfxSpritesAnimationDataBase

Type JSON

public class in Candide.Database

Methods4
Properties0
Fields2
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.Database
  • Base typeSystem.Object
  • Hash6A7CE84589DD846678DBB17E9597FF8719440F033054BDC1348A01F9D70291B3

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
AnimationDataMappublicpublic System.Collections.Generic.Dictionary<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel> AnimationDataMap
MissingDatapublicpublic CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel MissingData

Methods

AddVfxSpriteAnimations

public System.Void AddVfxSpriteAnimations(System.Collections.Generic.List<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel> animations)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashA4CC7FB4E47935F089BDB1B3E364EA88262E774420851CE823593F9041ED8A0D
  • Body hashDEB008286C201D6E8C4327A70770F414499EA7845D3BA0FDF8DD577E99096E02
  • IL size96
Referenced calls
  • System.Collections.Generic.List<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::GetEnumerator()
  • List.Enumerator<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::get_Current()
  • System.Collections.Generic.Dictionary<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::ContainsKey(!0)
  • System.String::Concat(System.String, System.String, System.String)
  • CandideCreator.Shared.Helpers.WarningHelper::Warning(System.String)
  • System.Collections.Generic.Dictionary<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::set_Item(!0, !1)
  • List.Enumerator<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::MoveNext()
  • System.IDisposable::Dispose()
Called by
String literals
  • Detected duplicate animation id '
  • '.

GetAllVfxSpritesAnimations

public System.Collections.Generic.List<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel> GetAllVfxSpritesAnimations()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Collections.Generic.List<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>
  • StaticTrue
  • VirtualFalse
  • HashC21A344423BA13D2A91AD2A7CBAED279777D5EF6A9B5B77AA2CC65799E18488D
  • Body hash6883C66D91B0A9C0B2F6CF69F0968A9543D3A66B98B19BF6B84D01A3591016FC
  • IL size67
Referenced calls
  • System.Collections.Generic.List<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::.ctor()
  • System.Collections.Generic.Dictionary<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::GetEnumerator()
  • Dictionary.Enumerator<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::get_Current()
  • System.Collections.Generic.KeyValuePair<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::get_Value()
  • System.Collections.Generic.List<CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::Add(!0)
  • Dictionary.Enumerator<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::MoveNext()
  • System.IDisposable::Dispose()

GetVfxSpritesAnimation

public CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel GetVfxSpritesAnimation(System.String id)

Method metadata
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::TryGetValue(!0, !1&)
Called by

GetVfxSpritesAnimationOrNull

public CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel GetVfxSpritesAnimationOrNull(System.String id)

Method metadata
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, CandideCreator.Shared.Models.VFX.VfxSpritesAnimationModel>::TryGetValue(!0, !1&)