SYMBOL INDEX (9702 symbols across 1016 files) FILE: BEPUphysics/BroadPhaseEntries/BroadPhaseEntry.cs class BroadPhaseEntry (line 14) | public abstract class BroadPhaseEntry : IBoundingBoxOwner, ICollisionRul... method BroadPhaseEntry (line 17) | protected BroadPhaseEntry() method GetHashCode (line 38) | public override int GetHashCode() method CollisionRulesUpdated (line 44) | protected abstract void CollisionRulesUpdated(); method RayCast (line 89) | public abstract bool RayCast(Ray ray, float maximumLength, out RayHit ... method RayCast (line 100) | public virtual bool RayCast(Ray ray, float maximumLength, Func type Enumerator (line 15) | public struct Enumerator : IEnumerator method Enumerator (line 23) | public Enumerator(CollidableCollection collection) method Dispose (line 44) | public void Dispose() method MoveNext (line 62) | public bool MoveNext() method Reset (line 73) | public void Reset() method CollidableCollection (line 83) | public CollidableCollection(Collidable owner) method GetEnumerator (line 95) | public Enumerator GetEnumerator() method GetEnumerator (line 100) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 105) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method IndexOf (line 122) | public int IndexOf(Collidable item) method Contains (line 177) | public bool Contains(Collidable item) method CopyTo (line 203) | public void CopyTo(Collidable[] array, int arrayIndex) method Remove (line 231) | bool ICollection.Remove(Collidable item) method Add (line 236) | void ICollection.Add(Collidable item) method Clear (line 241) | void ICollection.Clear() method Insert (line 246) | void IList.Insert(int index, Collidable item) method RemoveAt (line 251) | void IList.RemoveAt(int index) FILE: BEPUphysics/BroadPhaseEntries/CollidablePair.cs type CollidablePair (line 8) | public struct CollidablePair : IEquatable method CollidablePair (line 33) | public CollidablePair(Collidable collidableA, Collidable collidableB) method GetHashCode (line 47) | public override int GetHashCode() method Equals (line 64) | public bool Equals(CollidablePair other) FILE: BEPUphysics/BroadPhaseEntries/DetectorVolume.cs type ContainmentState (line 21) | public struct ContainmentState method ContainmentState (line 43) | public ContainmentState(bool touching, bool contained) method ContainmentState (line 55) | internal ContainmentState(bool touching, bool contained, bool stale) class DetectorVolume (line 68) | public class DetectorVolume : BroadPhaseEntry, ISpaceObject, IDeferredEv... method DetectorVolume (line 111) | public DetectorVolume(TriangleMesh triangleMesh) method IsPointContained (line 173) | public bool IsPointContained(Vector3 point) method IsPointContained (line 181) | internal bool IsPointContained(ref Vector3 point, RawList triangles) method CollisionRulesUpdated (line 222) | protected override void CollisionRulesUpdated() method RayCast (line 234) | public override bool RayCast(Ray ray, float maximumLength, out RayHit ... method ConvexCast (line 239) | public override bool ConvexCast(ConvexShape castShape, ref RigidTransf... method UpdateBoundingBox (line 288) | public override void UpdateBoundingBox() method Reinitialize (line 296) | public void Reinitialize() method OnAdditionToSpace (line 331) | void ISpaceObject.OnAdditionToSpace(ISpace newSpace) method OnRemovalFromSpace (line 336) | void ISpaceObject.OnRemovalFromSpace(ISpace oldSpace) type ContainmentChange (line 346) | struct ContainmentChange type ContainmentChangeType (line 351) | enum ContainmentChangeType : byte method BeganTouching (line 359) | internal void BeganTouching(DetectorVolumePairHandler pair) method StoppedTouching (line 370) | internal void StoppedTouching(DetectorVolumePairHandler pair) method BeganContaining (line 381) | internal void BeganContaining(DetectorVolumePairHandler pair) method StoppedContaining (line 392) | internal void StoppedContaining(DetectorVolumePairHandler pair) method DispatchEvents (line 412) | void IDeferredEventCreator.DispatchEvents() FILE: BEPUphysics/BroadPhaseEntries/EntityCollidableCollection.cs type EntityCollidableCollection (line 10) | public struct EntityCollidableCollection : IEnumerable type Enumerator (line 16) | public struct Enumerator : IEnumerator method Enumerator (line 25) | public Enumerator(EntityCollidableCollection collection) method Dispose (line 47) | public void Dispose() method MoveNext (line 65) | public bool MoveNext() method Reset (line 83) | public void Reset() method EntityCollidableCollection (line 93) | public EntityCollidableCollection(EntityCollidable owner) method GetEnumerator (line 105) | public Enumerator GetEnumerator() method GetEnumerator (line 110) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 115) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... FILE: BEPUphysics/BroadPhaseEntries/Events/CollisionEventTypes.cs type EventStoragePairCreated (line 172) | internal struct EventStoragePairCreated method EventStoragePairCreated (line 177) | internal EventStoragePairCreated(BroadPhaseEntry other, NarrowPhasePai... type EventStoragePairRemoved (line 184) | internal struct EventStoragePairRemoved method EventStoragePairRemoved (line 188) | internal EventStoragePairRemoved(BroadPhaseEntry other) type EventStorageContactCreated (line 194) | internal struct EventStorageContactCreated method EventStorageContactCreated (line 201) | internal EventStorageContactCreated(Collidable other, CollidablePairHa... type EventStorageInitialCollisionDetected (line 209) | internal struct EventStorageInitialCollisionDetected method EventStorageInitialCollisionDetected (line 214) | internal EventStorageInitialCollisionDetected(Collidable other, Collid... type EventStorageContactRemoved (line 221) | internal struct EventStorageContactRemoved method EventStorageContactRemoved (line 227) | internal EventStorageContactRemoved(Collidable other, CollidablePairHa... type EventStorageCollisionEnded (line 235) | internal struct EventStorageCollisionEnded method EventStorageCollisionEnded (line 240) | internal EventStorageCollisionEnded(Collidable other, CollidablePairHa... type EventStoragePairUpdated (line 247) | internal struct EventStoragePairUpdated method EventStoragePairUpdated (line 252) | internal EventStoragePairUpdated(BroadPhaseEntry other, NarrowPhasePai... type EventStoragePairTouched (line 259) | internal struct EventStoragePairTouched method EventStoragePairTouched (line 264) | internal EventStoragePairTouched(Collidable other, CollidablePairHandl... FILE: BEPUphysics/BroadPhaseEntries/Events/CompoundEventManager.cs class CompoundEventManager (line 16) | public class CompoundEventManager : ContactEventManager method DispatchEvents (line 20) | protected override void DispatchEvents() FILE: BEPUphysics/BroadPhaseEntries/Events/ContactEventManager.cs class ContactEventManager (line 13) | public class ContactEventManager : EntryEventManager, IContactEven... method EventsAreInactive (line 148) | protected override bool EventsAreInactive() method DispatchEvents (line 164) | protected override void DispatchEvents() method OnCollisionEnded (line 200) | public void OnCollisionEnded(Collidable other, CollidablePairHandler c... method OnPairTouching (line 208) | public void OnPairTouching(Collidable other, CollidablePairHandler col... method OnContactCreated (line 216) | public void OnContactCreated(Collidable other, CollidablePairHandler c... method OnContactRemoved (line 231) | public void OnContactRemoved(Collidable other, CollidablePairHandler c... method OnInitialCollisionDetected (line 246) | public void OnInitialCollisionDetected(Collidable other, CollidablePai... method RemoveAllEvents (line 257) | public override void RemoveAllEvents() FILE: BEPUphysics/BroadPhaseEntries/Events/EntryEventManager.cs class EntryEventManager (line 16) | public class EntryEventManager : IDeferredEventCreator, IEntryEventTr... method VerifyEventStatus (line 178) | protected void VerifyEventStatus() method EventsAreInactive (line 186) | protected virtual bool EventsAreInactive() method AddToEventfuls (line 194) | protected void AddToEventfuls() method DispatchEvents (line 217) | void IDeferredEventCreator.DispatchEvents() method DispatchEvents (line 221) | protected virtual void DispatchEvents() method OnPairCreated (line 246) | public void OnPairCreated(BroadPhaseEntry other, NarrowPhasePair colli... method OnPairRemoved (line 254) | public void OnPairRemoved(BroadPhaseEntry other) method OnPairUpdated (line 266) | public void OnPairUpdated(BroadPhaseEntry other, NarrowPhasePair colli... method RemoveAllEvents (line 311) | public virtual void RemoveAllEvents() FILE: BEPUphysics/BroadPhaseEntries/Events/IContactEventTriggerer.cs type IContactEventTriggerer (line 14) | public interface IContactEventTriggerer : IEntryEventTriggerer method OnCollisionEnded (line 21) | void OnCollisionEnded(Collidable other, CollidablePairHandler collisio... method OnPairTouching (line 28) | void OnPairTouching(Collidable other, CollidablePairHandler collisionP... method OnContactCreated (line 36) | void OnContactCreated(Collidable other, CollidablePairHandler collisio... method OnContactRemoved (line 44) | void OnContactRemoved(Collidable other, CollidablePairHandler collisio... method OnInitialCollisionDetected (line 51) | void OnInitialCollisionDetected(Collidable other, CollidablePairHandle... FILE: BEPUphysics/BroadPhaseEntries/Events/IEntryEventTriggerer.cs type IEntryEventTriggerer (line 14) | public interface IEntryEventTriggerer method OnPairCreated (line 21) | void OnPairCreated(BroadPhaseEntry other, NarrowPhasePair collisionPair); method OnPairRemoved (line 27) | void OnPairRemoved(BroadPhaseEntry other); method OnPairUpdated (line 34) | void OnPairUpdated(BroadPhaseEntry other, NarrowPhasePair collisionPair); FILE: BEPUphysics/BroadPhaseEntries/InstancedMesh.cs class InstancedMesh (line 20) | public class InstancedMesh : StaticCollidable method UpdateBoundingBox (line 43) | public override void UpdateBoundingBox() method InstancedMesh (line 53) | public InstancedMesh(InstancedMeshShape meshShape) method InstancedMesh (line 63) | public InstancedMesh(InstancedMeshShape meshShape, AffineTransform wor... method RayCast (line 161) | public override bool RayCast(Ray ray, float maximumLength, out RayHit ... method RayCast (line 174) | public bool RayCast(Ray ray, float maximumLength, TriangleSidedness si... method ConvexCast (line 203) | public override bool ConvexCast(CollisionShapes.ConvexShapes.ConvexSha... FILE: BEPUphysics/BroadPhaseEntries/MobileCollidables/CompoundCollidable.cs class CompoundCollidable (line 18) | public class CompoundCollidable : EntityCollidable method OnEntityChanged (line 73) | protected override void OnEntityChanged() method GetChild (line 87) | private CompoundChild GetChild(CompoundChildData data, int index) method GetChild (line 107) | private CompoundChild GetChild(CompoundShapeEntry entry, int index) method CompoundCollidable (line 116) | internal CompoundCollidable() method CompoundCollidable (line 128) | public CompoundCollidable(IList children) method CompoundCollidable (line 153) | public CompoundCollidable(IList children, out Vecto... method CompoundCollidable (line 178) | public CompoundCollidable(CompoundShape compoundShape) method UpdateWorldTransform (line 216) | public override void UpdateWorldTransform(ref Vector3 position, ref Qu... method UpdateBoundingBoxInternal (line 228) | protected internal override void UpdateBoundingBoxInternal(float dt) method RayCast (line 247) | public override bool RayCast(Ray ray, float maximumLength, out RayHit ... method RayCast (line 261) | public bool RayCast(Ray ray, float maximumLength, out RayCastResult ra... method RayCast (line 278) | public bool RayCast(Ray ray, float maximumLength, out RayHit rayHit, o... method RayCast (line 312) | public override bool RayCast(Ray ray, float maximumLength, Func splitPredic... method SplitCompound (line 39) | public static bool SplitCompound(IList c... method SplitCompound (line 62) | public static bool SplitCompound(IList c... method SplitReposition (line 96) | static void SplitReposition(Entity a, Entity b, ref ShapeDistributionI... method SplitCompound (line 138) | public static bool SplitCompound(Func splitPredic... method SplitCompound (line 159) | public static bool SplitCompound(IList c... method SplitCompound (line 181) | public static bool SplitCompound(IList c... method SplitCompound (line 224) | public static bool SplitCompound(IList c... method RemoveReposition (line 342) | static void RemoveReposition(Entity compound, ref ShapeDistributionInf... method RemoveChildFromCompound (line 376) | public static bool RemoveChildFromCompound(Entity ... method RemoveChildFromCompound (line 395) | public static bool RemoveChildFromCompound(Entity ... method RemoveChildFromCompound (line 432) | public static bool RemoveChildFromCompound(CompoundCollidable compound... method CreatePartialCompoundCollidable (line 524) | public static CompoundCollidable CreatePartialCompoundCollidable(Compo... FILE: BEPUphysics/BroadPhaseEntries/MobileCollidables/CompoundHierarchy.cs class CompoundHierarchy (line 9) | public class CompoundHierarchy method CompoundHierarchy (line 39) | public CompoundHierarchy(CompoundCollidable owner) FILE: BEPUphysics/BroadPhaseEntries/MobileCollidables/ConvexCollidable.cs class ConvexCollidable (line 15) | public abstract class ConvexCollidable : EntityCollidable method ConvexCollidable (line 18) | protected ConvexCollidable(ConvexShape shape) method ConvexCast (line 36) | public override bool ConvexCast(ConvexShape castShape, ref RigidTransf... method ConvexCollidable (line 64) | public ConvexCollidable(T shape) method RayCast (line 78) | public override bool RayCast(Ray ray, float maximumLength, out RayHit ... method UpdateBoundingBoxInternal (line 85) | protected internal override void UpdateBoundingBoxInternal(float dt) class ConvexCollidable (line 47) | public class ConvexCollidable : ConvexCollidable where T : ConvexShape method ConvexCollidable (line 18) | protected ConvexCollidable(ConvexShape shape) method ConvexCast (line 36) | public override bool ConvexCast(ConvexShape castShape, ref RigidTransf... method ConvexCollidable (line 64) | public ConvexCollidable(T shape) method RayCast (line 78) | public override bool RayCast(Ray ray, float maximumLength, out RayHit ... method UpdateBoundingBoxInternal (line 85) | protected internal override void UpdateBoundingBoxInternal(float dt) FILE: BEPUphysics/BroadPhaseEntries/MobileCollidables/EntityCollidable.cs class EntityCollidable (line 15) | public abstract class EntityCollidable : MobileCollidable method EntityCollidable (line 17) | protected EntityCollidable() method EntityCollidable (line 22) | protected EntityCollidable(EntityShape shape) method OnEntityChanged (line 64) | protected virtual void OnEntityChanged() method UpdateBoundingBox (line 126) | public override void UpdateBoundingBox() method UpdateBoundingBox (line 137) | public override void UpdateBoundingBox(float dt) method UpdateWorldTransform (line 153) | public virtual void UpdateWorldTransform(ref Vector3 position, ref Qua... method UpdateBoundingBoxForTransform (line 171) | public void UpdateBoundingBoxForTransform(ref RigidTransform transform... method UpdateBoundingBoxForTransform (line 183) | public void UpdateBoundingBoxForTransform(ref RigidTransform transform) method UpdateBoundingBoxInternal (line 189) | protected internal abstract void UpdateBoundingBoxInternal(float dt); method ExpandBoundingBox (line 192) | internal void ExpandBoundingBox(ref BoundingBox boundingBox, float dt) method CollisionRulesUpdated (line 258) | protected override void CollisionRulesUpdated() FILE: BEPUphysics/BroadPhaseEntries/MobileCollidables/MobileCollidable.cs class MobileCollidable (line 7) | public abstract class MobileCollidable : Collidable method UpdateBoundingBox (line 15) | public abstract void UpdateBoundingBox(float dt); FILE: BEPUphysics/BroadPhaseEntries/MobileCollidables/MobileMeshCollidable.cs class MobileMeshCollidable (line 15) | public class MobileMeshCollidable : EntityCollidable method MobileMeshCollidable (line 32) | public MobileMeshCollidable(MobileMeshShape shape) method UpdateBoundingBoxInternal (line 58) | protected internal override void UpdateBoundingBoxInternal(float dt) method RayCast (line 78) | public override bool RayCast(Ray ray, float maximumLength, out RayHit ... method RayCast (line 156) | public bool RayCast(Ray ray, float maximumLength, TriangleSidedness si... method ConvexCast (line 186) | public override bool ConvexCast(ConvexShape castShape, ref RigidTransf... FILE: BEPUphysics/BroadPhaseEntries/MobileCollidables/TriangleCollidable.cs class TriangleCollidable (line 10) | public class TriangleCollidable : ConvexCollidable method TriangleCollidable (line 15) | public TriangleCollidable() method TriangleCollidable (line 24) | public TriangleCollidable(TriangleShape shape) method Initialize (line 36) | public void Initialize(ref Vector3 a, ref Vector3 b, ref Vector3 c) method CleanUp (line 49) | public void CleanUp() FILE: BEPUphysics/BroadPhaseEntries/StaticCollidable.cs class StaticCollidable (line 12) | public abstract class StaticCollidable : Collidable, ISpaceObject, IMate... method StaticCollidable (line 19) | protected StaticCollidable() method OnShapeChanged (line 32) | protected override void OnShapeChanged(CollisionShape collisionShape) method OnMaterialChanged (line 61) | protected virtual void OnMaterialChanged(Material newMaterial) method OnAdditionToSpace (line 99) | void ISpaceObject.OnAdditionToSpace(ISpace newSpace) method OnRemovalFromSpace (line 103) | void ISpaceObject.OnRemovalFromSpace(ISpace oldSpace) FILE: BEPUphysics/BroadPhaseEntries/StaticGroup.cs class StaticGroup (line 19) | public class StaticGroup : StaticCollidable method StaticGroup (line 27) | public StaticGroup(IList collidables) method UpdateBoundingBox (line 82) | public override void UpdateBoundingBox() method RayCast (line 94) | public override bool RayCast(Ray ray, float maximumLength, out RayHit ... method RayCast (line 111) | public override bool RayCast(Ray ray, float maximumLength, Func method BroadPhaseOverlap (line 37) | public BroadPhaseOverlap(BroadPhaseEntry entryA, BroadPhaseEntry entryB) method BroadPhaseOverlap (line 50) | public BroadPhaseOverlap(BroadPhaseEntry entryA, BroadPhaseEntry entry... method GetHashCode (line 69) | public override int GetHashCode() method Equals (line 83) | public bool Equals(BroadPhaseOverlap other) method ToString (line 90) | public override string ToString() FILE: BEPUphysics/BroadPhaseSystems/BruteForce.cs class BruteForce (line 9) | public class BruteForce : BroadPhase method Add (line 13) | public override void Add(BroadPhaseEntry entry) method Remove (line 18) | public override void Remove(BroadPhaseEntry entry) method UpdateMultithreaded (line 23) | protected override void UpdateMultithreaded() method UpdateSingleThreaded (line 28) | protected override void UpdateSingleThreaded() FILE: BEPUphysics/BroadPhaseSystems/Hierarchies/DynamicHierarchy.cs class DynamicHierarchy (line 19) | public class DynamicHierarchy : BroadPhase method DynamicHierarchy (line 26) | public DynamicHierarchy() method DynamicHierarchy (line 37) | public DynamicHierarchy(IThreadManager threadManager) method MultithreadedRefitPhase (line 85) | private void MultithreadedRefitPhase(int splitDepth) method MultithreadedOverlapPhase (line 104) | private void MultithreadedOverlapPhase(int splitDepth) method UpdateMultithreaded (line 123) | protected override void UpdateMultithreaded() type NodePair (line 155) | internal struct NodePair method MultithreadedRefit (line 163) | void MultithreadedRefit(int i) method MultithreadedOverlap (line 170) | void MultithreadedOverlap(int i) method SingleThreadedRefitPhase (line 179) | private void SingleThreadedRefitPhase() method SingleThreadedOverlapPhase (line 184) | private void SingleThreadedOverlapPhase() method UpdateSingleThreaded (line 190) | protected override void UpdateSingleThreaded() method Add (line 218) | public override void Add(BroadPhaseEntry entry) method Remove (line 255) | public override void Remove(BroadPhaseEntry entry) method RemoveFast (line 271) | internal bool RemoveFast(BroadPhaseEntry entry) method RemoveBrute (line 285) | internal bool RemoveBrute(BroadPhaseEntry entry) method Analyze (line 300) | internal void Analyze(List depths, out int nodeCount) method ForceRevalidation (line 306) | internal void ForceRevalidation() FILE: BEPUphysics/BroadPhaseSystems/Hierarchies/DynamicHierarchyNode.cs class Node (line 10) | internal abstract class Node method GetOverlaps (line 13) | internal abstract void GetOverlaps(ref BoundingBox boundingBox, IList<... method GetOverlaps (line 14) | internal abstract void GetOverlaps(ref BoundingSphere boundingSphere, ... method GetOverlaps (line 15) | internal abstract void GetOverlaps(ref BoundingFrustum boundingFrustum... method GetOverlaps (line 16) | internal abstract void GetOverlaps(ref Ray ray, float maximumLength, I... method GetOverlaps (line 17) | internal abstract void GetOverlaps(Node node, DynamicHierarchy owner); method TryToInsert (line 25) | internal abstract bool TryToInsert(LeafNode node, out Node treeNode); method Analyze (line 27) | internal abstract void Analyze(List depths, int depth, ref int no... method Refit (line 29) | internal abstract void Refit(); method RetrieveNodes (line 31) | internal abstract void RetrieveNodes(RawList leafNodes); method CollectMultithreadingNodes (line 35) | internal abstract void CollectMultithreadingNodes(int splitDepth, int ... method PostRefit (line 37) | internal abstract void PostRefit(int splitDepth, int currentDepth); method GetMultithreadedOverlaps (line 39) | internal abstract void GetMultithreadedOverlaps(Node opposingNode, int... method Remove (line 41) | internal abstract bool Remove(BroadPhaseEntry entry, out LeafNode leaf... method RemoveFast (line 42) | internal abstract bool RemoveFast(BroadPhaseEntry entry, out LeafNode ... class InternalNode (line 45) | internal sealed class InternalNode : Node method GetOverlaps (line 83) | internal override void GetOverlaps(ref BoundingBox boundingBox, IList<... method GetOverlaps (line 97) | internal override void GetOverlaps(ref BoundingSphere boundingSphere, ... method GetOverlaps (line 108) | internal override void GetOverlaps(ref BoundingFrustum boundingFrustum... method GetOverlaps (line 119) | internal override void GetOverlaps(ref Ray ray, float maximumLength, I... method GetOverlaps (line 130) | internal override void GetOverlaps(Node opposingNode, DynamicHierarchy... method TryToInsert (line 192) | internal override bool TryToInsert(LeafNode node, out Node treeNode) method ToString (line 272) | public override string ToString() method Analyze (line 278) | internal override void Analyze(List depths, int depth, ref int no... method Refit (line 285) | internal override void Refit() method Revalidate (line 302) | internal void Revalidate() method Reconstruct (line 326) | void Reconstruct(RawList leafNodes, int begin, int end) method RetrieveNodes (line 389) | internal override void RetrieveNodes(RawList leafNodes) method CollectMultithreadingNodes (line 402) | internal override void CollectMultithreadingNodes(int splitDepth, int ... method PostRefit (line 425) | internal override void PostRefit(int splitDepth, int currentDepth) method GetMultithreadedOverlaps (line 438) | internal override void GetMultithreadedOverlaps(Node opposingNode, int... method Remove (line 545) | internal override bool Remove(BroadPhaseEntry entry, out LeafNode leaf... method RemoveFast (line 578) | internal override bool RemoveFast(BroadPhaseEntry entry, out LeafNode ... class XComparer (line 621) | class XComparer : IComparer method Compare (line 623) | public int Compare(LeafNode x, LeafNode y) class YComparer (line 628) | class YComparer : IComparer method Compare (line 630) | public int Compare(LeafNode x, LeafNode y) class ZComparer (line 635) | class ZComparer : IComparer method Compare (line 637) | public int Compare(LeafNode x, LeafNode y) class LeafNode (line 647) | internal sealed class LeafNode : Node method Initialize (line 679) | internal void Initialize(BroadPhaseEntry element) method CleanUp (line 684) | internal void CleanUp() method GetOverlaps (line 689) | internal override void GetOverlaps(ref BoundingBox boundingBox, IList<... method GetOverlaps (line 695) | internal override void GetOverlaps(ref BoundingSphere boundingSphere, ... method GetOverlaps (line 700) | internal override void GetOverlaps(ref BoundingFrustum boundingFrustum... method GetOverlaps (line 705) | internal override void GetOverlaps(ref Ray ray, float maximumLength, I... method GetOverlaps (line 710) | internal override void GetOverlaps(Node opposingNode, DynamicHierarchy... method TryToInsert (line 734) | internal override bool TryToInsert(LeafNode node, out Node treeNode) method ToString (line 748) | public override string ToString() method Analyze (line 753) | internal override void Analyze(List depths, int depth, ref int no... method Refit (line 759) | internal override void Refit() method RetrieveNodes (line 764) | internal override void RetrieveNodes(RawList leafNodes) method CollectMultithreadingNodes (line 770) | internal override void CollectMultithreadingNodes(int splitDepth, int ... method PostRefit (line 775) | internal override void PostRefit(int splitDepth, int currentDepth) method GetMultithreadedOverlaps (line 781) | internal override void GetMultithreadedOverlaps(Node opposingNode, int... method Remove (line 817) | internal override bool Remove(BroadPhaseEntry entry, out LeafNode leaf... method RemoveFast (line 828) | internal override bool RemoveFast(BroadPhaseEntry entry, out LeafNode ... FILE: BEPUphysics/BroadPhaseSystems/Hierarchies/DynamicHierarchyQueryAccelerator.cs class DynamicHierarchyQueryAccelerator (line 10) | public class DynamicHierarchyQueryAccelerator : IQueryAccelerator method DynamicHierarchyQueryAccelerator (line 13) | internal DynamicHierarchyQueryAccelerator(DynamicHierarchy hierarchy) method GetEntries (line 34) | public void GetEntries(BoundingBox box, IList entries) method GetEntries (line 46) | public void GetEntries(BoundingFrustum frustum, IList... method GetEntries (line 58) | public void GetEntries(BoundingSphere sphere, IList e... method RayCast (line 72) | public bool RayCast(Ray ray, float maximumLength, IList entries) FILE: BEPUphysics/BroadPhaseSystems/IBoundingBoxOwner.cs type IBoundingBoxOwner (line 8) | public interface IBoundingBoxOwner FILE: BEPUphysics/BroadPhaseSystems/IBroadPhaseEntryOwner.cs type IBroadPhaseEntryOwner (line 8) | public interface IBroadPhaseEntryOwner FILE: BEPUphysics/BroadPhaseSystems/IQueryAccelerator.cs type IQueryAccelerator (line 10) | public interface IQueryAccelerator method RayCast (line 22) | bool RayCast(Ray ray, IList outputIntersections); method RayCast (line 30) | bool RayCast(Ray ray, float maximumLength, IList outp... method GetEntries (line 42) | void GetEntries(BoundingBox boundingShape, IList over... method GetEntries (line 48) | void GetEntries(BoundingSphere boundingShape, IList o... method GetEntries (line 54) | void GetEntries(BoundingFrustum boundingShape, IList ... FILE: BEPUphysics/BroadPhaseSystems/SortAndSweep/Grid2DEntry.cs class Grid2DEntry (line 9) | class Grid2DEntry method Initialize (line 11) | internal void Initialize(BroadPhaseEntry entry) FILE: BEPUphysics/BroadPhaseSystems/SortAndSweep/Grid2DSortAndSweep.cs class Grid2DSortAndSweep (line 19) | public class Grid2DSortAndSweep : BroadPhase method ComputeCell (line 39) | internal static void ComputeCell(ref Vector3 v, out Int2 cell) method Grid2DSortAndSweep (line 59) | public Grid2DSortAndSweep(IThreadManager threadManager) method Grid2DSortAndSweep (line 69) | public Grid2DSortAndSweep() method Add (line 81) | public override void Add(BroadPhaseEntry entry) method Remove (line 107) | public override void Remove(BroadPhaseEntry entry) method UpdateMultithreaded (line 132) | protected override void UpdateMultithreaded() method UpdateSingleThreaded (line 144) | protected override void UpdateSingleThreaded() method UpdateEntry (line 199) | void UpdateEntry(int i) method UpdateCell (line 239) | void UpdateCell(int i) type Int2 (line 250) | struct Int2 method GetHashCode (line 255) | public override int GetHashCode() method GetSortingHash (line 262) | internal int GetSortingHash() method ToString (line 267) | public override string ToString() FILE: BEPUphysics/BroadPhaseSystems/SortAndSweep/Grid2DSortAndSweepQueryAccelerator.cs class Grid2DSortAndSweepQueryAccelerator (line 10) | public class Grid2DSortAndSweepQueryAccelerator : IQueryAccelerator method Grid2DSortAndSweepQueryAccelerator (line 13) | public Grid2DSortAndSweepQueryAccelerator(Grid2DSortAndSweep owner) method RayCast (line 29) | public bool RayCast(Microsoft.Xna.Framework.Ray ray, IList grou... method DefineCollisionRulesWithSet (line 82) | public static void DefineCollisionRulesWithSet(CollisionGroup group, L... method RemoveCollisionRule (line 95) | public static void RemoveCollisionRule(CollisionGroup groupA, Collisio... method RemoveCollisionRulesBetweenSets (line 108) | public static void RemoveCollisionRulesBetweenSets(List groups) method RemoveCollisionRulesWithSet (line 140) | public static void RemoveCollisionRulesWithSet(CollisionGroup group, L... method GetHashCode (line 152) | public override int GetHashCode() FILE: BEPUphysics/CollisionRuleManagement/CollisionGroupPair.cs type CollisionGroupPair (line 9) | public struct CollisionGroupPair : IEquatable method CollisionGroupPair (line 28) | public CollisionGroupPair(CollisionGroup groupA, CollisionGroup groupB) method Equals (line 46) | bool IEquatable.Equals(CollisionGroupPair other) method Equals (line 59) | public override bool Equals(object obj) method GetHashCode (line 70) | public override int GetHashCode() FILE: BEPUphysics/CollisionRuleManagement/CollisionRule.cs type CollisionRule (line 6) | public enum CollisionRule FILE: BEPUphysics/CollisionRuleManagement/CollisionRules.cs class CollisionRules (line 10) | public class CollisionRules method CollisionRules (line 22) | public CollisionRules() method GetHashCode (line 37) | public override int GetHashCode() method OnChanged (line 43) | protected void OnChanged() method AddRule (line 117) | public static void AddRule(ICollisionRulesOwner ownerA, ICollisionRule... method AddRule (line 127) | public static void AddRule(CollisionRules rulesA, ICollisionRulesOwner... method AddRule (line 138) | public static void AddRule(ICollisionRulesOwner ownerA, CollisionRules... method RemoveRule (line 148) | public static void RemoveRule(ICollisionRulesOwner ownerA, ICollisionR... method RemoveRule (line 158) | public static void RemoveRule(CollisionRules rulesA, ICollisionRulesOw... method RemoveRule (line 169) | public static void RemoveRule(ICollisionRulesOwner ownerA, CollisionRu... method CollisionRules (line 175) | static CollisionRules() method GetCollisionRule (line 203) | public static CollisionRule GetCollisionRule(ICollisionRulesOwner owne... method GetCollisionRuleDefault (line 241) | public static CollisionRule GetCollisionRuleDefault(ICollisionRulesOwn... method GetSpecificCollisionRuleDefault (line 265) | public static CollisionRule GetSpecificCollisionRuleDefault(CollisionR... method GetGroupCollisionRuleDefault (line 281) | public static CollisionRule GetGroupCollisionRuleDefault(CollisionRule... method GetPersonalCollisionRuleDefault (line 295) | public static CollisionRule GetPersonalCollisionRuleDefault(CollisionR... FILE: BEPUphysics/CollisionRuleManagement/ICollisionRulesOwner.cs type ICollisionRulesOwner (line 6) | public interface ICollisionRulesOwner FILE: BEPUphysics/CollisionShapes/CollisionShape.cs class CollisionShape (line 10) | public abstract class CollisionShape method OnShapeChanged (line 17) | protected virtual void OnShapeChanged() FILE: BEPUphysics/CollisionShapes/CompoundShape.cs type CompoundShapeEntry (line 14) | public struct CompoundShapeEntry method CompoundShapeEntry (line 37) | public CompoundShapeEntry(EntityShape shape, RigidTransform localTrans... method CompoundShapeEntry (line 52) | public CompoundShapeEntry(EntityShape shape, Vector3 position, float w... method CompoundShapeEntry (line 67) | public CompoundShapeEntry(EntityShape shape, Quaternion orientation, f... method CompoundShapeEntry (line 80) | public CompoundShapeEntry(EntityShape shape, float weight) method CompoundShapeEntry (line 92) | public CompoundShapeEntry(EntityShape shape, RigidTransform localTrans... method CompoundShapeEntry (line 105) | public CompoundShapeEntry(EntityShape shape, Vector3 position) method CompoundShapeEntry (line 118) | public CompoundShapeEntry(EntityShape shape, Quaternion orientation) method CompoundShapeEntry (line 129) | public CompoundShapeEntry(EntityShape shape) class CompoundShape (line 143) | public class CompoundShape : EntityShape method CompoundShape (line 164) | public CompoundShape(IList shapes, out Vector3 cen... method CompoundShape (line 185) | public CompoundShape(IList shapes) method ComputeCenter (line 211) | public override Vector3 ComputeCenter() method ComputeCenter (line 236) | public static Vector3 ComputeCenter(IList childData) method ComputeCenter (line 260) | public static Vector3 ComputeCenter(IList childData) method ComputeVolume (line 283) | public override float ComputeVolume() method ComputeVolumeDistribution (line 300) | public override Matrix3x3 ComputeVolumeDistribution(out float volume) method ComputeVolumeDistribution (line 310) | public override Matrix3x3 ComputeVolumeDistribution() method ComputeVolumeDistribution (line 335) | public static Matrix3x3 ComputeVolumeDistribution(IList vertices) method ConvexHullShape (line 55) | public ConvexHullShape(IList vertices, out Vector3 center) method ConvexHullShape (line 77) | public ConvexHullShape(IList vertices, out Vector3 center, IL... method GetBoundingBox (line 96) | public override void GetBoundingBox(ref RigidTransform shapeTransform,... method GetLocalExtremePointWithoutMargin (line 182) | public override void GetLocalExtremePointWithoutMargin(ref Vector3 dir... method ComputeCenter (line 207) | public override Vector3 ComputeCenter() method ComputeCenter (line 219) | public override Vector3 ComputeCenter(out float volume) method ComputeVolume (line 228) | public override float ComputeVolume() method ComputeCenter (line 242) | public Vector3 ComputeCenter(out float volume, IList outputSurfac... method ComputeCenter (line 252) | public static Vector3 ComputeCenter(IList vertices) method ComputeCenter (line 264) | public static Vector3 ComputeCenter(IList vertices, out float... method ComputeCenter (line 280) | public static Vector3 ComputeCenter(IList vertices, IList vertices, IList vertices, out float... method ComputeVolumeDistribution (line 357) | public override Matrix3x3 ComputeVolumeDistribution(out float volume) method ComputeVolumeDistribution (line 374) | public Matrix3x3 ComputeVolumeDistribution(float volume, IList lo... method ComputeMaximumRadius (line 435) | public override float ComputeMaximumRadius() method ComputeMinimumRadius (line 454) | public override float ComputeMinimumRadius() method GetCollidableInstance (line 498) | public override EntityCollidable GetCollidableInstance() FILE: BEPUphysics/CollisionShapes/ConvexShapes/ConvexShape.cs class ConvexShape (line 14) | public abstract class ConvexShape : EntityShape method GetLocalExtremePointWithoutMargin (line 57) | public abstract void GetLocalExtremePointWithoutMargin(ref Vector3 dir... method GetExtremePointWithoutMargin (line 65) | public void GetExtremePointWithoutMargin(Vector3 direction, ref RigidT... method GetExtremePoint (line 82) | public void GetExtremePoint(Vector3 direction, ref RigidTransform shap... method GetLocalExtremePoint (line 100) | public void GetLocalExtremePoint(Vector3 direction, out Vector3 extrem... method GetBoundingBox (line 119) | public override void GetBoundingBox(ref RigidTransform shapeTransform,... method RayTest (line 180) | public virtual bool RayTest(ref Ray ray, ref RigidTransform transform,... method ComputeCenter (line 214) | public override Vector3 ComputeCenter() method ComputeCenter (line 226) | public override Vector3 ComputeCenter(out float volume) method ComputeVolume (line 235) | public override float ComputeVolume() method ComputeVolumeDistribution (line 249) | public override Matrix3x3 ComputeVolumeDistribution(out float volume) method OnShapeChanged (line 254) | protected override void OnShapeChanged() method ComputeVolumeDistribution (line 267) | public override Matrix3x3 ComputeVolumeDistribution() method ComputeDistributionInformation (line 273) | public override void ComputeDistributionInformation(out ShapeDistribut... method GetSweptBoundingBox (line 285) | public void GetSweptBoundingBox(ref RigidTransform transform, ref Vect... method GetSweptLocalBoundingBox (line 300) | public void GetSweptLocalBoundingBox(ref RigidTransform shapeTransform... method GetLocalBoundingBox (line 316) | public void GetLocalBoundingBox(ref RigidTransform shapeTransform, ref... method ComputeMinimumRadius (line 383) | public abstract float ComputeMinimumRadius(); method ComputeMaximumRadius (line 390) | public abstract float ComputeMaximumRadius(); FILE: BEPUphysics/CollisionShapes/ConvexShapes/CylinderShape.cs class CylinderShape (line 11) | public class CylinderShape : ConvexShape method CylinderShape (line 20) | public CylinderShape(float height, float radius) method GetBoundingBox (line 40) | public override void GetBoundingBox(ref RigidTransform shapeTransform,... method GetLocalExtremePointWithoutMargin (line 83) | public override void GetLocalExtremePointWithoutMargin(ref Vector3 dir... method ComputeMaximumRadius (line 104) | public override float ComputeMaximumRadius() method ComputeMinimumRadius (line 115) | public override float ComputeMinimumRadius() method ComputeVolumeDistribution (line 127) | public override Matrix3x3 ComputeVolumeDistribution(out float volume) method ComputeCenter (line 147) | public override Vector3 ComputeCenter() method ComputeCenter (line 159) | public override Vector3 ComputeCenter(out float volume) method ComputeVolume (line 169) | public override float ComputeVolume() method GetCollidableInstance (line 178) | public override EntityCollidable GetCollidableInstance() method RayTest (line 191) | public override bool RayTest(ref Ray ray, ref RigidTransform transform... FILE: BEPUphysics/CollisionShapes/ConvexShapes/InertiaHelper.cs class InertiaHelper (line 11) | public class InertiaHelper method ComputeCenter (line 30) | public static Vector3 ComputeCenter(ConvexShape shape) method ComputeCenter (line 42) | public static Vector3 ComputeCenter(ConvexShape shape, out float volume) method AveragePoints (line 57) | public static Vector3 AveragePoints(RawList pointContributions) method ComputeVolumeDistribution (line 73) | public static Matrix3x3 ComputeVolumeDistribution(ConvexShape shape, o... method ComputeVolumeDistribution (line 91) | public static Matrix3x3 ComputeVolumeDistribution(ConvexShape shape, r... method ComputeVolumeDistribution (line 106) | public static Matrix3x3 ComputeVolumeDistribution(RawList poi... method GetPoints (line 127) | public static void GetPoints(ConvexShape shape, out float volume, RawL... method ScanObject (line 217) | private static void ScanObject(float rayIncrement, float maxLength, re... method GetPointContribution (line 246) | public static void GetPointContribution(float pointWeight, ref Vector3... FILE: BEPUphysics/CollisionShapes/ConvexShapes/MinkowskiSumShape.cs type OrientedConvexShapeEntry (line 13) | public struct OrientedConvexShapeEntry method OrientedConvexShapeEntry (line 29) | public OrientedConvexShapeEntry(Quaternion orientation, ConvexShape sh... method OrientedConvexShapeEntry (line 39) | public OrientedConvexShapeEntry(ConvexShape shape) class MinkowskiSumShape (line 50) | public class MinkowskiSumShape : ConvexShape method MinkowskiSumShape (line 86) | public MinkowskiSumShape(OrientedConvexShapeEntry firstShape, Oriented... method MinkowskiSumShape (line 98) | public MinkowskiSumShape(IList shapeEntries,... method MinkowskiSumShape (line 111) | public MinkowskiSumShape(OrientedConvexShapeEntry firstShape, Oriented... method MinkowskiSumShape (line 125) | public MinkowskiSumShape(IList shapeEntries) method ShapesChanged (line 138) | void ShapesChanged(ObservableList list) method GetLocalExtremePointWithoutMargin (line 155) | public override void GetLocalExtremePointWithoutMargin(ref Vector3 dir... method ComputeMinimumRadius (line 175) | public override float ComputeMinimumRadius() method ComputeMaximumRadius (line 192) | public override float ComputeMaximumRadius() method GetCollidableInstance (line 208) | public override EntityCollidable GetCollidableInstance() FILE: BEPUphysics/CollisionShapes/ConvexShapes/SphereShape.cs class SphereShape (line 11) | public class SphereShape : ConvexShape method SphereShape (line 17) | public SphereShape(float radius) method GetBoundingBox (line 33) | public override void GetBoundingBox(ref RigidTransform shapeTransform,... method GetLocalExtremePointWithoutMargin (line 53) | public override void GetLocalExtremePointWithoutMargin(ref Vector3 dir... method ComputeMaximumRadius (line 64) | public override float ComputeMaximumRadius() method ComputeMinimumRadius (line 75) | public override float ComputeMinimumRadius() method ComputeVolumeDistribution (line 87) | public override Matrix3x3 ComputeVolumeDistribution(out float volume) method RayTest (line 108) | public override bool RayTest(ref Ray ray, ref RigidTransform transform... method ComputeCenter (line 144) | public override Vector3 ComputeCenter() method ComputeCenter (line 156) | public override Vector3 ComputeCenter(out float volume) method ComputeVolume (line 166) | public override float ComputeVolume() method GetCollidableInstance (line 175) | public override EntityCollidable GetCollidableInstance() FILE: BEPUphysics/CollisionShapes/ConvexShapes/TransformableShape.cs class TransformableShape (line 12) | public class TransformableShape : ConvexShape method TransformableShape (line 53) | public TransformableShape(ConvexShape shape, Matrix3x3 transform) method GetLocalExtremePointWithoutMargin (line 66) | public override void GetLocalExtremePointWithoutMargin(ref Vector3 dir... method ComputeMaximumRadius (line 81) | public override float ComputeMaximumRadius() method ComputeMinimumRadius (line 99) | public override float ComputeMinimumRadius() method ComputeCenter (line 143) | public override Vector3 ComputeCenter() method ComputeCenter (line 157) | public override Vector3 ComputeCenter(out float volume) method GetCollidableInstance (line 167) | public override EntityCollidable GetCollidableInstance() FILE: BEPUphysics/CollisionShapes/ConvexShapes/TriangleShape.cs class TriangleShape (line 13) | public class TriangleShape : ConvexShape method TriangleShape (line 21) | public TriangleShape() method TriangleShape (line 34) | public TriangleShape(Vector3 vA, Vector3 vB, Vector3 vC, out Vector3 c... method TriangleShape (line 51) | public TriangleShape(Vector3 vA, Vector3 vB, Vector3 vC) method GetBoundingBox (line 128) | public override void GetBoundingBox(ref RigidTransform shapeTransform,... method GetLocalExtremePointWithoutMargin (line 156) | public override void GetLocalExtremePointWithoutMargin(ref Vector3 dir... method ComputeMaximumRadius (line 182) | public override float ComputeMaximumRadius() method ComputeMinimumRadius (line 194) | public override float ComputeMinimumRadius() method ComputeVolumeDistribution (line 206) | public override Matrix3x3 ComputeVolumeDistribution(out float volume) method ComputeCenter (line 251) | public override Vector3 ComputeCenter() method ComputeCenter (line 263) | public override Vector3 ComputeCenter(out float volume) method ComputeVolume (line 273) | public override float ComputeVolume() method GetLocalNormal (line 282) | public Vector3 GetLocalNormal() method GetNormal (line 299) | public Vector3 GetNormal(RigidTransform transform) method RayTest (line 314) | public override bool RayTest(ref Ray ray, ref RigidTransform transform... method ToString (line 340) | public override string ToString() method GetCollidableInstance (line 349) | public override EntityCollidable GetCollidableInstance() FILE: BEPUphysics/CollisionShapes/ConvexShapes/WrappedShape.cs type ConvexShapeEntry (line 13) | public struct ConvexShapeEntry method ConvexShapeEntry (line 29) | public ConvexShapeEntry(Vector3 position, ConvexShape shape) method ConvexShapeEntry (line 40) | public ConvexShapeEntry(Quaternion orientation, ConvexShape shape) method ConvexShapeEntry (line 51) | public ConvexShapeEntry(RigidTransform transform, ConvexShape shape) method ConvexShapeEntry (line 61) | public ConvexShapeEntry(ConvexShape shape) class WrappedShape (line 72) | public class WrappedShape : ConvexShape method Recenter (line 86) | void Recenter(out Vector3 center) method WrappedShape (line 104) | public WrappedShape(ConvexShapeEntry firstShape, ConvexShapeEntry seco... method WrappedShape (line 124) | public WrappedShape(ConvexShapeEntry firstShape, ConvexShapeEntry seco... method WrappedShape (line 141) | public WrappedShape(IList shapeEntries) method WrappedShape (line 163) | public WrappedShape(IList shapeEntries, out Vector3 ... method ShapesChanged (line 178) | void ShapesChanged(ObservableList list) method GetBoundingBox (line 189) | public override void GetBoundingBox(ref RigidTransform shapeTransform,... method GetLocalExtremePointWithoutMargin (line 217) | public override void GetLocalExtremePointWithoutMargin(ref Vector3 dir... method ComputeMaximumRadius (line 244) | public override float ComputeMaximumRadius() method ComputeMinimumRadius (line 257) | public override float ComputeMinimumRadius() method GetCollidableInstance (line 274) | public override EntityCollidable GetCollidableInstance() FILE: BEPUphysics/CollisionShapes/EntityShape.cs class EntityShape (line 10) | public abstract class EntityShape : CollisionShape method ComputeVolume (line 17) | public virtual float ComputeVolume() method ComputeVolumeDistribution (line 30) | public virtual Matrix3x3 ComputeVolumeDistribution(out float volume) method ComputeVolumeDistribution (line 43) | public virtual Matrix3x3 ComputeVolumeDistribution() method ComputeCenter (line 54) | public virtual Vector3 ComputeCenter() method ComputeCenter (line 67) | public virtual Vector3 ComputeCenter(out float volume) method ComputeDistributionInformation (line 79) | public abstract void ComputeDistributionInformation(out ShapeDistribut... method GetCollidableInstance (line 85) | public abstract EntityCollidable GetCollidableInstance(); method GetBoundingBox (line 92) | public abstract void GetBoundingBox(ref RigidTransform transform, out ... FILE: BEPUphysics/CollisionShapes/InstancedMeshShape.cs class InstancedMeshShape (line 13) | public class InstancedMeshShape : CollisionShape method InstancedMeshShape (line 39) | public InstancedMeshShape(Vector3[] vertices, uint[] indices) method ComputeBoundingBox (line 51) | public void ComputeBoundingBox(ref AffineTransform transform, out Boun... FILE: BEPUphysics/CollisionShapes/MobileMeshShape.cs class MobileMeshShape (line 17) | public class MobileMeshShape : EntityShape method MobileMeshShape (line 127) | public MobileMeshShape(Vector3[] vertices, uint[] indices, AffineTrans... method MobileMeshShape (line 151) | public MobileMeshShape(Vector3[] vertices, uint[] indices, AffineTrans... method IsLocalRayOriginInMesh (line 185) | public bool IsLocalRayOriginInMesh(ref Ray ray, out RayHit hit) method IsHitUnique (line 221) | internal bool IsHitUnique(RawList hits, ref RayHit hit) method ComputeSolidSidedness (line 232) | void ComputeSolidSidedness() method ComputeSolidSidednessHelper (line 280) | TriangleSidedness ComputeSolidSidednessHelper(Ray ray) method ComputeShapeInformation (line 347) | void ComputeShapeInformation(TransformableMeshData data, out ShapeDist... method GetBoundingBox (line 618) | private void GetBoundingBox(ref Matrix3x3 o, out BoundingBox boundingBox) method GetBoundingBox (line 714) | public override void GetBoundingBox(ref RigidTransform shapeTransform,... method GetLocalBoundingBox (line 777) | public void GetLocalBoundingBox(ref RigidTransform shapeTransform, ref... method GetSweptLocalBoundingBox (line 811) | public void GetSweptLocalBoundingBox(ref RigidTransform shapeTransform... method ComputeDistributionInformation (line 824) | public override void ComputeDistributionInformation(out ShapeDistribut... method GetCollidableInstance (line 829) | public override EntityCollidable GetCollidableInstance() type MobileMeshSolidity (line 845) | public enum MobileMeshSolidity FILE: BEPUphysics/CollisionShapes/ShapeDistributionInformation.cs type ShapeDistributionInformation (line 9) | public struct ShapeDistributionInformation FILE: BEPUphysics/CollisionShapes/StaticGroupShape.cs class StaticGroupShape (line 16) | public class StaticGroupShape : CollisionShape method StaticGroupShape (line 48) | public StaticGroupShape(IList collidables, StaticGroup owner) method RayCast (line 64) | public bool RayCast(Ray ray, float maximumLength, out RayCastResult re... method RayCast (line 95) | public bool RayCast(Ray ray, float maximumLength, Func ove... method GetTriangle (line 636) | public void GetTriangle(ref TriangleMeshConvexContactManifold.Triangle... method GetTriangle (line 660) | public void GetTriangle(int index, ref AffineTransform transform, out ... type QuadTriangleOrganization (line 708) | public enum QuadTriangleOrganization FILE: BEPUphysics/CollisionTests/CollisionAlgorithms/BoxBoxCollider.cs type BoxContactData (line 15) | [StructLayout(LayoutKind.Sequential)] method Equals (line 40) | public bool Equals(BoxContactData other) type BoxContactDataCache (line 50) | [StructLayout(LayoutKind.Sequential, Pack = 1)] method RemoveAt (line 92) | public unsafe void RemoveAt(int index) method AreBoxesColliding (line 117) | public static bool AreBoxesColliding(BoxShape a, BoxShape b, ref RigidTr... method AreBoxesColliding (line 267) | public static bool AreBoxesColliding(BoxShape a, BoxShape b, ref RigidTr... method AreBoxesCollidingWithPenetration (line 639) | public static bool AreBoxesCollidingWithPenetration(BoxShape a, BoxShape... method AreBoxesColliding (line 1430) | public static unsafe bool AreBoxesColliding(BoxShape a, BoxShape b, ref ... method AreBoxesColliding (line 1456) | public static bool AreBoxesColliding(BoxShape a, BoxShape b, ref RigidTr... method AreBoxesColliding (line 1458) | public static bool AreBoxesColliding(BoxShape a, BoxShape b, ref RigidTr... method GetEdgeEdgeContact (line 2327) | internal static void GetEdgeEdgeContact(BoxShape a, BoxShape b, ref Vect... method GetEdgeEdgeContact (line 2329) | internal static void GetEdgeEdgeContact(BoxShape a, BoxShape b, ref Vect... method GetEdgeData (line 2637) | private static void GetEdgeData(int index, int axis, float x, float y, f... method FindHighestIndices (line 2807) | static void FindHighestIndices(ref TinyList dots, out int highest... method GetClosestPointsBetweenSegments (line 2842) | static bool GetClosestPointsBetweenSegments(ref Vector3 p1, ref Vector3 ... method GetFaceContacts (line 3394) | internal static void GetFaceContacts(BoxShape a, BoxShape b, ref Vector3... method GetFaceContacts (line 3396) | internal static void GetFaceContacts(BoxShape a, BoxShape b, ref Vector3... method PruneContactsMaxDistance (line 3426) | private static unsafe void PruneContactsMaxDistance(ref Vector3 mtd, Box... method PruneContactsMaxDistance (line 3549) | private static void PruneContactsMaxDistance(ref Vector3 mtd, TinyStruct... method clipFacesSH (line 3681) | private static unsafe void clipFacesSH(ref BoxFace clipFace, ref BoxFace... method ClipFacesDirect (line 3811) | private static unsafe void ClipFacesDirect(ref BoxFace clipFace, ref Box... method ClipFacesDirect (line 4583) | private static void ClipFacesDirect(ref BoxFace clipFace, ref BoxFace fa... method ComputeIntersection (line 6073) | private static bool ComputeIntersection(ref Vector3 edgeA1, ref Vector3 ... method GetNearestFace (line 6108) | private static void GetNearestFace(ref Vector3 position, ref Matrix3x3 o... type BoxFace (line 6246) | private struct BoxFace method GetId (line 6253) | public int GetId(int i) method GetVertex (line 6269) | public void GetVertex(int i, out Vector3 v) method GetEdge (line 6289) | internal void GetEdge(int i, out FaceEdge clippingEdge) method GetContactId (line 6341) | private static int GetContactId(int vertexAEdgeA, int vertexBEdgeA, int ... method GetContactId (line 6346) | private static int GetContactId(int vertexAEdgeA, int vertexBEdgeA, ref ... method GetEdgeId (line 6351) | private static int GetEdgeId(int id1, int id2) type FaceEdge (line 6356) | private struct FaceEdge : IEquatable method Equals (line 6365) | public bool Equals(FaceEdge other) method IsPointInside (line 6372) | public bool IsPointInside(ref Vector3 point) FILE: BEPUphysics/CollisionTests/CollisionAlgorithms/BoxSphereTester.cs class BoxSphereTester (line 12) | public static class BoxSphereTester method AreShapesColliding (line 23) | public static bool AreShapesColliding(BoxShape box, SphereShape sphere... FILE: BEPUphysics/CollisionTests/CollisionAlgorithms/GJK/GJKToolbox.cs class GJKToolbox (line 12) | public static class GJKToolbox method AreShapesIntersecting (line 31) | public static bool AreShapesIntersecting(ConvexShape shapeA, ConvexSha... method AreShapesIntersecting (line 47) | public static bool AreShapesIntersecting(ConvexShape shapeA, ConvexSha... method GetClosestPoints (line 102) | public static bool GetClosestPoints(ConvexShape shapeA, ConvexShape sh... method GetClosestPoints (line 131) | public static bool GetClosestPoints(ConvexShape shapeA, ConvexShape sh... method GetClosestPoints (line 144) | private static bool GetClosestPoints(ConvexShape shapeA, ConvexShape s... method RayCast (line 195) | public static bool RayCast(Ray ray, ConvexShape shape, ref RigidTransf... method ConvexCast (line 278) | public static bool ConvexCast(ConvexShape sweptShape, ConvexShape targ... method ConvexCast (line 295) | public static bool ConvexCast(ConvexShape shapeA, ConvexShape shapeB, ... method SphereCast (line 387) | public static bool SphereCast(Ray ray, float radius, ConvexShape shape... method CCDSphereCast (line 470) | public static bool CCDSphereCast(Ray ray, float radius, ConvexShape ta... FILE: BEPUphysics/CollisionTests/CollisionAlgorithms/GJK/PairSimplex.cs type SimplexState (line 12) | public enum SimplexState : byte type CachedSimplex (line 24) | public struct CachedSimplex type ContributingShapeSimplex (line 80) | public struct ContributingShapeSimplex type PairSimplex (line 91) | public struct PairSimplex method PairSimplex (line 137) | private PairSimplex(ref RigidTransform localTransformB) method PairSimplex (line 163) | public PairSimplex(ref CachedSimplex cachedSimplex, ref RigidTransform... method UpdateCachedSimplex (line 290) | public void UpdateCachedSimplex(ref CachedSimplex simplex) method GetPointClosestToOrigin (line 341) | public bool GetPointClosestToOrigin(out Vector3 point) method GetPointOnSegmentClosestToOrigin (line 377) | public void GetPointOnSegmentClosestToOrigin(out Vector3 point) method GetPointOnTriangleClosestToOrigin (line 426) | public void GetPointOnTriangleClosestToOrigin(out Vector3 point) method GetPointOnTetrahedronClosestToOrigin (line 572) | public bool GetPointOnTetrahedronClosestToOrigin(out Vector3 point) method TryTetrahedronTriangle (line 655) | private static bool TryTetrahedronTriangle(ref Vector3 A, ref Vector3 ... method GetNewSimplexPoint (line 861) | public bool GetNewSimplexPoint(ConvexShape shapeA, ConvexShape shapeB,... method GetClosestPoints (line 925) | public void GetClosestPoints(out Vector3 closestPointA, out Vector3 cl... method VerifyContributions (line 963) | internal void VerifyContributions() FILE: BEPUphysics/CollisionTests/CollisionAlgorithms/GJK/RaySimplex.cs type RaySimplex (line 10) | public struct RaySimplex method GetPointClosestToOrigin (line 41) | public bool GetPointClosestToOrigin(ref RaySimplex simplex, out Vector... method GetPointOnSegmentClosestToOrigin (line 77) | public void GetPointOnSegmentClosestToOrigin(ref RaySimplex simplex, o... method GetPointOnTriangleClosestToOrigin (line 122) | public void GetPointOnTriangleClosestToOrigin(ref RaySimplex simplex, ... method GetPointOnTetrahedronClosestToOrigin (line 255) | public bool GetPointOnTetrahedronClosestToOrigin(ref RaySimplex simple... method TryTetrahedronTriangle (line 327) | private static bool TryTetrahedronTriangle(ref Vector3 A, ref Vector3 ... method AddNewSimplexPoint (line 487) | public void AddNewSimplexPoint(ref Vector3 point, ref Vector3 hitLocat... method GetErrorTolerance (line 531) | public float GetErrorTolerance(ref Vector3 rayOrigin) FILE: BEPUphysics/CollisionTests/CollisionAlgorithms/GJK/SimpleSimplex.cs type SimpleSimplex (line 11) | public struct SimpleSimplex method GetPointClosestToOrigin (line 39) | public bool GetPointClosestToOrigin(out Vector3 point) method GetPointOnSegmentClosestToOrigin (line 73) | public void GetPointOnSegmentClosestToOrigin(out Vector3 point) method GetPointOnTriangleClosestToOrigin (line 108) | public void GetPointOnTriangleClosestToOrigin(out Vector3 point) method GetPointOnTetrahedronClosestToOrigin (line 204) | public bool GetPointOnTetrahedronClosestToOrigin(out Vector3 point) method TryTetrahedronTriangle (line 254) | private static bool TryTetrahedronTriangle(ref Vector3 A, ref Vector3 ... method AddNewSimplexPoint (line 376) | public void AddNewSimplexPoint(ref Vector3 point) method GetErrorTolerance (line 403) | public float GetErrorTolerance() FILE: BEPUphysics/CollisionTests/CollisionAlgorithms/GeneralConvexPairTester.cs class GeneralConvexPairTester (line 13) | public class GeneralConvexPairTester method GenerateContactCandidate (line 60) | public bool GenerateContactCandidate(out ContactData contact) method DoShallowContact (line 106) | private bool DoShallowContact(out ContactData contact) method DoDeepContact (line 182) | private bool DoDeepContact(out ContactData contact) method Initialize (line 325) | public void Initialize(Collidable shapeA, Collidable shapeB) method CleanUp (line 335) | public void CleanUp() type CollisionState (line 346) | enum CollisionState FILE: BEPUphysics/CollisionTests/CollisionAlgorithms/MPRToolbox.cs class MPRToolbox (line 15) | public static class MPRToolbox method GetOverlapPosition (line 122) | public static bool GetOverlapPosition(ConvexShape shapeA, ConvexShape ... method GetLocalOverlapPosition (line 140) | public static bool GetLocalOverlapPosition(ConvexShape shapeA, ConvexS... method GetLocalOverlapPosition (line 145) | internal static bool GetLocalOverlapPosition(ConvexShape shapeA, Conve... method AreShapesOverlapping (line 397) | public static bool AreShapesOverlapping(ConvexShape shapeA, ConvexShap... method AreLocalShapesOverlapping (line 412) | public static bool AreLocalShapesOverlapping(ConvexShape shapeA, Conve... method AreLocalShapesOverlapping (line 425) | internal static bool AreLocalShapesOverlapping(ConvexShape shapeA, Con... method LocalSurfaceCast (line 609) | public static void LocalSurfaceCast(ConvexShape shapeA, ConvexShape sh... method LocalSurfaceCast (line 885) | public static void LocalSurfaceCast(ConvexShape shapeA, ConvexShape sh... method VerifySimplex (line 1173) | static bool VerifySimplex(ref Vector3 v0, ref Vector3 v1, ref Vector3 ... method GetContact (line 1200) | public static bool GetContact(ConvexShape shapeA, ConvexShape shapeB, ... method RefinePenetration (line 1281) | public static void RefinePenetration(ConvexShape shapeA, ConvexShape s... method Sweep (line 1323) | public static bool Sweep(ConvexShape shapeA, ConvexShape shapeB, ref V... method LocalSweepCast (line 1434) | private static bool LocalSweepCast(ConvexShape shape, ConvexShape shap... method GetLocalPosition (line 1694) | internal static void GetLocalPosition(ConvexShape shapeA, ConvexShape ... method AreSweptShapesIntersecting (line 1975) | public static bool AreSweptShapesIntersecting(ConvexShape shapeA, Conv... method GetSweptExtremePoint (line 2207) | static void GetSweptExtremePoint(ConvexShape shapeA, ConvexShape shape... method RayCast (line 2229) | public static bool RayCast(Ray ray, float maximumLength, ConvexShape s... method SweptShapeContainsPoint (line 2364) | public static bool SweptShapeContainsPoint(ConvexShape shape, ref Vect... method LocalSweepCast (line 2541) | private static bool LocalSweepCast(ConvexShape shape, float sweepLengt... method GetSweptExtremePoint (line 2764) | static void GetSweptExtremePoint(ConvexShape shape, ref Vector3 point,... FILE: BEPUphysics/CollisionTests/CollisionAlgorithms/MinkowskiToolbox.cs class MinkowskiToolbox (line 11) | public static class MinkowskiToolbox method GetLocalTransform (line 19) | public static void GetLocalTransform(ref RigidTransform transformA, re... method GetLocalMinkowskiExtremePoint (line 38) | public static void GetLocalMinkowskiExtremePoint(ConvexShape shapeA, C... method GetLocalMinkowskiExtremePoint (line 63) | public static void GetLocalMinkowskiExtremePoint(ConvexShape shapeA, C... method GetLocalMinkowskiExtremePoint (line 89) | public static void GetLocalMinkowskiExtremePoint(ConvexShape shapeA, C... method GetLocalMinkowskiExtremePointWithoutMargin (line 112) | public static void GetLocalMinkowskiExtremePointWithoutMargin(ConvexSh... method ExpandMinkowskiSum (line 133) | public static void ExpandMinkowskiSum(float marginA, float marginB, re... method ExpandMinkowskiSum (line 160) | public static void ExpandMinkowskiSum(float marginA, float marginB, Ve... FILE: BEPUphysics/CollisionTests/CollisionAlgorithms/SphereTester.cs class SphereTester (line 12) | public static class SphereTester method AreSpheresColliding (line 23) | public static bool AreSpheresColliding(SphereShape a, SphereShape b, r... FILE: BEPUphysics/CollisionTests/CollisionAlgorithms/TriangleConvexPairTester.cs class TriangleConvexPairTester (line 15) | public class TriangleConvexPairTester : TrianglePairTester method GenerateContactCandidate (line 32) | public override bool GenerateContactCandidate(out TinyStructList contactList) method DoExternalSeparated (line 224) | private bool DoExternalSeparated(out TinyStructList conta... method DoExternalNear (line 237) | private bool DoExternalNear(out TinyStructList contactList) method DoDeepContact (line 311) | private bool DoDeepContact(out TinyStructList contactList) method TryToEscape (line 664) | void TryToEscape() method TryToEscape (line 673) | void TryToEscape(ref Vector3 position) method TryInnerSphereContact (line 683) | private bool TryInnerSphereContact(out ContactData contact) method GetVoronoiRegion (line 746) | private VoronoiRegion GetVoronoiRegion(ref Vector3 p) method Initialize (line 824) | public override void Initialize(ConvexShape convex, TriangleShape tria... method CleanUp (line 833) | public override void CleanUp() type CollisionState (line 843) | internal enum CollisionState method GetRegion (line 852) | public override VoronoiRegion GetRegion(ref ContactData contact) FILE: BEPUphysics/CollisionTests/CollisionAlgorithms/TrianglePairTester.cs class TrianglePairTester (line 15) | public abstract class TrianglePairTester method GenerateContactCandidate (line 31) | public abstract bool GenerateContactCandidate(out TinyStructList method ToString (line 38) | public override string ToString() method Equals (line 45) | public bool Equals(ContactData other) FILE: BEPUphysics/CollisionTests/ContactReducer.cs class ContactReducer (line 11) | public static class ContactReducer method ReduceContacts (line 22) | public static void ReduceContacts(RawList contacts, RawValueL... method ReduceContacts (line 195) | public static void ReduceContacts(RawList contacts, ref Conta... FILE: BEPUphysics/CollisionTests/ContactRefresher.cs class ContactRefresher (line 13) | public class ContactRefresher method ContactRefresh (line 20) | public static void ContactRefresh(RawList contacts, RawValueL... FILE: BEPUphysics/CollisionTests/ContactSupplementData.cs type ContactSupplementData (line 8) | public struct ContactSupplementData FILE: BEPUphysics/CollisionTests/Manifolds/BoxContactManifold.cs class BoxContactManifold (line 15) | public class BoxContactManifold : ContactManifold method BoxContactManifold (line 44) | public BoxContactManifold() method Update (line 56) | public override void Update(float dt) method Update (line 125) | public override void Update(float dt) method Initialize (line 216) | public override void Initialize(Collidable newCollidableA, Collidable ... method CleanUp (line 231) | public override void CleanUp() FILE: BEPUphysics/CollisionTests/Manifolds/BoxSphereContactManifold.cs class BoxSphereContactManifold (line 13) | public class BoxSphereContactManifold : ContactManifold method BoxSphereContactManifold (line 43) | public BoxSphereContactManifold() method Update (line 55) | public override void Update(float dt) method Add (line 83) | protected override void Add(ref ContactData contactCandidate) method Remove (line 94) | protected override void Remove(int index) method Initialize (line 108) | public override void Initialize(Collidable newCollidableA, Collidable ... method CleanUp (line 128) | public override void CleanUp() method ClearContacts (line 140) | public override void ClearContacts() FILE: BEPUphysics/CollisionTests/Manifolds/ContactManifold.cs class ContactManifold (line 11) | public abstract class ContactManifold method RemoveQueuedContacts (line 30) | protected void RemoveQueuedContacts() method Remove (line 40) | protected virtual void Remove(int contactIndex) method Add (line 48) | protected virtual void Add(ref ContactData contactCandidate) method OnAdded (line 66) | protected void OnAdded(Contact contact) method OnRemoved (line 72) | protected void OnRemoved(Contact contact) method Initialize (line 83) | public abstract void Initialize(Collidable newCollidableA, Collidable ... method CleanUp (line 89) | public virtual void CleanUp() method Update (line 102) | public abstract void Update(float dt); method ClearContacts (line 107) | public virtual void ClearContacts() FILE: BEPUphysics/CollisionTests/Manifolds/GeneralConvexContactManifold.cs class GeneralConvexContactManifold (line 16) | public class GeneralConvexContactManifold : ContactManifold method GeneralConvexContactManifold (line 60) | public GeneralConvexContactManifold() method Update (line 72) | public override void Update(float dt) method Add (line 115) | protected override void Add(ref ContactData contactCandidate) method Remove (line 125) | protected override void Remove(int contactIndex) method IsContactUnique (line 132) | private bool IsContactUnique(ref ContactData contactCandidate) method Initialize (line 160) | public override void Initialize(Collidable newCollidableA, Collidable ... method CleanUp (line 176) | public override void CleanUp() FILE: BEPUphysics/CollisionTests/Manifolds/InstancedMeshContactManifold.cs class InstancedMeshContactManifold (line 14) | public abstract class InstancedMeshContactManifold : TriangleMeshConvexC... method FindOverlappingTriangles (line 31) | protected internal override int FindOverlappingTriangles(float dt) method ConfigureTriangle (line 63) | protected override bool ConfigureTriangle(int i, out TriangleIndices i... method CleanUpOverlappingTriangles (line 95) | protected internal override void CleanUpOverlappingTriangles() method CleanUp (line 109) | public override void CleanUp() method Initialize (line 121) | public override void Initialize(Collidable newCollidableA, Collidable ... FILE: BEPUphysics/CollisionTests/Manifolds/InstancedMeshConvexContactManifold.cs class InstancedMeshConvexContactManifold (line 9) | public class InstancedMeshConvexContactManifold : InstancedMeshContactMa... method GiveBackTester (line 13) | protected override void GiveBackTester(CollisionAlgorithms.TrianglePai... method GetTester (line 18) | protected override CollisionAlgorithms.TrianglePairTester GetTester() FILE: BEPUphysics/CollisionTests/Manifolds/InstancedMeshSphereContactManifold.cs class InstancedMeshSphereContactManifold (line 9) | public class InstancedMeshSphereContactManifold : InstancedMeshContactMa... method GiveBackTester (line 13) | protected override void GiveBackTester(CollisionAlgorithms.TrianglePai... method GetTester (line 18) | protected override CollisionAlgorithms.TrianglePairTester GetTester() FILE: BEPUphysics/CollisionTests/Manifolds/MobileMeshContactManifold.cs class MobileMeshContactManifold (line 17) | public abstract class MobileMeshContactManifold : TriangleMeshConvexCont... method FindOverlappingTriangles (line 42) | protected internal override int FindOverlappingTriangles(float dt) method ConfigureTriangle (line 81) | protected override bool ConfigureTriangle(int i, out TriangleIndices i... method CleanUpOverlappingTriangles (line 131) | protected internal override void CleanUpOverlappingTriangles() method ProcessCandidates (line 143) | protected override void ProcessCandidates(RawValueList ca... method CleanUp (line 239) | public override void CleanUp() method Initialize (line 252) | public override void Initialize(Collidable newCollidableA, Collidable ... method GiveBackTester (line 269) | protected override void GiveBackTester(TrianglePairTester tester) method GetTester (line 274) | protected override TrianglePairTester GetTester() FILE: BEPUphysics/CollisionTests/Manifolds/MobileMeshConvexContactManifold.cs class MobileMeshConvexContactManifold (line 9) | public class MobileMeshConvexContactManifold : MobileMeshContactManifold method GiveBackTester (line 13) | protected override void GiveBackTester(TrianglePairTester tester) method GetTester (line 18) | protected override TrianglePairTester GetTester() FILE: BEPUphysics/CollisionTests/Manifolds/MobileMeshSphereContactManifold.cs class MobileMeshSphereContactManifold (line 9) | public class MobileMeshSphereContactManifold : MobileMeshContactManifold method GiveBackTester (line 13) | protected override void GiveBackTester(TrianglePairTester tester) method GetTester (line 18) | protected override TrianglePairTester GetTester() FILE: BEPUphysics/CollisionTests/Manifolds/MobileMeshTriangleContactManifold.cs class MobileMeshTriangleContactManifold (line 9) | public class MobileMeshTriangleContactManifold : MobileMeshContactManifold method GiveBackTester (line 13) | protected override void GiveBackTester(TrianglePairTester tester) method GetTester (line 18) | protected override TrianglePairTester GetTester() FILE: BEPUphysics/CollisionTests/Manifolds/SphereContactManifold.cs class SphereContactManifold (line 13) | public class SphereContactManifold : ContactManifold method SphereContactManifold (line 43) | public SphereContactManifold() method Update (line 55) | public override void Update(float dt) method Add (line 83) | protected override void Add(ref ContactData contactCandidate) method Remove (line 94) | protected override void Remove(int index) method Initialize (line 108) | public override void Initialize(Collidable newCollidableA, Collidable ... method CleanUp (line 123) | public override void CleanUp() method ClearContacts (line 135) | public override void ClearContacts() FILE: BEPUphysics/CollisionTests/Manifolds/StaticMeshContactManifold.cs class StaticMeshContactManifold (line 11) | public abstract class StaticMeshContactManifold : TriangleMeshConvexCont... method FindOverlappingTriangles (line 30) | protected internal override int FindOverlappingTriangles(float dt) method ConfigureTriangle (line 36) | protected override bool ConfigureTriangle(int i, out TriangleIndices i... method CleanUpOverlappingTriangles (line 51) | protected internal override void CleanUpOverlappingTriangles() method CleanUp (line 65) | public override void CleanUp() method Initialize (line 77) | public override void Initialize(Collidable newCollidableA, Collidable ... FILE: BEPUphysics/CollisionTests/Manifolds/StaticMeshConvexContactManifold.cs class StaticMeshConvexContactManifold (line 9) | public class StaticMeshConvexContactManifold : StaticMeshContactManifold method GiveBackTester (line 14) | protected override void GiveBackTester(CollisionAlgorithms.TrianglePai... method GetTester (line 19) | protected override CollisionAlgorithms.TrianglePairTester GetTester() FILE: BEPUphysics/CollisionTests/Manifolds/StaticMeshSphereContactManifold.cs class StaticMeshSphereContactManifold (line 9) | public class StaticMeshSphereContactManifold : StaticMeshContactManifold method GiveBackTester (line 14) | protected override void GiveBackTester(CollisionAlgorithms.TrianglePai... method GetTester (line 19) | protected override CollisionAlgorithms.TrianglePairTester GetTester() FILE: BEPUphysics/CollisionTests/Manifolds/TerrainContactManifold.cs class TerrainContactManifold (line 15) | public abstract class TerrainContactManifold : TriangleMeshConvexContact... method FindOverlappingTriangles (line 32) | protected internal override int FindOverlappingTriangles(float dt) method ConfigureTriangle (line 68) | protected override bool ConfigureTriangle(int i, out TriangleIndices i... method CleanUpOverlappingTriangles (line 98) | protected internal override void CleanUpOverlappingTriangles() method ProcessCandidates (line 104) | protected override void ProcessCandidates(RawValueList ca... method CleanUp (line 159) | public override void CleanUp() method Initialize (line 171) | public override void Initialize(Collidable newCollidableA, Collidable ... FILE: BEPUphysics/CollisionTests/Manifolds/TerrainConvexContactManifold.cs class TerrainConvexContactManifold (line 6) | public class TerrainConvexContactManifold : TerrainContactManifold method GetTester (line 9) | protected override TrianglePairTester GetTester() method GiveBackTester (line 14) | protected override void GiveBackTester(TrianglePairTester tester) FILE: BEPUphysics/CollisionTests/Manifolds/TerrainSphereContactManifold.cs class TerrainSphereContactManifold (line 6) | public class TerrainSphereContactManifold : TerrainContactManifold method GetTester (line 9) | protected override TrianglePairTester GetTester() method GiveBackTester (line 14) | protected override void GiveBackTester(TrianglePairTester tester) FILE: BEPUphysics/CollisionTests/Manifolds/TriangleConvexContactManifold.cs class TriangleConvexContactManifold (line 17) | public class TriangleConvexContactManifold : ContactManifold method TriangleConvexContactManifold (line 63) | public TriangleConvexContactManifold() method Update (line 71) | public override void Update(float dt) method Add (line 141) | protected override void Add(ref ContactData contactCandidate) method Remove (line 152) | protected override void Remove(int contactIndex) method IsContactUnique (line 159) | private bool IsContactUnique(ref ContactData contactCandidate) method Initialize (line 182) | public override void Initialize(Collidable newCollidableA, Collidable ... method CleanUp (line 199) | public override void CleanUp() FILE: BEPUphysics/CollisionTests/Manifolds/TriangleMeshConvexContactManifold.cs class TriangleMeshConvexContactManifold (line 17) | public abstract class TriangleMeshConvexContactManifold : ContactManifold method GetTester (line 25) | protected abstract TrianglePairTester GetTester(); method GiveBackTester (line 27) | protected abstract void GiveBackTester(TrianglePairTester tester); method TriangleMeshConvexContactManifold (line 50) | protected TriangleMeshConvexContactManifold() method FindOverlappingTriangles (line 68) | protected internal abstract int FindOverlappingTriangles(float dt); method ConfigureTriangle (line 69) | protected abstract bool ConfigureTriangle(int i, out TriangleIndices i... method CleanUpOverlappingTriangles (line 70) | protected internal abstract void CleanUpOverlappingTriangles(); method Update (line 76) | public override void Update(float dt) method AddLocalContact (line 388) | void AddLocalContact(ref ContactData contact, ref Matrix3x3 orientation) method GetNormal (line 402) | protected void GetNormal(ref Vector3 uncorrectedNormal, out Vector3 no... method AnalyzeCandidate (line 435) | bool AnalyzeCandidate(ref TriangleIndices indices, TrianglePairTester ... method Add (line 550) | protected override void Add(ref ContactData contactCandidate) method Remove (line 562) | protected override void Remove(int contactIndex) method IsContactUnique (line 569) | private bool IsContactUnique(ref ContactData contactCandidate) method ProcessCandidates (line 628) | protected virtual void ProcessCandidates(RawValueList can... method CleanUp (line 637) | public override void CleanUp() type Edge (line 654) | public struct Edge : IEquatable method Edge (line 659) | public Edge(uint a, uint b) method GetHashCode (line 665) | public override int GetHashCode() method Equals (line 670) | public bool Equals(Edge edge) type TriangleIndices (line 679) | public struct TriangleIndices : IEquatable method GetHashCode (line 701) | public override int GetHashCode() method Equals (line 713) | public bool Equals(TriangleIndices other) type EdgeContact (line 719) | struct EdgeContact type VertexContact (line 727) | struct VertexContact FILE: BEPUphysics/Constraints/Collision/ContactFrictionConstraint.cs class ContactFrictionConstraint (line 13) | public class ContactFrictionConstraint : EntitySolverUpdateable method ContactFrictionConstraint (line 41) | public ContactFrictionConstraint() method Setup (line 66) | public void Setup(ContactManifoldConstraint contactManifoldConstraint,... method CleanUp (line 82) | public void CleanUp() method SolveIteration (line 131) | public override float SolveIteration() method Update (line 180) | public override void Update(float dt) method ExclusiveUpdate (line 294) | public override void ExclusiveUpdate() method CollectInvolvedEntities (line 327) | protected internal override void CollectInvolvedEntities(RawList method Compare (line 265) | int IComparer.Compare(Entity x, Entity y) FILE: BEPUphysics/Constraints/IJacobians.cs type I1DJacobianConstraint (line 9) | public interface I1DJacobianConstraint method GetAngularJacobianA (line 15) | void GetAngularJacobianA(out Vector3 jacobian); method GetAngularJacobianB (line 21) | void GetAngularJacobianB(out Vector3 jacobian); method GetLinearJacobianA (line 27) | void GetLinearJacobianA(out Vector3 jacobian); method GetLinearJacobianB (line 33) | void GetLinearJacobianB(out Vector3 jacobian); method GetMassMatrix (line 39) | void GetMassMatrix(out float outputMassMatrix); type I2DJacobianConstraint (line 45) | public interface I2DJacobianConstraint method GetAngularJacobianA (line 52) | void GetAngularJacobianA(out Vector3 jacobianX, out Vector3 jacobianY); method GetAngularJacobianB (line 59) | void GetAngularJacobianB(out Vector3 jacobianX, out Vector3 jacobianY); method GetLinearJacobianA (line 66) | void GetLinearJacobianA(out Vector3 jacobianX, out Vector3 jacobianY); method GetLinearJacobianB (line 73) | void GetLinearJacobianB(out Vector3 jacobianX, out Vector3 jacobianY); method GetMassMatrix (line 79) | void GetMassMatrix(out Matrix2x2 massMatrix); type I3DJacobianConstraint (line 85) | public interface I3DJacobianConstraint method GetAngularJacobianA (line 93) | void GetAngularJacobianA(out Vector3 jacobianX, out Vector3 jacobianY,... method GetAngularJacobianB (line 101) | void GetAngularJacobianB(out Vector3 jacobianX, out Vector3 jacobianY,... method GetLinearJacobianA (line 109) | void GetLinearJacobianA(out Vector3 jacobianX, out Vector3 jacobianY, ... method GetLinearJacobianB (line 117) | void GetLinearJacobianB(out Vector3 jacobianX, out Vector3 jacobianY, ... method GetMassMatrix (line 123) | void GetMassMatrix(out Matrix3x3 outputMassMatrix); FILE: BEPUphysics/Constraints/ISolverSettings.cs type ISolverSettings (line 6) | public interface ISolverSettings FILE: BEPUphysics/Constraints/ISpringConstraint.cs type ISpringSettings (line 6) | public interface ISpringSettings FILE: BEPUphysics/Constraints/IXDImpulseConstraint.cs type I1DImpulseConstraint (line 8) | public interface I1DImpulseConstraint type I1DImpulseConstraintWithError (line 25) | public interface I1DImpulseConstraintWithError : I1DImpulseConstraint type I2DImpulseConstraint (line 36) | public interface I2DImpulseConstraint type I2DImpulseConstraintWithError (line 53) | public interface I2DImpulseConstraintWithError : I2DImpulseConstraint type I3DImpulseConstraint (line 64) | public interface I3DImpulseConstraint type I3DImpulseConstraintWithError (line 81) | public interface I3DImpulseConstraintWithError : I3DImpulseConstraint FILE: BEPUphysics/Constraints/JointTransform.cs class JointBasis3D (line 10) | public class JointBasis3D method SetLocalAxes (line 115) | public void SetLocalAxes(Vector3 primaryAxis, Vector3 xAxis, Vector3 y... method SetLocalAxes (line 128) | public void SetLocalAxes(Vector3 primaryAxis, Vector3 xAxis, Vector3 y... method SetLocalAxes (line 148) | public void SetLocalAxes(Matrix3x3 matrix) method SetWorldAxes (line 169) | public void SetWorldAxes(Vector3 primaryAxis, Vector3 xAxis, Vector3 y... method SetWorldAxes (line 181) | public void SetWorldAxes(Vector3 primaryAxis, Vector3 xAxis, Vector3 y... method SetWorldAxes (line 203) | public void SetWorldAxes(Matrix3x3 matrix) method ComputeWorldSpaceAxes (line 218) | internal void ComputeWorldSpaceAxes() class JointBasis2D (line 229) | public class JointBasis2D method SetLocalAxes (line 289) | public void SetLocalAxes(Vector3 primaryAxis, Vector3 xAxis, Matrix3x3... method SetLocalAxes (line 300) | public void SetLocalAxes(Vector3 primaryAxis, Vector3 xAxis) method SetLocalAxes (line 316) | public void SetLocalAxes(Matrix3x3 matrix) method SetWorldAxes (line 332) | public void SetWorldAxes(Vector3 primaryAxis, Vector3 xAxis, Matrix3x3... method SetWorldAxes (line 343) | public void SetWorldAxes(Vector3 primaryAxis, Vector3 xAxis) method SetWorldAxes (line 359) | public void SetWorldAxes(Matrix3x3 matrix) method ComputeWorldSpaceAxes (line 369) | internal void ComputeWorldSpaceAxes() FILE: BEPUphysics/Constraints/SingleEntity/MaximumAngularVelocityConstraint.cs class MaximumAngularSpeedConstraint (line 11) | public class MaximumAngularSpeedConstraint : SingleEntityConstraint, I3D... method MaximumAngularSpeedConstraint (line 29) | public MaximumAngularSpeedConstraint() method MaximumAngularSpeedConstraint (line 39) | public MaximumAngularSpeedConstraint(Entity e, float maxSpeed) method SolveIteration (line 113) | public override float SolveIteration() method Update (line 165) | public override void Update(float dt) method ExclusiveUpdate (line 192) | public override void ExclusiveUpdate() FILE: BEPUphysics/Constraints/SingleEntity/MaximumLinearVelocityConstraint.cs class MaximumLinearSpeedConstraint (line 11) | public class MaximumLinearSpeedConstraint : SingleEntityConstraint, I3DI... method MaximumLinearSpeedConstraint (line 29) | public MaximumLinearSpeedConstraint() method MaximumLinearSpeedConstraint (line 39) | public MaximumLinearSpeedConstraint(Entity e, float maxSpeed) method SolveIteration (line 114) | public override float SolveIteration() method Update (line 167) | public override void Update(float dt) method ExclusiveUpdate (line 193) | public override void ExclusiveUpdate() FILE: BEPUphysics/Constraints/SingleEntity/SingleEntityAngularMotor.cs class SingleEntityAngularMotor (line 13) | public class SingleEntityAngularMotor : SingleEntityConstraint, I3DImpul... method SingleEntityAngularMotor (line 35) | public SingleEntityAngularMotor(Entity entity) method SingleEntityAngularMotor (line 49) | public SingleEntityAngularMotor() method SolveIteration (line 106) | public override float SolveIteration() method Update (line 151) | public override void Update(float dt) method ExclusiveUpdate (line 228) | public override void ExclusiveUpdate() method ComputeMaxForces (line 237) | private void ComputeMaxForces(float maxForce, float dt) FILE: BEPUphysics/Constraints/SingleEntity/SingleEntityConstraint.cs class SingleEntityConstraint (line 9) | public abstract class SingleEntityConstraint : EntitySolverUpdateable method CollectInvolvedEntities (line 43) | protected internal override void CollectInvolvedEntities(RawList where T : IBoundingBoxOwner method BoundingBoxTree (line 33) | public BoundingBoxTree(IList elements) method Reconstruct (line 42) | public void Reconstruct(IList elements) method Refit (line 59) | public void Refit() method Analyze (line 65) | void Analyze(out List depths, out int minDepth, out int maxDepth,... method Add (line 87) | public void Add(T element) method GetOverlaps (line 118) | public bool GetOverlaps(BoundingBox boundingBox, IList outputOverla... method GetOverlaps (line 136) | public bool GetOverlaps(BoundingSphere boundingSphere, IList output... method GetOverlaps (line 153) | public bool GetOverlaps(BoundingFrustum boundingFrustum, IList outp... method GetOverlaps (line 170) | public bool GetOverlaps(Ray ray, IList outputOverlappedElements) method GetOverlaps (line 188) | public bool GetOverlaps(Ray ray, float maximumLength, IList outputO... method GetOverlaps (line 207) | public bool GetOverlaps(BoundingBoxTree tree, ILis... class Node (line 219) | internal abstract class Node method GetOverlaps (line 222) | internal abstract void GetOverlaps(ref BoundingBox boundingBox, ILis... method GetOverlaps (line 223) | internal abstract void GetOverlaps(ref BoundingSphere boundingSphere... method GetOverlaps (line 224) | internal abstract void GetOverlaps(ref BoundingFrustum boundingFrust... method GetOverlaps (line 225) | internal abstract void GetOverlaps(ref Ray ray, float maximumLength,... method GetOverlaps (line 226) | internal abstract void GetOverlaps(BoundingBoxTree depths, int depth, ref int ... method Refit (line 240) | internal abstract void Refit(); class InternalNode (line 243) | internal sealed class InternalNode : Node method GetOverlaps (line 276) | internal override void GetOverlaps(ref BoundingBox boundingBox, ILis... method GetOverlaps (line 290) | internal override void GetOverlaps(ref BoundingSphere boundingSphere... method GetOverlaps (line 301) | internal override void GetOverlaps(ref BoundingFrustum boundingFrust... method GetOverlaps (line 312) | internal override void GetOverlaps(ref Ray ray, float maximumLength,... method GetOverlaps (line 323) | internal override void GetOverlaps(BoundingBoxTree depths, int depth, ref int ... method Refit (line 463) | internal override void Refit() class LeafNode (line 475) | internal sealed class LeafNode : Node method LeafNode (line 506) | internal LeafNode(T element) method GetOverlaps (line 519) | internal override void GetOverlaps(ref BoundingBox boundingBox, ILis... method GetOverlaps (line 525) | internal override void GetOverlaps(ref BoundingSphere boundingSphere... method GetOverlaps (line 530) | internal override void GetOverlaps(ref BoundingFrustum boundingFrust... method GetOverlaps (line 535) | internal override void GetOverlaps(ref Ray ray, float maximumLength,... method GetOverlaps (line 540) | internal override void GetOverlaps(BoundingBoxTree depths, int depth, ref int ... method Refit (line 585) | internal override void Refit() FILE: BEPUphysics/DataStructures/MeshBoundingBoxTree.cs class MeshBoundingBoxTree (line 10) | public class MeshBoundingBoxTree method MeshBoundingBoxTree (line 52) | public MeshBoundingBoxTree(MeshBoundingBoxTreeData data) method Reconstruct (line 61) | public void Reconstruct() method Refit (line 77) | public void Refit() method Analyze (line 83) | void Analyze(out List depths, out int minDepth, out int maxDepth,... method Insert (line 101) | void Insert(int triangleIndex) method GetOverlaps (line 132) | public bool GetOverlaps(BoundingBox boundingBox, IList outputOver... method GetOverlaps (line 150) | public bool GetOverlaps(BoundingSphere boundingSphere, IList outp... method GetOverlaps (line 167) | public bool GetOverlaps(BoundingFrustum boundingFrustum, IList ou... method GetOverlaps (line 184) | public bool GetOverlaps(Ray ray, IList outputOverlappedElements) method GetOverlaps (line 202) | public bool GetOverlaps(Ray ray, float maximumLength, IList outpu... class Node (line 214) | abstract class Node method GetOverlaps (line 217) | internal abstract void GetOverlaps(ref BoundingBox boundingBox, ILis... method GetOverlaps (line 218) | internal abstract void GetOverlaps(ref BoundingSphere boundingSphere... method GetOverlaps (line 219) | internal abstract void GetOverlaps(ref BoundingFrustum boundingFrust... method GetOverlaps (line 220) | internal abstract void GetOverlaps(ref Ray ray, float maximumLength,... method TryToInsert (line 225) | internal abstract bool TryToInsert(LeafNode node, out Node treeNode); method Analyze (line 229) | internal abstract void Analyze(List depths, int depth, ref int ... method Refit (line 231) | internal abstract void Refit(MeshBoundingBoxTreeData data); class InternalNode (line 234) | sealed class InternalNode : Node method GetOverlaps (line 245) | internal override void GetOverlaps(ref BoundingBox boundingBox, ILis... method GetOverlaps (line 259) | internal override void GetOverlaps(ref BoundingSphere boundingSphere... method GetOverlaps (line 270) | internal override void GetOverlaps(ref BoundingFrustum boundingFrust... method GetOverlaps (line 281) | internal override void GetOverlaps(ref Ray ray, float maximumLength,... method TryToInsert (line 293) | internal override bool TryToInsert(LeafNode node, out Node treeNode) method ToString (line 378) | public override string ToString() method Analyze (line 384) | internal override void Analyze(List depths, int depth, ref int ... method Refit (line 391) | internal override void Refit(MeshBoundingBoxTreeData data) class LeafNode (line 403) | sealed class LeafNode : Node method LeafNode (line 412) | internal LeafNode(int leafIndex, MeshBoundingBoxTreeData data) method GetOverlaps (line 425) | internal override void GetOverlaps(ref BoundingBox boundingBox, ILis... method GetOverlaps (line 431) | internal override void GetOverlaps(ref BoundingSphere boundingSphere... method GetOverlaps (line 436) | internal override void GetOverlaps(ref BoundingFrustum boundingFrust... method GetOverlaps (line 441) | internal override void GetOverlaps(ref Ray ray, float maximumLength,... method TryToInsert (line 446) | internal override bool TryToInsert(LeafNode node, out Node treeNode) method ToString (line 456) | public override string ToString() method Analyze (line 461) | internal override void Analyze(List depths, int depth, ref int ... method Refit (line 467) | internal override void Refit(MeshBoundingBoxTreeData data) FILE: BEPUphysics/DataStructures/MeshBoundingBoxTreeData.cs class MeshBoundingBoxTreeData (line 8) | public abstract class MeshBoundingBoxTreeData method GetBoundingBox (line 48) | public void GetBoundingBox(int triangleIndex, out BoundingBox bounding... method GetTriangle (line 65) | public abstract void GetTriangle(int triangleIndex, out Vector3 v1, ou... method GetVertexPosition (line 71) | public abstract void GetVertexPosition(int i, out Vector3 vertex); FILE: BEPUphysics/DataStructures/StaticMeshData.cs class StaticMeshData (line 8) | public class StaticMeshData : MeshBoundingBoxTreeData method StaticMeshData (line 15) | public StaticMeshData(Vector3[] vertices, uint[] indices, int indexCount) method GetTriangle (line 30) | public override void GetTriangle(int triangleIndex, out Vector3 v1, ou... method GetVertexPosition (line 43) | public override void GetVertexPosition(int i, out Vector3 vertex) FILE: BEPUphysics/DataStructures/TransformableMeshData.cs class TransformableMeshData (line 9) | public class TransformableMeshData : MeshBoundingBoxTreeData method TransformableMeshData (line 16) | public TransformableMeshData(Vector3[] vertices, uint[] indices, int i... method TransformableMeshData (line 29) | public TransformableMeshData(Vector3[] vertices, uint[] indices, int i... method GetTriangle (line 62) | public override void GetTriangle(int triangleIndex, out Vector3 v1, ou... method GetVertexPosition (line 74) | public override void GetVertexPosition(int i, out Vector3 vertex) FILE: BEPUphysics/DataStructures/TreeOverlapPair.cs type TreeOverlapPair (line 13) | public struct TreeOverlapPair method TreeOverlapPair (line 29) | public TreeOverlapPair(T1 overlapA, T2 overlapB) FILE: BEPUphysics/DataStructures/TriangleMesh.cs class TriangleMesh (line 12) | public class TriangleMesh method TriangleMesh (line 47) | public TriangleMesh(MeshBoundingBoxTreeData data) method RayCast (line 59) | public bool RayCast(Ray ray, out int hitCount) method RayCast (line 74) | public bool RayCast(Ray ray, out RayHit rayHit) method RayCast (line 86) | public bool RayCast(Ray ray, TriangleSidedness sidedness, out RayHit r... method RayCast (line 97) | public bool RayCast(Ray ray, IList hits) method RayCast (line 109) | public bool RayCast(Ray ray, TriangleSidedness sidedness, IList hits) method RayCast (line 174) | public bool RayCast(Ray ray, float maximumLength, TriangleSidedness si... method GetVerticesAndIndicesFromModel (line 201) | public static void GetVerticesAndIndicesFromModel(Model collisionModel... method AddMesh (line 231) | public static void AddMesh(ModelMesh collisionModelMesh, Matrix transf... FILE: BEPUphysics/DeactivationManagement/DeactivationManager.cs class DeactivationManager (line 14) | public class DeactivationManager : MultithreadedProcessingStage method DeactivationManager (line 112) | public DeactivationManager(TimeStepSettings timeStepSettings) method DeactivationManager (line 124) | public DeactivationManager(TimeStepSettings timeStepSettings, IThreadM... method GiveBackIsland (line 153) | void GiveBackIsland(SimulationIsland island) method Add (line 164) | public void Add(SimulationIslandMember simulationIslandMember) method Remove (line 188) | public void Remove(SimulationIslandMember simulationIslandMember) method MultithreadedCandidacyLoop (line 202) | void MultithreadedCandidacyLoop(int i) method UpdateMultithreaded (line 207) | protected override void UpdateMultithreaded() method UpdateSingleThreaded (line 217) | protected override void UpdateSingleThreaded() method FlushSplits (line 268) | void FlushSplits() method DeactivateObjects (line 309) | void DeactivateObjects() method Add (line 340) | public void Add(SimulationIslandConnection connection) method Merge (line 374) | private SimulationIsland Merge(SimulationIsland s1, SimulationIsland s2) method Remove (line 423) | public void Remove(SimulationIslandConnection connection) method TryToSplit (line 470) | private bool TryToSplit(SimulationIslandMember member1, SimulationIsla... method RemoveSimulationIslandFromMember (line 613) | public void RemoveSimulationIslandFromMember(SimulationIslandMember me... method AddSimulationIslandToMember (line 704) | public void AddSimulationIslandToMember(SimulationIslandMember member) FILE: BEPUphysics/DeactivationManagement/ISimulationIslandConnection.cs type ISimulationIslandConnection (line 9) | public interface ISimulationIslandConnection method AddReferencesToConnectedMembers (line 24) | void AddReferencesToConnectedMembers(); method RemoveReferencesFromConnectedMembers (line 29) | void RemoveReferencesFromConnectedMembers(); FILE: BEPUphysics/DeactivationManagement/ISimulationIslandConnectionOwner.cs type ISimulationIslandConnectionOwner (line 11) | public interface ISimulationIslandConnectionOwner FILE: BEPUphysics/DeactivationManagement/ISimulationIslandMemberOwner.cs type ISimulationIslandMemberOwner (line 11) | public interface ISimulationIslandMemberOwner FILE: BEPUphysics/DeactivationManagement/SimulationIsland.cs class SimulationIsland (line 12) | public class SimulationIsland method SimulationIsland (line 62) | public SimulationIsland() method MemberActivated (line 71) | void MemberActivated(SimulationIslandMember member) method BecameDeactivationCandidate (line 77) | void BecameDeactivationCandidate(SimulationIslandMember member) method BecameNonDeactivationCandidate (line 84) | void BecameNonDeactivationCandidate(SimulationIslandMember member) method Activate (line 92) | public void Activate() method TryToDeactivate (line 106) | public bool TryToDeactivate() method Add (line 135) | public void Add(SimulationIslandMember member) method Remove (line 160) | public void Remove(SimulationIslandMember member) method CleanUp (line 188) | internal void CleanUp() FILE: BEPUphysics/DeactivationManagement/SimulationIslandConnection.cs class SimulationIslandConnection (line 10) | public class SimulationIslandConnection type Entry (line 16) | internal struct Entry method AddReferencesToConnectedMembers (line 56) | public void AddReferencesToConnectedMembers() method RemoveReferencesFromConnectedMembers (line 68) | public void RemoveReferencesFromConnectedMembers() method SetListIndex (line 82) | internal void SetListIndex(SimulationIslandMember member, int index) method CleanUp (line 100) | internal void CleanUp() method Add (line 112) | internal void Add(SimulationIslandMember simulationIslandMember) FILE: BEPUphysics/DeactivationManagement/SimulationIslandMember.cs class SimulationIslandMember (line 11) | public class SimulationIslandMember method SimulationIslandMember (line 31) | internal SimulationIslandMember(Entity owner) method UpdateDeactivationCandidacy (line 52) | public void UpdateDeactivationCandidacy(float dt) method TryToCompressIslandHierarchy (line 193) | void TryToCompressIslandHierarchy() method Activate (line 255) | public void Activate() method OnActivated (line 336) | protected internal void OnActivated() method OnBecameDeactivationCandidate (line 342) | protected internal void OnBecameDeactivationCandidate() method OnBecameNonDeactivationCandidate (line 348) | protected internal void OnBecameNonDeactivationCandidate() method OnDeactivated (line 354) | protected internal void OnDeactivated() method RemoveConnectionReference (line 406) | internal void RemoveConnectionReference(SimulationIslandConnection con... method AddConnectionReference (line 421) | internal int AddConnectionReference(SimulationIslandConnection connect... type SimulationIslandSearchState (line 434) | public enum SimulationIslandSearchState FILE: BEPUphysics/DeactivationManagement/SimulationIslandMemberList.cs type SimulationIslandMemberList (line 12) | public struct SimulationIslandMemberList : IList method SimulationIslandMemberList (line 16) | internal SimulationIslandMemberList(RawList.Insert(int index, SimulationIslandM... method RemoveAt (line 38) | void IList.RemoveAt(int index) method Add (line 62) | void ICollection.Add(SimulationIslandMember item) method Clear (line 67) | void ICollection.Clear() method Contains (line 79) | public bool Contains(SimulationIslandMember item) method CopyTo (line 89) | public void CopyTo(SimulationIslandMember[] array, int arrayIndex) method Remove (line 113) | bool ICollection.Remove(SimulationIslandMember... method GetEnumerator (line 118) | public IEnumerator GetEnumerator() method GetEnumerator (line 123) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... type Enumerator (line 131) | public struct Enumerator : IEnumerator method Enumerator (line 136) | internal Enumerator(RawList entries) method Dispose (line 157) | public void Dispose() method MoveNext (line 180) | public bool MoveNext() method Reset (line 190) | public void Reset() FILE: BEPUphysics/Entities/Entity.cs class Entity (line 13) | public class Entity : Entity where T : EntityCollidable method Entity (line 23) | protected internal Entity() method Entity (line 32) | public Entity(T collisionInformation) method Entity (line 43) | public Entity(T collisionInformation, float mass) method Entity (line 53) | public Entity(T collisionInformation, float mass, Matrix3x3 inertiaTen... method Entity (line 65) | public Entity(T collisionInformation, float mass, Matrix3x3 inertiaTen... FILE: BEPUphysics/Entities/EntityBase.cs class Entity (line 25) | public class Entity : method OnMaterialChanged (line 487) | void OnMaterialChanged(Material newMaterial) method Entity (line 520) | protected Entity() method Entity (line 541) | public Entity(EntityCollidable collisionInformation) method Entity (line 552) | public Entity(EntityCollidable collisionInformation, float mass) method Entity (line 564) | public Entity(EntityCollidable collisionInformation, float mass, Matri... method Entity (line 576) | public Entity(EntityCollidable collisionInformation, float mass, Matri... method Entity (line 586) | public Entity(EntityShape shape) method Entity (line 597) | public Entity(EntityShape shape, float mass) method Entity (line 609) | public Entity(EntityShape shape, float mass, Matrix3x3 inertiaTensor) method Entity (line 622) | public Entity(EntityShape shape, float mass, Matrix3x3 inertiaTensor, ... method Initialize (line 632) | protected internal void Initialize(EntityCollidable collisionInformation) method Initialize (line 639) | protected internal void Initialize(EntityCollidable collisionInformati... method Initialize (line 662) | protected internal void Initialize(EntityCollidable collisionInformati... method Initialize (line 676) | protected internal void Initialize(EntityCollidable collisionInformati... method ApplyImpulse (line 730) | public void ApplyImpulse(Vector3 location, Vector3 impulse) method ApplyImpulse (line 740) | public void ApplyImpulse(ref Vector3 location, ref Vector3 impulse) method ApplyLinearImpulse (line 770) | public void ApplyLinearImpulse(ref Vector3 impulse) method ApplyAngularImpulse (line 797) | public void ApplyAngularImpulse(ref Vector3 impulse) method OnShapeChanged (line 826) | protected void OnShapeChanged(CollisionShape shape) method BecomeKinematic (line 852) | public void BecomeKinematic() method BecomeDynamic (line 886) | public void BecomeDynamic(float mass) method BecomeDynamic (line 898) | public void BecomeDynamic(float mass, Matrix3x3 localInertiaTensor) method UpdateForForces (line 932) | void IForceUpdateable.UpdateForForces(float dt) method OnAdditionToSpace (line 1043) | void ISpaceObject.OnAdditionToSpace(ISpace newSpace) method OnAdditionToSpace (line 1048) | protected virtual void OnAdditionToSpace(ISpace newSpace) method OnRemovalFromSpace (line 1052) | void ISpaceObject.OnRemovalFromSpace(ISpace oldSpace) method OnRemovalFromSpace (line 1057) | protected virtual void OnRemovalFromSpace(ISpace oldSpace) method UpdateTimesOfImpact (line 1096) | void ICCDPositionUpdateable.UpdateTimesOfImpact(float dt) method ResetTimesOfImpact (line 1109) | void ICCDPositionUpdateable.ResetTimesOfImpact() method UpdatePositionContinuously (line 1118) | void ICCDPositionUpdateable.UpdatePositionContinuously(float dt) method PreUpdatePosition (line 1148) | void IPositionUpdateable.PreUpdatePosition(float dt) method ModifyLinearDamping (line 1235) | public void ModifyLinearDamping(float damping) method ModifyAngularDamping (line 1246) | public void ModifyAngularDamping(float damping) method ToString (line 1280) | public override string ToString() method InitializeId (line 1302) | void InitializeId() method GetHashCode (line 1311) | public override int GetHashCode() FILE: BEPUphysics/Entities/EntityConstraintCollection.cs class EntityConstraintCollection (line 11) | public class EntityConstraintCollection : IEnumerable method EntityConstraintCollection (line 20) | public EntityConstraintCollection(RawList ... method GetEnumerator (line 29) | public Enumerator GetEnumerator() method GetEnumerator (line 34) | IEnumerator IEnumerable.GetE... method GetEnumerator (line 39) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... type Enumerator (line 47) | public struct Enumerator : IEnumerator method Enumerator (line 57) | public Enumerator(RawList connections) method Dispose (line 79) | public void Dispose() method MoveNext (line 95) | public bool MoveNext() method Reset (line 113) | public void Reset() FILE: BEPUphysics/Entities/EntitySolverUpdateableCollection.cs class EntitySolverUpdateableCollection (line 11) | public class EntitySolverUpdateableCollection : IEnumerable IEnumerable method Enumerator (line 57) | public Enumerator(RawList connections) method Dispose (line 79) | public void Dispose() method MoveNext (line 95) | public bool MoveNext() method Reset (line 113) | public void Reset() FILE: BEPUphysics/Entities/MorphableEntity.cs class MorphableEntity (line 10) | public class MorphableEntity : Entity method MorphableEntity (line 31) | public MorphableEntity(EntityCollidable collisionInformation) method MorphableEntity (line 41) | public MorphableEntity(EntityCollidable collisionInformation, float mass) method MorphableEntity (line 52) | public MorphableEntity(EntityCollidable collisionInformation, float ma... method MorphableEntity (line 64) | public MorphableEntity(EntityCollidable collisionInformation, float ma... method MorphableEntity (line 73) | public MorphableEntity(EntityShape shape) method MorphableEntity (line 83) | public MorphableEntity(EntityShape shape, float mass) method MorphableEntity (line 94) | public MorphableEntity(EntityShape shape, float mass, Matrix3x3 inerti... method MorphableEntity (line 106) | public MorphableEntity(EntityShape shape, float mass, Matrix3x3 inerti... method SetCollisionInformation (line 115) | public void SetCollisionInformation(EntityCollidable newCollisionInfor... method SetCollisionInformation (line 140) | public void SetCollisionInformation(EntityCollidable newCollisionInfor... method SetCollisionInformation (line 163) | public void SetCollisionInformation(EntityCollidable newCollisionInfor... FILE: BEPUphysics/Entities/Prefabs/Box.cs class Box (line 11) | public class Box : Entity> method Box (line 14) | private Box(float width, float height, float length) method Box (line 19) | private Box(float width, float height, float length, float mass) method Box (line 32) | public Box(Vector3 pos, float width, float height, float length, float... method Box (line 45) | public Box(Vector3 pos, float width, float height, float length) method Box (line 59) | public Box(MotionState motionState, float width, float height, float l... method Box (line 74) | public Box(MotionState motionState, float width, float height, float l... FILE: BEPUphysics/Entities/Prefabs/Capsule.cs class Capsule (line 12) | public class Capsule : Entity> method Capsule (line 44) | private Capsule(float len, float rad) method Capsule (line 49) | private Capsule(float len, float rad, float mass) method GetCapsuleInformation (line 63) | public static void GetCapsuleInformation(ref Vector3 start, ref Vector... method Capsule (line 83) | public Capsule(Vector3 start, Vector3 end, float radius) method Capsule (line 104) | public Capsule(Vector3 start, Vector3 end, float radius, float mass) method Capsule (line 124) | public Capsule(Vector3 position, float length, float radius, float mass) method Capsule (line 136) | public Capsule(Vector3 position, float length, float radius) method Capsule (line 149) | public Capsule(MotionState motionState, float length, float radius, fl... method Capsule (line 161) | public Capsule(MotionState motionState, float length, float radius) FILE: BEPUphysics/Entities/Prefabs/CompoundBody.cs class CompoundBody (line 15) | public class CompoundBody : Entity method CompoundBody (line 34) | public CompoundBody(IList bodies) method CompoundBody (line 49) | public CompoundBody(IList bodies, float mass) method CompoundBody (line 62) | public CompoundBody(IList children) method CompoundBody (line 76) | public CompoundBody(IList children, float mass) FILE: BEPUphysics/Entities/Prefabs/Cone.cs class Cone (line 11) | public class Cone : Entity> method Cone (line 44) | private Cone(float high, float rad) method Cone (line 49) | private Cone(float high, float rad, float mass) method Cone (line 63) | public Cone(Vector3 position, float height, float radius, float mass) method Cone (line 75) | public Cone(Vector3 position, float height, float radius) method Cone (line 88) | public Cone(MotionState motionState, float height, float radius, float... method Cone (line 100) | public Cone(MotionState motionState, float height, float radius) FILE: BEPUphysics/Entities/Prefabs/ConvexHull.cs class ConvexHull (line 14) | public class ConvexHull : Entity> method ConvexHull (line 32) | public ConvexHull(IList points) method ConvexHull (line 46) | public ConvexHull(IList points, float mass) method ConvexHull (line 60) | public ConvexHull(Vector3 position, IList points, float mass) method ConvexHull (line 72) | public ConvexHull(Vector3 position, IList points) method ConvexHull (line 84) | public ConvexHull(MotionState motionState, IList points, floa... method ConvexHull (line 96) | public ConvexHull(MotionState motionState, IList points) FILE: BEPUphysics/Entities/Prefabs/Cylinder.cs class Cylinder (line 11) | public class Cylinder : Entity> method Cylinder (line 44) | private Cylinder(float high, float rad, float mass) method Cylinder (line 49) | private Cylinder(float high, float rad) method Cylinder (line 61) | public Cylinder(Vector3 position, float height, float radius, float mass) method Cylinder (line 73) | public Cylinder(Vector3 position, float height, float radius) method Cylinder (line 86) | public Cylinder(MotionState motionState, float height, float radius, f... method Cylinder (line 98) | public Cylinder(MotionState motionState, float height, float radius) FILE: BEPUphysics/Entities/Prefabs/MinkowskiSum.cs class MinkowskiSum (line 12) | public class MinkowskiSum : Entity> method MinkowskiSum (line 24) | private MinkowskiSum(OrientedConvexShapeEntry a, OrientedConvexShapeEn... method MinkowskiSum (line 30) | private MinkowskiSum(OrientedConvexShapeEntry a, OrientedConvexShapeEn... method MinkowskiSum (line 43) | public MinkowskiSum(Vector3 position, OrientedConvexShapeEntry a, Orie... method MinkowskiSum (line 55) | public MinkowskiSum(Vector3 position, OrientedConvexShapeEntry a, Orie... method MinkowskiSum (line 68) | public MinkowskiSum(MotionState motionState, OrientedConvexShapeEntry ... method MinkowskiSum (line 80) | public MinkowskiSum(MotionState motionState, OrientedConvexShapeEntry ... method MinkowskiSum (line 92) | public MinkowskiSum(MotionState motionState, IList method MobileMesh (line 26) | public MobileMesh(Vector3[] vertices, uint[] indices, AffineTransform ... method MobileMesh (line 44) | public MobileMesh(Vector3[] vertices, uint[] indices, AffineTransform... FILE: BEPUphysics/Entities/Prefabs/Sphere.cs class Sphere (line 11) | public class Sphere : Entity> method Sphere (line 28) | private Sphere(float radius) method Sphere (line 33) | private Sphere(float radius, float mass) method Sphere (line 46) | public Sphere(Vector3 position, float radius, float mass) method Sphere (line 57) | public Sphere(Vector3 position, float radius) method Sphere (line 69) | public Sphere(MotionState motionState, float radius, float mass) method Sphere (line 80) | public Sphere(MotionState motionState, float radius) FILE: BEPUphysics/Entities/Prefabs/TransformableEntity.cs class TransformableEntity (line 12) | public class TransformableEntity : Entity> method Triangle (line 123) | public Triangle(Vector3 v1, Vector3 v2, Vector3 v3, float mass) method Triangle (line 137) | public Triangle(Vector3 v1, Vector3 v2, Vector3 v3) method Triangle (line 153) | public Triangle(Vector3 pos, Vector3 v1, Vector3 v2, Vector3 v3, float... method Triangle (line 166) | public Triangle(Vector3 pos, Vector3 v1, Vector3 v2, Vector3 v3) method Triangle (line 180) | public Triangle(MotionState motionState, Vector3 v1, Vector3 v2, Vecto... method Triangle (line 193) | public Triangle(MotionState motionState, Vector3 v1, Vector3 v2, Vecto... FILE: BEPUphysics/Entities/Prefabs/WrappedBody.cs class WrappedBody (line 14) | public class WrappedBody : Entity> method WrappedBody (line 28) | private WrappedBody(IList subShapes, float mass) method WrappedBody (line 37) | private WrappedBody(IList subShapes) method WrappedBody (line 51) | public WrappedBody(Vector3 position, IList subBodies... method WrappedBody (line 62) | public WrappedBody(Vector3 position, IList subBodies) method WrappedBody (line 74) | public WrappedBody(MotionState motionState, IList su... method WrappedBody (line 85) | public WrappedBody(MotionState motionState, IList su... FILE: BEPUphysics/EntityStateManagement/BufferedStatesAccessor.cs class BufferedStatesAccessor (line 12) | public class BufferedStatesAccessor method BufferedStatesAccessor (line 23) | public BufferedStatesAccessor(EntityBufferedStates bufferedStates) method IsReadBufferAccessible (line 28) | bool IsReadBufferAccessible() method IsWriteBufferAccessible (line 33) | bool IsWriteBufferAccessible() FILE: BEPUphysics/EntityStateManagement/BufferedStatesManager.cs class BufferedStatesManager (line 14) | public class BufferedStatesManager method BufferedStatesManager (line 69) | public BufferedStatesManager() method BufferedStatesManager (line 80) | public BufferedStatesManager(IThreadManager threadManager) method Add (line 92) | public void Add(Entity e) method Remove (line 120) | public void Remove(Entity e) FILE: BEPUphysics/EntityStateManagement/EntityBufferedStates.cs class EntityBufferedStates (line 8) | public class EntityBufferedStates method EntityBufferedStates (line 37) | public EntityBufferedStates(Entity entity) FILE: BEPUphysics/EntityStateManagement/EntityStateReadBuffers.cs class StateReadBuffers (line 11) | public class StateReadBuffers : MultithreadedProcessingStage method Enable (line 40) | internal void Enable() method Disable (line 61) | internal void Disable() method StateReadBuffers (line 85) | public StateReadBuffers(BufferedStatesManager manager) method StateReadBuffers (line 97) | public StateReadBuffers(BufferedStatesManager manager, IThreadManager ... method MultithreadedStateUpdate (line 108) | void MultithreadedStateUpdate(int i) method UpdateMultithreaded (line 118) | protected override void UpdateMultithreaded() method UpdateSingleThreaded (line 124) | protected override void UpdateSingleThreaded() method Add (line 137) | internal void Add(Entity e) method Remove (line 160) | internal void Remove(int index, int endIndex) method FlipBuffers (line 170) | public void FlipBuffers() method GetState (line 186) | public MotionState GetState(int motionStateIndex) method GetStates (line 196) | public void GetStates(MotionState[] states) FILE: BEPUphysics/EntityStateManagement/EntityStateWriteBuffer.cs class EntityStateWriteBuffer (line 13) | public class EntityStateWriteBuffer : ProcessingStage type TargetField (line 15) | internal enum TargetField : byte type EntityStateChange (line 27) | [StructLayout(LayoutKind.Explicit)] type EntityStateChange (line 40) | internal struct EntityStateChange method EntityStateWriteBuffer (line 54) | public EntityStateWriteBuffer() method EnqueuePosition (line 64) | public void EnqueuePosition(Entity entity, ref Vector3 newPosition) method EnqueueOrientation (line 73) | public void EnqueueOrientation(Entity entity, ref Quaternion newOrient... method EnqueueLinearVelocity (line 82) | public void EnqueueLinearVelocity(Entity entity, ref Vector3 newLinear... method EnqueueAngularVelocity (line 91) | public void EnqueueAngularVelocity(Entity entity, ref Vector3 newAngul... method UpdateStage (line 97) | protected override void UpdateStage() FILE: BEPUphysics/EntityStateManagement/InterpolatedStatesAccessor.cs class InterpolatedStatesAccessor (line 11) | public class InterpolatedStatesAccessor method InterpolatedStatesAccessor (line 18) | public InterpolatedStatesAccessor(EntityBufferedStates bufferedStates) method IsBufferAccessible (line 23) | bool IsBufferAccessible() FILE: BEPUphysics/EntityStateManagement/InterpolatedStatesManager.cs class InterpolatedStatesManager (line 15) | public class InterpolatedStatesManager : MultithreadedProcessingStage method Enable (line 44) | internal void Enable() method Disable (line 63) | internal void Disable() method InterpolatedStatesManager (line 87) | public InterpolatedStatesManager(BufferedStatesManager manager) method InterpolatedStatesManager (line 99) | public InterpolatedStatesManager(BufferedStatesManager manager, IThrea... method UpdateIndex (line 131) | void UpdateIndex(int i) method UpdateMultithreaded (line 144) | protected override void UpdateMultithreaded() method UpdateSingleThreaded (line 150) | protected override void UpdateSingleThreaded() method FlipBuffers (line 162) | public void FlipBuffers() method GetState (line 178) | public RigidTransform GetState(int motionStateIndex) method GetStates (line 188) | public void GetStates(RigidTransform[] states) method Add (line 200) | internal void Add(Entity e) method Remove (line 222) | internal void Remove(int index, int endIndex) FILE: BEPUphysics/EntityStateManagement/MotionState.cs type MotionState (line 9) | public struct MotionState : IEquatable method Equals (line 54) | public bool Equals(MotionState other) FILE: BEPUphysics/ISpace.cs type ISpace (line 15) | public interface ISpace method Add (line 21) | void Add(ISpaceObject spaceObject); method Remove (line 26) | void Remove(ISpaceObject spaceObject); method Update (line 31) | void Update(); method Update (line 37) | void Update(float dt); method RayCast (line 50) | bool RayCast(Ray ray, out RayCastResult result); method RayCast (line 59) | bool RayCast(Ray ray, Func filter, out RayCastR... method RayCast (line 68) | bool RayCast(Ray ray, float maximumLength, out RayCastResult result); method RayCast (line 78) | bool RayCast(Ray ray, float maximumLength, Func... method RayCast (line 87) | bool RayCast(Ray ray, float maximumLength, IList output... method RayCast (line 97) | bool RayCast(Ray ray, float maximumLength, Func... FILE: BEPUphysics/ISpaceObject.cs type ISpaceObject (line 6) | public interface ISpaceObject method OnAdditionToSpace (line 16) | void OnAdditionToSpace(ISpace newSpace); method OnRemovalFromSpace (line 21) | void OnRemovalFromSpace(ISpace oldSpace); FILE: BEPUphysics/Materials/IMaterialOwner.cs type IMaterialOwner (line 6) | public interface IMaterialOwner FILE: BEPUphysics/Materials/InteractionProperties.cs type InteractionProperties (line 6) | public struct InteractionProperties FILE: BEPUphysics/Materials/Material.cs class Material (line 8) | public class Material method Material (line 76) | public Material() method Material (line 87) | public Material(float staticFriction, float kineticFriction, float bou... method GetHashCode (line 102) | public override int GetHashCode() FILE: BEPUphysics/Materials/MaterialManager.cs class MaterialManager (line 17) | public static class MaterialManager method MaterialManager (line 41) | static MaterialManager() method GetInteractionProperties (line 52) | public static void GetInteractionProperties(Material materialA, Materi... method DefaultMaterialBlender (line 77) | public static void DefaultMaterialBlender(Material a, Material b, out ... FILE: BEPUphysics/Materials/MaterialPair.cs type MaterialPair (line 7) | public struct MaterialPair :IEquatable method MaterialPair (line 22) | public MaterialPair(Material a, Material b) method GetHashCode (line 35) | public override int GetHashCode() method Equals (line 46) | public bool Equals(MaterialPair other) FILE: BEPUphysics/MultithreadedProcessingStage.cs class MultithreadedProcessingStage (line 9) | public abstract class MultithreadedProcessingStage method StartClock (line 58) | private void StartClock() method StopClock (line 62) | private void StopClock() method Update (line 71) | public void Update() method UpdateMultithreaded (line 94) | protected abstract void UpdateMultithreaded(); method UpdateSingleThreaded (line 95) | protected abstract void UpdateSingleThreaded(); FILE: BEPUphysics/NarrowPhaseSystems/NarrowPhase.cs type TypePair (line 21) | public struct TypePair : IEquatable method TypePair (line 40) | public TypePair(Type a, Type b) method GetHashCode (line 53) | public override int GetHashCode() method Equals (line 69) | public bool Equals(TypePair other) class NarrowPhase (line 79) | public class NarrowPhase : MultithreadedProcessingStage method NarrowPhase (line 117) | public NarrowPhase(TimeStepSettings timeStepSettings) method NarrowPhase (line 129) | public NarrowPhase(TimeStepSettings timeStepSettings, RawList : NarrowPhasePairFactory where T ... method GetNarrowPhasePair (line 16) | public abstract NarrowPhasePair GetNarrowPhasePair(); method GiveBack (line 22) | public abstract void GiveBack(NarrowPhasePair pair); method EnsureCount (line 50) | public void EnsureCount(int minimumCount) method CapCount (line 60) | public void CapCount(int maximumCount) method Clear (line 69) | public abstract void Clear(); method GetNarrowPhasePair (line 82) | public override NarrowPhasePair GetNarrowPhasePair() method GiveBack (line 95) | public override void GiveBack(NarrowPhasePair pair) method Clear (line 124) | public override void Clear() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/BoxPairHandler.cs class BoxPairHandler (line 19) | public class BoxPairHandler : ConvexConstraintPairHandler method Initialize (line 60) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 79) | public override void CleanUp() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/BoxSpherePairHandler.cs class BoxSpherePairHandler (line 20) | public class BoxSpherePairHandler : ConvexPairHandler method Initialize (line 72) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 102) | public override void CleanUp() method GetContactInformation (line 112) | protected internal override void GetContactInformation(int index, out ... FILE: BEPUphysics/NarrowPhaseSystems/Pairs/CollidablePairHandler.cs class CollidablePairHandler (line 17) | public abstract class CollidablePairHandler : NarrowPhasePair method CollidablePairHandler (line 53) | protected CollidablePairHandler() method UpdateTimeOfImpact (line 78) | public abstract void UpdateTimeOfImpact(Collidable requester, float dt); method Initialize (line 112) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method OnAddedToNarrowPhase (line 129) | protected internal override void OnAddedToNarrowPhase() method OnContactAdded (line 135) | protected virtual void OnContactAdded(Contact contact) method OnContactRemoved (line 149) | protected virtual void OnContactRemoved(Contact contact) method CleanUp (line 166) | public override void CleanUp() method UpdateMaterialProperties (line 212) | public abstract void UpdateMaterialProperties(InteractionProperties pr... method UpdateMaterialProperties (line 219) | public abstract void UpdateMaterialProperties(Material materialA, Mate... method UpdateMaterialProperties (line 225) | public void UpdateMaterialProperties() method GetContactInformation (line 231) | protected internal abstract void GetContactInformation(int index, out ... method ClearContacts (line 259) | public virtual void ClearContacts() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/CompoundConvexPairHandler.cs class CompoundConvexPairHandler (line 11) | public class CompoundConvexPairHandler : CompoundGroupPairHandler method Initialize (line 33) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 52) | public override void CleanUp() method UpdateContainedPairs (line 60) | protected override void UpdateContainedPairs() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/CompoundGroupPairHandler.cs class CompoundGroupPairHandler (line 10) | public abstract class CompoundGroupPairHandler : GroupPairHandler method Initialize (line 30) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 49) | public override void CleanUp() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/CompoundInstancedMeshPairHandler.cs class CompoundInstancedMeshPairHandler (line 9) | public class CompoundInstancedMeshPairHandler : CompoundGroupPairHandler method Initialize (line 28) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 47) | public override void CleanUp() method UpdateContainedPairs (line 58) | protected override void UpdateContainedPairs() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/CompoundMobileMeshPairHandler.cs class CompoundMobileMeshPairHandler (line 10) | public class CompoundMobileMeshPairHandler : CompoundGroupPairHandler method Initialize (line 31) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 51) | public override void CleanUp() method UpdateContainedPairs (line 63) | protected override void UpdateContainedPairs() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/CompoundPairHandler.cs class CompoundPairHandler (line 18) | public class CompoundPairHandler : CompoundGroupPairHandler method Initialize (line 39) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 54) | public override void CleanUp() method UpdateContainedPairs (line 66) | protected override void UpdateContainedPairs() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/CompoundStaticMeshPairHandler.cs class CompoundStaticMeshPairHandler (line 9) | public class CompoundStaticMeshPairHandler : CompoundGroupPairHandler method Initialize (line 29) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 49) | public override void CleanUp() method UpdateContainedPairs (line 61) | protected override void UpdateContainedPairs() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/CompoundTerrainPairHandler.cs class CompoundTerrainPairHandler (line 9) | public class CompoundTerrainPairHandler : CompoundGroupPairHandler method Initialize (line 28) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 48) | public override void CleanUp() method UpdateContainedPairs (line 61) | protected override void UpdateContainedPairs() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/ContactCollection.cs class ContactCollection (line 9) | public class ContactCollection : IList type Enumerator (line 15) | public struct Enumerator : IEnumerator method Enumerator (line 21) | internal Enumerator(ContactCollection contactCollection) method Dispose (line 44) | public void Dispose() method MoveNext (line 60) | public bool MoveNext() method Reset (line 69) | public void Reset() method ContactCollection (line 78) | internal ContactCollection(CollidablePairHandler pair) method GetEnumerator (line 118) | IEnumerator IEnumerable.GetEnu... method GetEnumerator (line 123) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method GetEnumerator (line 132) | public Enumerator GetEnumerator() method Contains (line 144) | public bool Contains(ContactInformation item) method CopyTo (line 159) | public void CopyTo(ContactInformation[] array, int arrayIndex) method IndexOf (line 175) | public int IndexOf(ContactInformation item) method Remove (line 191) | bool ICollection.Remove(ContactInformation item) method Add (line 196) | void ICollection.Add(ContactInformation item) method Clear (line 201) | void ICollection.Clear() method Insert (line 206) | void IList.Insert(int index, ContactInformation item) method RemoveAt (line 211) | void IList.RemoveAt(int index) FILE: BEPUphysics/NarrowPhaseSystems/Pairs/ContactInformation.cs type ContactInformation (line 10) | public struct ContactInformation : IEquatable method ToString (line 41) | public override string ToString() method Equals (line 47) | public bool Equals(ContactInformation other) FILE: BEPUphysics/NarrowPhaseSystems/Pairs/ConvexConstraintPairHandler.cs class ConvexConstraintPairHandler (line 19) | public abstract class ConvexConstraintPairHandler : ConvexPairHandler method GetContactInformation (line 40) | protected internal override void GetContactInformation(int index, out ... FILE: BEPUphysics/NarrowPhaseSystems/Pairs/ConvexPairHandler.cs class ConvexPairHandler (line 20) | public abstract class ConvexPairHandler : StandardPairHandler method Initialize (line 23) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method UpdateTimeOfImpact (line 37) | public override void UpdateTimeOfImpact(Collidable requester, float dt) FILE: BEPUphysics/NarrowPhaseSystems/Pairs/DetectorVolumeCompoundPairHandler.cs class DetectorVolumeCompoundPairHandler (line 10) | public class DetectorVolumeCompoundPairHandler : DetectorVolumeGroupPair... method Initialize (line 27) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 47) | public override void CleanUp() method UpdateContainedPairs (line 59) | protected override void UpdateContainedPairs() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/DetectorVolumeConvexPairHandler.cs class DetectorVolumeConvexPairHandler (line 15) | public class DetectorVolumeConvexPairHandler : DetectorVolumePairHandler method Initialize (line 29) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 42) | public override void CleanUp() method UpdateCollision (line 59) | public override void UpdateCollision(float dt) FILE: BEPUphysics/NarrowPhaseSystems/Pairs/DetectorVolumeGroupPairHandler.cs class DetectorVolumeGroupPairHandler (line 16) | public abstract class DetectorVolumeGroupPairHandler : DetectorVolumePai... method OnAddedToNarrowPhase (line 33) | protected internal override void OnAddedToNarrowPhase() method CleanUp (line 42) | public override void CleanUp() method TryToAdd (line 54) | protected void TryToAdd(EntityCollidable collidable) method UpdateContainedPairs (line 76) | protected abstract void UpdateContainedPairs(); method UpdateCollision (line 78) | public override void UpdateCollision(float dt) FILE: BEPUphysics/NarrowPhaseSystems/Pairs/DetectorVolumeMobileMeshPairHandler.cs class DetectorVolumeMobileMeshPairHandler (line 15) | public class DetectorVolumeMobileMeshPairHandler : DetectorVolumePairHan... method OnAddedToNarrowPhase (line 33) | protected internal override void OnAddedToNarrowPhase() method Initialize (line 39) | public override void Initialize(BroadPhaseEntries.BroadPhaseEntry entr... method CleanUp (line 54) | public override void CleanUp() method UpdateCollision (line 68) | public override void UpdateCollision(float dt) FILE: BEPUphysics/NarrowPhaseSystems/Pairs/DetectorVolumePairHandler.cs class DetectorVolumePairHandler (line 12) | public abstract class DetectorVolumePairHandler : NarrowPhasePair method Initialize (line 73) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method OnAddedToNarrowPhase (line 90) | protected internal override void OnAddedToNarrowPhase() method CleanUp (line 99) | public override void CleanUp() method NotifyDetectorVolumeOfChanges (line 132) | protected void NotifyDetectorVolumeOfChanges() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/GeneralConvexPairHandler.cs class GeneralConvexPairHandler (line 18) | public class GeneralConvexPairHandler : ConvexConstraintPairHandler method Initialize (line 55) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 75) | public override void CleanUp() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/GroupPairHandler.cs class GroupPairHandler (line 16) | public abstract class GroupPairHandler : CollidablePairHandler, IPairHan... method GroupPairHandler (line 41) | protected GroupPairHandler() method UpdateMaterialProperties (line 54) | public override void UpdateMaterialProperties(Material a, Material b) method UpdateMaterialProperties (line 66) | public override void UpdateMaterialProperties(InteractionProperties pr... method Initialize (line 79) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 92) | public override void CleanUp() method TryToAdd (line 114) | protected void TryToAdd(Collidable a, Collidable b) method TryToAdd (line 119) | protected void TryToAdd(Collidable a, Collidable b, Material materialA) method TryToAdd (line 124) | protected void TryToAdd(Collidable a, Collidable b, Material materialA... method UpdateContainedPairs (line 148) | protected abstract void UpdateContainedPairs(); method UpdateContacts (line 155) | protected virtual void UpdateContacts(float dt) method UpdateCollision (line 190) | public override void UpdateCollision(float dt) method UpdateTimeOfImpact (line 236) | public override void UpdateTimeOfImpact(Collidable requester, float dt) method GetContactInformation (line 253) | protected internal override void GetContactInformation(int index, out ... method AddSolverUpdateable (line 270) | void IPairHandlerParent.AddSolverUpdateable(EntitySolverUpdateable add... method RemoveSolverUpdateable (line 285) | void IPairHandlerParent.RemoveSolverUpdateable(EntitySolverUpdateable ... method OnContactAdded (line 303) | void IPairHandlerParent.OnContactAdded(Contact contact) method OnContactRemoved (line 309) | void IPairHandlerParent.OnContactRemoved(Contact contact) method ClearContacts (line 330) | public override void ClearContacts() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/IDetectorVolumePairHandlerParent.cs type IDetectorVolumePairHandlerParent (line 6) | public interface IDetectorVolumePairHandlerParent FILE: BEPUphysics/NarrowPhaseSystems/Pairs/IPairHandlerParent.cs type IPairHandlerParent (line 9) | public interface IPairHandlerParent method OnContactAdded (line 15) | void OnContactAdded(Contact contact); method OnContactRemoved (line 21) | void OnContactRemoved(Contact contact); method AddSolverUpdateable (line 27) | void AddSolverUpdateable(EntitySolverUpdateable addedItem); method RemoveSolverUpdateable (line 34) | void RemoveSolverUpdateable(EntitySolverUpdateable removedItem); FILE: BEPUphysics/NarrowPhaseSystems/Pairs/InstancedMeshConvexPairHandler.cs class InstancedMeshConvexPairHandler (line 8) | public class InstancedMeshConvexPairHandler : InstancedMeshPairHandler FILE: BEPUphysics/NarrowPhaseSystems/Pairs/InstancedMeshPairHandler.cs class InstancedMeshPairHandler (line 19) | public abstract class InstancedMeshPairHandler : StandardPairHandler method Initialize (line 63) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 97) | public override void CleanUp() method UpdateTimeOfImpact (line 112) | public override void UpdateTimeOfImpact(Collidable requester, float dt) method GetContactInformation (line 183) | protected internal override void GetContactInformation(int index, out ... FILE: BEPUphysics/NarrowPhaseSystems/Pairs/InstancedMeshSpherePairHandler.cs class InstancedMeshSpherePairHandler (line 8) | public class InstancedMeshSpherePairHandler : InstancedMeshPairHandler FILE: BEPUphysics/NarrowPhaseSystems/Pairs/MeshGroupPairHandler.cs type TriangleEntry (line 17) | public struct TriangleEntry : IEquatable method GetHashCode (line 32) | public override int GetHashCode() method Equals (line 43) | public bool Equals(TriangleEntry other) class MeshGroupPairHandler (line 53) | public abstract class MeshGroupPairHandler : CollidablePairHandler, IPai... method MeshGroupPairHandler (line 85) | protected MeshGroupPairHandler() method UpdateMaterialProperties (line 98) | public override void UpdateMaterialProperties(Material a, Material b) method UpdateMaterialProperties (line 111) | public override void UpdateMaterialProperties(InteractionProperties pr... method Initialize (line 124) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 137) | public override void CleanUp() method TryToAdd (line 157) | protected void TryToAdd(int index) method GetOpposingCollidable (line 181) | protected abstract TriangleCollidable GetOpposingCollidable(int index); method ConfigureCollidable (line 188) | protected abstract void ConfigureCollidable(TriangleEntry entry, float... method CleanUpCollidable (line 194) | protected virtual void CleanUpCollidable(TriangleCollidable collidable) method UpdateContainedPairs (line 199) | protected abstract void UpdateContainedPairs(float dt); method UpdateContacts (line 206) | protected virtual void UpdateContacts(float dt) method UpdateCollision (line 246) | public override void UpdateCollision(float dt) method UpdateTimeOfImpact (line 292) | public override void UpdateTimeOfImpact(Collidable requester, float dt) method GetContactInformation (line 309) | protected internal override void GetContactInformation(int index, out ... method AddSolverUpdateable (line 326) | void IPairHandlerParent.AddSolverUpdateable(EntitySolverUpdateable add... method RemoveSolverUpdateable (line 341) | void IPairHandlerParent.RemoveSolverUpdateable(EntitySolverUpdateable ... method OnContactAdded (line 360) | void IPairHandlerParent.OnContactAdded(Contact contact) method OnContactRemoved (line 366) | void IPairHandlerParent.OnContactRemoved(Contact contact) method ClearContacts (line 387) | public override void ClearContacts() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/MobileMeshConvexPairHandler.cs class MobileMeshConvexPairHandler (line 8) | public class MobileMeshConvexPairHandler : MobileMeshPairHandler FILE: BEPUphysics/NarrowPhaseSystems/Pairs/MobileMeshInstancedMeshPairHandler.cs class MobileMeshInstancedMeshPairHandler (line 13) | public class MobileMeshInstancedMeshPairHandler : MobileMeshMeshPairHandler method GetOpposingCollidable (line 32) | protected override TriangleCollidable GetOpposingCollidable(int index) method ConfigureCollidable (line 61) | protected override void ConfigureCollidable(TriangleEntry entry, float... method Initialize (line 71) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 94) | public override void CleanUp() method UpdateContainedPairs (line 106) | protected override void UpdateContainedPairs(float dt) FILE: BEPUphysics/NarrowPhaseSystems/Pairs/MobileMeshMeshPairHandler.cs class MobileMeshMeshPairHandler (line 10) | public abstract class MobileMeshMeshPairHandler : MeshGroupPairHandler method Initialize (line 33) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 52) | public override void CleanUp() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/MobileMeshMobileMeshPairHandler.cs class MobileMeshMobileMeshPairHandler (line 12) | public class MobileMeshMobileMeshPairHandler : MobileMeshMeshPairHandler method GetOpposingCollidable (line 31) | protected override TriangleCollidable GetOpposingCollidable(int index) method CleanUpCollidable (line 41) | protected override void CleanUpCollidable(TriangleCollidable collidable) method ConfigureCollidable (line 47) | protected override void ConfigureCollidable(TriangleEntry entry, float... method Initialize (line 76) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 91) | public override void CleanUp() method UpdateContainedPairs (line 103) | protected override void UpdateContainedPairs(float dt) FILE: BEPUphysics/NarrowPhaseSystems/Pairs/MobileMeshPairHandler.cs class MobileMeshPairHandler (line 19) | public abstract class MobileMeshPairHandler : StandardPairHandler method Initialize (line 65) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 98) | public override void CleanUp() method UpdateTimeOfImpact (line 116) | public override void UpdateTimeOfImpact(Collidable requester, float dt) method GetContactInformation (line 225) | protected internal override void GetContactInformation(int index, out ... FILE: BEPUphysics/NarrowPhaseSystems/Pairs/MobileMeshSpherePairHandler.cs class MobileMeshSpherePairHandler (line 8) | public class MobileMeshSpherePairHandler : MobileMeshPairHandler FILE: BEPUphysics/NarrowPhaseSystems/Pairs/MobileMeshStaticMeshPairHandler.cs class MobileMeshStaticMeshPairHandler (line 12) | public class MobileMeshStaticMeshPairHandler : MobileMeshMeshPairHandler method GetOpposingCollidable (line 31) | protected override TriangleCollidable GetOpposingCollidable(int index) method ConfigureCollidable (line 53) | protected override void ConfigureCollidable(TriangleEntry entry, float... method Initialize (line 63) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 87) | public override void CleanUp() method UpdateContainedPairs (line 99) | protected override void UpdateContainedPairs(float dt) FILE: BEPUphysics/NarrowPhaseSystems/Pairs/MobileMeshTerrainPairHandler.cs class MobileMeshTerrainPairHandler (line 13) | public class MobileMeshTerrainPairHandler : MobileMeshMeshPairHandler method GetOpposingCollidable (line 32) | protected override TriangleCollidable GetOpposingCollidable(int index) method ConfigureCollidable (line 71) | protected override void ConfigureCollidable(TriangleEntry entry, float... method Initialize (line 81) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 104) | public override void CleanUp() method UpdateContainedPairs (line 116) | protected override void UpdateContainedPairs(float dt) FILE: BEPUphysics/NarrowPhaseSystems/Pairs/MobileMeshTrianglePairHandler.cs class MobileMeshTrianglePairHandler (line 8) | public class MobileMeshTrianglePairHandler : MobileMeshPairHandler FILE: BEPUphysics/NarrowPhaseSystems/Pairs/NarrowPhasePair.cs class NarrowPhasePair (line 10) | public abstract class NarrowPhasePair method UpdateCollision (line 17) | public abstract void UpdateCollision(float dt); method Initialize (line 72) | public abstract void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method OnAddedToNarrowPhase (line 76) | protected internal abstract void OnAddedToNarrowPhase(); method CleanUp (line 80) | public abstract void CleanUp(); FILE: BEPUphysics/NarrowPhaseSystems/Pairs/SpherePairHandler.cs class SpherePairHandler (line 20) | public class SpherePairHandler : ConvexPairHandler method Initialize (line 67) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 87) | public override void CleanUp() method GetContactInformation (line 100) | protected internal override void GetContactInformation(int index, out ... FILE: BEPUphysics/NarrowPhaseSystems/Pairs/StandardPairHandler.cs class StandardPairHandler (line 12) | public abstract class StandardPairHandler : CollidablePairHandler method StandardPairHandler (line 27) | protected StandardPairHandler() method OnContactAdded (line 34) | protected override void OnContactAdded(Contact contact) method OnContactRemoved (line 41) | protected override void OnContactRemoved(Contact contact) method Initialize (line 55) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method UpdateMaterialProperties (line 71) | public override void UpdateMaterialProperties(Material a, Material b) method UpdateMaterialProperties (line 82) | public override void UpdateMaterialProperties(InteractionProperties pr... method CleanUp (line 93) | public override void CleanUp() method UpdateCollision (line 135) | public override void UpdateCollision(float dt) method ClearContacts (line 210) | public override void ClearContacts() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/StaticGroupCompoundPairHandler.cs class StaticGroupCompoundPairHandler (line 12) | public class StaticGroupCompoundPairHandler : StaticGroupPairHandler method Initialize (line 33) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 52) | public override void CleanUp() method UpdateContainedPairs (line 64) | protected override void UpdateContainedPairs() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/StaticGroupConvexPairHandler.cs class StaticGroupConvexPairHandler (line 10) | public class StaticGroupConvexPairHandler : StaticGroupPairHandler method Initialize (line 32) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 51) | public override void CleanUp() method UpdateContainedPairs (line 59) | protected override void UpdateContainedPairs() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/StaticGroupMobileMeshPairHandler.cs class StaticGroupMobileMeshPairHandler (line 10) | public class StaticGroupMobileMeshPairHandler : StaticGroupPairHandler method Initialize (line 31) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 51) | public override void CleanUp() method UpdateContainedPairs (line 63) | protected override void UpdateContainedPairs() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/StaticGroupPairHandler.cs class StaticGroupPairHandler (line 9) | public abstract class StaticGroupPairHandler : GroupPairHandler method Initialize (line 29) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 48) | public override void CleanUp() FILE: BEPUphysics/NarrowPhaseSystems/Pairs/StaticMeshConvexPairHandler.cs class StaticMeshConvexPairHandler (line 8) | public class StaticMeshConvexPairHandler : StaticMeshPairHandler FILE: BEPUphysics/NarrowPhaseSystems/Pairs/StaticMeshPairHandler.cs class StaticMeshPairHandler (line 17) | public abstract class StaticMeshPairHandler : StandardPairHandler method Initialize (line 63) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 95) | public override void CleanUp() method UpdateTimeOfImpact (line 110) | public override void UpdateTimeOfImpact(Collidable requester, float dt) method GetContactInformation (line 176) | protected internal override void GetContactInformation(int index, out ... FILE: BEPUphysics/NarrowPhaseSystems/Pairs/StaticMeshSpherePairHandler.cs class StaticMeshSpherePairHandler (line 8) | public class StaticMeshSpherePairHandler : StaticMeshPairHandler FILE: BEPUphysics/NarrowPhaseSystems/Pairs/TerrainConvexPairHandler.cs class TerrainConvexPairHandler (line 8) | public sealed class TerrainConvexPairHandler : TerrainPairHandler FILE: BEPUphysics/NarrowPhaseSystems/Pairs/TerrainPairHandler.cs class TerrainPairHandler (line 17) | public abstract class TerrainPairHandler : StandardPairHandler method Initialize (line 67) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 99) | public override void CleanUp() method UpdateTimeOfImpact (line 114) | public override void UpdateTimeOfImpact(Collidable requester, float dt) method GetContactInformation (line 180) | protected internal override void GetContactInformation(int index, out ... FILE: BEPUphysics/NarrowPhaseSystems/Pairs/TerrainSpherePairHandler.cs class TerrainSpherePairHandler (line 8) | public sealed class TerrainSpherePairHandler : TerrainPairHandler FILE: BEPUphysics/NarrowPhaseSystems/Pairs/TriangleConvexPairHandler.cs class TriangleConvexPairHandler (line 20) | public class TriangleConvexPairHandler : ConvexConstraintPairHandler method Initialize (line 59) | public override void Initialize(BroadPhaseEntry entryA, BroadPhaseEntr... method CleanUp (line 85) | public override void CleanUp() method UpdateTimeOfImpact (line 102) | public override void UpdateTimeOfImpact(Collidable requester, float dt) FILE: BEPUphysics/OtherSpaceStages/BoundingBoxUpdater.cs class BoundingBoxUpdater (line 14) | public class BoundingBoxUpdater : MultithreadedProcessingStage method BoundingBoxUpdater (line 28) | public BoundingBoxUpdater(TimeStepSettings timeStepSettings) method BoundingBoxUpdater (line 39) | public BoundingBoxUpdater(TimeStepSettings timeStepSettings, IThreadMa... method LoopBody (line 47) | void LoopBody(int i) method Add (line 62) | public void Add(MobileCollidable entry) method Remove (line 71) | public void Remove(MobileCollidable entry) method UpdateMultithreaded (line 75) | protected override void UpdateMultithreaded() method UpdateSingleThreaded (line 80) | protected override void UpdateSingleThreaded() FILE: BEPUphysics/OtherSpaceStages/DeferredEventDispatcher.cs class DeferredEventDispatcher (line 9) | public class DeferredEventDispatcher : ProcessingStage method DeferredEventDispatcher (line 16) | public DeferredEventDispatcher() method AddEventCreator (line 26) | public void AddEventCreator(IDeferredEventCreator creator) method RemoveEventCreator (line 45) | public void RemoveEventCreator(IDeferredEventCreator creator) method CreatorActivityChanged (line 62) | public void CreatorActivityChanged(IDeferredEventCreator creator) method UpdateStage (line 77) | protected override void UpdateStage() FILE: BEPUphysics/OtherSpaceStages/ForceUpdater.cs class ForceUpdater (line 12) | public class ForceUpdater : MultithreadedProcessingStage method ForceUpdater (line 55) | public ForceUpdater(TimeStepSettings timeStepSettings) method ForceUpdater (line 67) | public ForceUpdater(TimeStepSettings timeStepSettings, IThreadManager ... method UpdateObject (line 74) | void UpdateObject(int i) method UpdateMultithreaded (line 80) | protected override void UpdateMultithreaded() method UpdateSingleThreaded (line 86) | protected override void UpdateSingleThreaded() method Add (line 101) | public void Add(IForceUpdateable forceUpdateable) method Remove (line 117) | public void Remove(IForceUpdateable forceUpdateable) method ForceUpdateableBecomingDynamic (line 133) | public void ForceUpdateableBecomingDynamic(IForceUpdateable updateable) method ForceUpdateableBecomingKinematic (line 147) | public void ForceUpdateableBecomingKinematic(IForceUpdateable updateable) FILE: BEPUphysics/OtherSpaceStages/IDeferredEventCreator.cs type IDeferredEventCreator (line 6) | public interface IDeferredEventCreator method DispatchEvents (line 22) | void DispatchEvents(); FILE: BEPUphysics/OtherSpaceStages/IDeferredEventCreatorOwner.cs type IDeferredEventCreatorOwner (line 6) | public interface IDeferredEventCreatorOwner FILE: BEPUphysics/OtherSpaceStages/IForceUpdateable.cs type IForceUpdateable (line 6) | public interface IForceUpdateable method UpdateForForces (line 12) | void UpdateForForces(float dt); FILE: BEPUphysics/OtherSpaceStages/SpaceObjectBuffer.cs class SpaceObjectBuffer (line 11) | public class SpaceObjectBuffer : ProcessingStage type SpaceObjectChange (line 14) | private struct SpaceObjectChange method SpaceObjectChange (line 20) | public SpaceObjectChange(ISpaceObject spaceObject, bool shouldAdd) method SpaceObjectBuffer (line 41) | public SpaceObjectBuffer(ISpace space) method Add (line 52) | public void Add(ISpaceObject spaceObject) method Remove (line 62) | public void Remove(ISpaceObject spaceObject) method UpdateStage (line 68) | protected override void UpdateStage() FILE: BEPUphysics/Paths/CardinalSpline3D.cs class CardinalSpline3D (line 9) | public class CardinalSpline3D : HermiteCurve3D method GetCurveIndexBoundsInformation (line 30) | public override void GetCurveIndexBoundsInformation(out int minIndex, ... method ComputeTangents (line 44) | protected override void ComputeTangents() FILE: BEPUphysics/Paths/ConstantAngularSpeedCurve.cs class ConstantAngularSpeedCurve (line 9) | public class ConstantAngularSpeedCurve : ConstantSpeedCurve method ConstantAngularSpeedCurve (line 16) | public ConstantAngularSpeedCurve(float speed, Curve curve) method ConstantAngularSpeedCurve (line 28) | public ConstantAngularSpeedCurve(float speed, Curve curve,... method GetDistance (line 33) | protected override float GetDistance(Quaternion start, Quaternion end) FILE: BEPUphysics/Paths/ConstantLinearSpeedCurve.cs class ConstantLinearSpeedCurve (line 8) | public class ConstantLinearSpeedCurve : ConstantSpeedCurve method ConstantLinearSpeedCurve (line 15) | public ConstantLinearSpeedCurve(float speed, Curve curve) method ConstantLinearSpeedCurve (line 27) | public ConstantLinearSpeedCurve(float speed, Curve curve, int... method GetDistance (line 32) | protected override float GetDistance(Vector3 start, Vector3 end) FILE: BEPUphysics/Paths/ConstantSpeedCurve.cs class ConstantSpeedCurve (line 7) | public abstract class ConstantSpeedCurve : SpeedControlledCurve<... method ConstantSpeedCurve (line 14) | protected ConstantSpeedCurve(float speed, Curve curve) method ConstantSpeedCurve (line 28) | protected ConstantSpeedCurve(float speed, Curve curve, int sam... method GetSpeedAtCurveTime (line 45) | public override float GetSpeedAtCurveTime(double time) FILE: BEPUphysics/Paths/Curve.cs class Curve (line 10) | public abstract class Curve : Path method Curve (line 15) | protected Curve() method ModifyTime (line 45) | public static double ModifyTime(double time, double intervalBegin, dou... method Evaluate (line 97) | public abstract void Evaluate(int controlPointIndex, float weight, out... method GetCurveIndexBoundsInformation (line 104) | public abstract void GetCurveIndexBoundsInformation(out int minIndex, ... method Evaluate (line 111) | public override void Evaluate(double time, out TValue value) method GetPathBoundsInformation (line 160) | public override void GetPathBoundsInformation(out double startingTime,... method GetCurveBoundsInformation (line 174) | public void GetCurveBoundsInformation(out double firstIndexTime, out d... method GetPreviousIndex (line 196) | public int GetPreviousIndex(double time) method InternalControlPointTimeChanged (line 220) | internal void InternalControlPointTimeChanged(CurveControlPoint : IComparable curve) method CompareTo (line 73) | public int CompareTo(CurveControlPoint other) FILE: BEPUphysics/Paths/CurveControlPointList.cs class CurveControlPointList (line 10) | public class CurveControlPointList : IEnumerable curve) method GetEnumerator (line 48) | public List>.Enumerator GetEnumerator() method GetEnumerator (line 52) | IEnumerator> IEnumerable point) method Add (line 84) | public CurveControlPoint Add(float time, TValue value) method Remove (line 95) | public void Remove(CurveControlPoint controlPoint) method RemoveAt (line 104) | public void RemoveAt(int index) FILE: BEPUphysics/Paths/CurveEndpointBehavior.cs type CurveEndpointBehavior (line 6) | public enum CurveEndpointBehavior FILE: BEPUphysics/Paths/FiniteDifferenceSpline3D.cs class FiniteDifferenceSpline3D (line 8) | public class FiniteDifferenceSpline3D : HermiteCurve3D method GetCurveIndexBoundsInformation (line 15) | public override void GetCurveIndexBoundsInformation(out int minIndex, ... method ComputeTangents (line 29) | protected override void ComputeTangents() FILE: BEPUphysics/Paths/HermiteCurve3D.cs class HermiteCurve3D (line 11) | public abstract class HermiteCurve3D : Curve method Evaluate (line 37) | public override void Evaluate(int controlPointIndex, float weight, out... method ControlPointAdded (line 49) | protected internal override void ControlPointAdded(CurveControlPoint method Evaluate (line 17) | public override void Evaluate(int controlPointIndex, float weight, out... method GetCurveIndexBoundsInformation (line 27) | public override void GetCurveIndexBoundsInformation(out int minIndex, ... method ControlPointAdded (line 41) | protected internal override void ControlPointAdded(CurveControlPoint method Evaluate (line 14) | public abstract void Evaluate(double time, out TValue value); method GetPathBoundsInformation (line 21) | public abstract void GetPathBoundsInformation(out double startingTime,... method Evaluate (line 28) | public TValue Evaluate(double time) FILE: BEPUphysics/Paths/QuaternionSlerpCurve.cs class QuaternionSlerpCurve (line 8) | public class QuaternionSlerpCurve : Curve method Evaluate (line 17) | public override void Evaluate(int controlPointIndex, float weight, out... method GetCurveIndexBoundsInformation (line 27) | public override void GetCurveIndexBoundsInformation(out int minIndex, ... method ControlPointAdded (line 41) | protected internal override void ControlPointAdded(CurveControlPoint : Path method SpeedControlledCurve (line 39) | protected SpeedControlledCurve() method SpeedControlledCurve (line 47) | protected SpeedControlledCurve(Curve curve) method SpeedControlledCurve (line 59) | protected SpeedControlledCurve(Curve curve, int samplesPerInte... method GetSpeedAtCurveTime (line 108) | public abstract float GetSpeedAtCurveTime(double time); method GetInnerTime (line 115) | public double GetInnerTime(double time) method Evaluate (line 162) | public void Evaluate(double time, out TValue value, out double innerTime) method Evaluate (line 172) | public override void Evaluate(double time, out TValue value) method GetPathBoundsInformation (line 182) | public override void GetPathBoundsInformation(out double startingTime,... method ResampleCurve (line 201) | public void ResampleCurve() method GetDistance (line 263) | protected abstract float GetDistance(TValue start, TValue end); FILE: BEPUphysics/Paths/StepCurve1D.cs class StepCurve1D (line 7) | public class StepCurve1D : Curve method Evaluate (line 15) | public override void Evaluate(int controlPointIndex, float weight, out... method GetCurveIndexBoundsInformation (line 25) | public override void GetCurveIndexBoundsInformation(out int minIndex, ... method ControlPointAdded (line 34) | protected internal override void ControlPointAdded(CurveControlPoint method VariableAngularSpeedCurve (line 19) | public VariableAngularSpeedCurve(Path speedCurve, Curve speedCurve, Curve method VariableLinearSpeedCurve (line 18) | public VariableLinearSpeedCurve(Path speedCurve, Curve... method VariableLinearSpeedCurve (line 30) | public VariableLinearSpeedCurve(Path speedCurve, Curve... method GetDistance (line 35) | protected override float GetDistance(Vector3 start, Vector3 end) FILE: BEPUphysics/Paths/VariableSpeedCurve.cs class VariableSpeedCurve (line 7) | public abstract class VariableSpeedCurve : SpeedControlledCurve<... method VariableSpeedCurve (line 14) | protected VariableSpeedCurve(Path speedCurve, Curve curve) method VariableSpeedCurve (line 28) | protected VariableSpeedCurve(Path speedCurve, Curve cur... method GetSpeedAtCurveTime (line 46) | public override float GetSpeedAtCurveTime(double time) FILE: BEPUphysics/PhysicsChecker.cs class PhysicsChecker (line 12) | public static class PhysicsChecker method Validate (line 19) | [Conditional("CHECKMATH")] method Validate (line 34) | [Conditional("CHECKMATH")] FILE: BEPUphysics/PhysicsResources.cs class PhysicsResources (line 18) | public static class PhysicsResources method PhysicsResources (line 20) | static PhysicsResources() method ResetPools (line 25) | public static void ResetPools() method GetRayCastResultList (line 54) | public static RawList GetRayCastResultList() method GiveBack (line 63) | public static void GiveBack(RawList list) method GetBroadPhaseEntryList (line 73) | public static RawList GetBroadPhaseEntryList() method GiveBack (line 82) | public static void GiveBack(RawList list) method GetCollidableList (line 92) | public static RawList GetCollidableList() method GiveBack (line 101) | public static void GiveBack(RawList list) method GetCompoundChildList (line 111) | public static RawList GetCompoundChildList() method GiveBack (line 120) | public static void GiveBack(RawList list) method GetEntityRawList (line 132) | public static RawList GetEntityRawList() method GiveBack (line 141) | public static void GiveBack(RawList list) method GetTriangle (line 154) | public static TriangleShape GetTriangle(ref Vector3 v1, ref Vector3 v2... method GetTriangle (line 167) | public static TriangleShape GetTriangle() method GiveBack (line 176) | public static void GiveBack(TriangleShape triangle) method GetTriangleCollidable (line 191) | public static TriangleCollidable GetTriangleCollidable(ref Vector3 a, ... method GetTriangleCollidable (line 208) | public static TriangleCollidable GetTriangleCollidable() method GiveBack (line 217) | public static void GiveBack(TriangleCollidable triangle) method GetTriangleIndicesList (line 227) | public static RawList filter, out R... method RayCast (line 589) | public bool RayCast(Ray ray, float maximumLength, out RayCastResult re... method RayCast (line 613) | public bool RayCast(Ray ray, float maximumLength, Func... method RayCast (line 664) | public bool RayCast(Ray ray, float maximumLength, Func initialization, object initializationInf... method EnqueueTask (line 39) | void EnqueueTask(Action taskBody, object taskInformation); method ForLoop (line 50) | void ForLoop(int startIndex, int endIndex, Action loopBody); method RemoveThread (line 55) | void RemoveThread(); method WaitForTaskCompletion (line 60) | void WaitForTaskCompletion(); FILE: BEPUphysics/Threading/Modified Pool/ParallelLoopManager.cs class ParallelLoopManager (line 11) | public class ParallelLoopManager : IDisposable method ParallelLoopManager (line 56) | public ParallelLoopManager() method AddThread (line 62) | internal void AddThread() method AddThread (line 67) | internal void AddThread(Action threadStart, object threadStart... method RemoveThread (line 72) | internal void RemoveThread() method ForLoop (line 97) | public void ForLoop(int beginIndex, int endIndex, Action loopBody) method OnWorkerFinish (line 130) | internal void OnWorkerFinish() method Dispose (line 144) | public void Dispose() FILE: BEPUphysics/Threading/Modified Pool/ParallelLoopWorker.cs class ParallelLoopWorker (line 6) | internal class ParallelLoopWorker : IDisposable method ParallelLoopWorker (line 21) | internal ParallelLoopWorker(ParallelLoopManager manager, Action initialization, object initializa... method RemoveThread (line 93) | public void RemoveThread() method EnqueueTask (line 105) | public void EnqueueTask(Action taskBody, object taskInformation) method ForLoop (line 119) | public void ForLoop(int startIndex, int endIndex, Action loopBody) method WaitForTaskCompletion (line 127) | public void WaitForTaskCompletion() method Dispose (line 135) | public void Dispose() FILE: BEPUphysics/Threading/Modified Pool/ThreadTaskManager.cs class ThreadTaskManager (line 11) | public class ThreadTaskManager : IThreadManager method ThreadTaskManager (line 33) | public ThreadTaskManager() method WaitForTaskCompletion (line 73) | public void WaitForTaskCompletion() method AddThread (line 91) | public void AddThread() method AddThread (line 101) | public void AddThread(Action initialization, object initializa... method RemoveThread (line 115) | public void RemoveThread() method EnqueueTask (line 131) | public void EnqueueTask(Action task, object taskInformation) method ForLoop (line 149) | public void ForLoop(int startIndex, int endIndex, Action loopBody) method Dispose (line 165) | public void Dispose() method EnqueueTaskSequentially (line 190) | public void EnqueueTaskSequentially(Action task, object taskIn... method DoLoopSection (line 200) | private static void DoLoopSection(object o) method RemakeLoopSections (line 211) | private void RemakeLoopSections() type TaskEntry (line 226) | private struct TaskEntry method TaskEntry (line 231) | internal TaskEntry(Action task, object info) class LoopSection (line 238) | private class LoopSection method LoopSection (line 245) | internal LoopSection(int index, int subdivisions) class WorkerThread (line 252) | private class WorkerThread : IDisposable method WorkerThread (line 264) | internal WorkerThread(int index, ThreadTaskManager manager, Action task, object taskInformation) method TrySteal (line 310) | private bool TrySteal(int victim, out TaskEntry task) method ThreadExecutionLoop (line 316) | private void ThreadExecutionLoop() method UpdateIndex (line 363) | private void UpdateIndex(int newIndex) FILE: BEPUphysics/Threading/SimpleThreadManager.cs class SimpleThreadManager (line 15) | public class SimpleThreadManager : IThreadManager method SimpleThreadManager (line 37) | public SimpleThreadManager() method WaitForTaskCompletion (line 78) | public void WaitForTaskCompletion() method AddThread (line 95) | public void AddThread() method AddThread (line 105) | public void AddThread(Action initialization, object initializa... method RemoveThread (line 119) | public void RemoveThread() method EnqueueTask (line 132) | public void EnqueueTask(Action task, object taskInformation) method ForLoop (line 151) | public void ForLoop(int startIndex, int endIndex, Action loopBody) method Dispose (line 168) | public void Dispose() method EnqueueTaskSequentially (line 190) | public void EnqueueTaskSequentially(Action task, object taskIn... method ShutDown (line 202) | public void ShutDown() method DoLoopSection (line 220) | private static void DoLoopSection(object o) method RemakeLoopSections (line 231) | private void RemakeLoopSections() class LoopSection (line 245) | private class LoopSection method LoopSection (line 252) | internal LoopSection(int index, int subdivisions) class WorkerThread (line 259) | private class WorkerThread : IDisposable method WorkerThread (line 271) | internal WorkerThread(SimpleThreadManager manager, Action th... method Dispose (line 293) | public void Dispose() method EnqueueTask (line 309) | internal void EnqueueTask(Action task, object taskInformation) method ShutDownThread (line 321) | private void ShutDownThread() method ThreadExecutionLoop (line 345) | private void ThreadExecutionLoop() FILE: BEPUphysics/Threading/ThreadManagerTPL.cs class ThreadManagerTPL (line 10) | public class ThreadManagerTPL : IThreadManager method ThreadManagerTPL (line 28) | public ThreadManagerTPL() method AddThread (line 36) | public void AddThread() method AddThread (line 46) | public void AddThread(Action initialization, object initializa... method RemoveThread (line 54) | public void RemoveThread() method EnqueueTask (line 66) | public void EnqueueTask(Action taskBody, object taskInformation) method ForLoop (line 80) | public void ForLoop(int startIndex, int endIndex, Action loopBody) method WaitForTaskCompletion (line 88) | public void WaitForTaskCompletion() method Dispose (line 100) | public void Dispose() FILE: BEPUphysics/TimeStepSettings.cs class TimeStepSettings (line 6) | public class TimeStepSettings FILE: BEPUphysics/UpdateableSystems/CombinedUpdateable.cs class CombinedUpdateable (line 9) | public abstract class CombinedUpdateable : EntitySolverUpdateable, ISpac... method CombinedUpdateable (line 13) | protected CombinedUpdateable() FILE: BEPUphysics/UpdateableSystems/FluidVolume.cs class FluidVolume (line 19) | public class FluidVolume : Updateable, IDuringForcesUpdateable, ICollisi... method FluidVolume (line 231) | public FluidVolume(Vector3 upVector, float gravity, List su... method RecalculateBoundingBox (line 250) | public void RecalculateBoundingBox() method Update (line 278) | void IDuringForcesUpdateable.Update(float dt) method AnalyzeEntry (line 307) | void AnalyzeEntry(int i) method GetBuoyancyInformation (line 363) | void GetBuoyancyInformation(EntityCollidable collidable, out float sub... method GetSamplingOrigin (line 413) | void GetSamplingOrigin(ref BoundingBox entityBoundingBox, out Vector3 ... method GetSubmergedHeight (line 481) | float GetSubmergedHeight(EntityCollidable collidable, float maxLength,... method OnAdditionToSpace (line 521) | public override void OnAdditionToSpace(ISpace newSpace) method OnRemovalFromSpace (line 529) | public override void OnRemovalFromSpace(ISpace oldSpace) FILE: BEPUphysics/UpdateableSystems/ForceFields/BoundingBoxForceFieldShape.cs class BoundingBoxForceFieldShape (line 14) | public class BoundingBoxForceFieldShape : ForceFieldShape method BoundingBoxForceFieldShape (line 23) | public BoundingBoxForceFieldShape(BoundingBox box) method GetPossiblyAffectedEntities (line 37) | public override IList GetPossiblyAffectedEntities() method IsEntityAffected (line 56) | public override bool IsEntityAffected(Entity testEntity) FILE: BEPUphysics/UpdateableSystems/ForceFields/BoundingSphereForceFieldShape.cs class BoundingSphereForceFieldShape (line 14) | public class BoundingSphereForceFieldShape : ForceFieldShape method BoundingSphereForceFieldShape (line 23) | public BoundingSphereForceFieldShape(BoundingSphere sphere) method GetPossiblyAffectedEntities (line 37) | public override IList GetPossiblyAffectedEntities() method IsEntityAffected (line 56) | public override bool IsEntityAffected(Entity testEntity) FILE: BEPUphysics/UpdateableSystems/ForceFields/ForceField.cs class ForceField (line 15) | public abstract class ForceField : Updateable, IDuringForcesUpdateable method ForceField (line 41) | protected ForceField(ForceFieldShape shape) method PreUpdate (line 80) | protected virtual void PreUpdate() method Update (line 90) | void IDuringForcesUpdateable.Update(float dt) method CalculateImpulse (line 117) | protected abstract void CalculateImpulse(Entity e, float dt, out Vecto... method CalculateImpulsesSubfunction (line 119) | private void CalculateImpulsesSubfunction(int index) method OnAdditionToSpace (line 136) | public override void OnAdditionToSpace(ISpace newSpace) method OnRemovalFromSpace (line 151) | public override void OnRemovalFromSpace(ISpace oldSpace) FILE: BEPUphysics/UpdateableSystems/ForceFields/ForceFieldShape.cs class ForceFieldShape (line 10) | public abstract class ForceFieldShape method GetPossiblyAffectedEntities (line 23) | public abstract IList GetPossiblyAffectedEntities(); method IsEntityAffected (line 30) | public abstract bool IsEntityAffected(Entity entity); FILE: BEPUphysics/UpdateableSystems/ForceFields/InfiniteForceFieldShape.cs class InfiniteForceFieldShape (line 10) | public class InfiniteForceFieldShape : ForceFieldShape method GetPossiblyAffectedEntities (line 17) | public override IList GetPossiblyAffectedEntities() method IsEntityAffected (line 27) | public override bool IsEntityAffected(Entity testEntity) FILE: BEPUphysics/UpdateableSystems/ForceFields/VolumeForceFieldShape.cs class VolumeForceFieldShape (line 11) | public class VolumeForceFieldShape : ForceFieldShape method VolumeForceFieldShape (line 19) | public VolumeForceFieldShape(DetectorVolume volume) method GetPossiblyAffectedEntities (line 33) | public override IList GetPossiblyAffectedEntities() method IsEntityAffected (line 48) | public override bool IsEntityAffected(Entity testEntity) FILE: BEPUphysics/UpdateableSystems/IBeforeNarrowPhaseUpdateable.cs type IBeforeNarrowPhaseUpdateable (line 6) | public interface IBeforeNarrowPhaseUpdateable : ISpaceUpdateable method Update (line 12) | void Update(float dt); FILE: BEPUphysics/UpdateableSystems/IBeforePositionUpdateUpdateable.cs type IBeforePositionUpdateUpdateable (line 6) | public interface IBeforePositionUpdateUpdateable : ISpaceUpdateable method Update (line 13) | void Update(float dt); FILE: BEPUphysics/UpdateableSystems/IBeforeSolverUpdateable.cs type IBeforeSolverUpdateable (line 6) | public interface IBeforeSolverUpdateable : ISpaceUpdateable method Update (line 12) | void Update(float dt); FILE: BEPUphysics/UpdateableSystems/IDuringForcesUpdateable.cs type IDuringForcesUpdateable (line 6) | public interface IDuringForcesUpdateable : ISpaceUpdateable method Update (line 13) | void Update(float dt); FILE: BEPUphysics/UpdateableSystems/IEndOfFrameUpdateable.cs type IEndOfFrameUpdateable (line 6) | public interface IEndOfFrameUpdateable : ISpaceUpdateable method Update (line 12) | void Update(float dt); FILE: BEPUphysics/UpdateableSystems/IEndOfTimeStepUpdateable.cs type IEndOfTimeStepUpdateable (line 6) | public interface IEndOfTimeStepUpdateable : ISpaceUpdateable method Update (line 13) | void Update(float dt); FILE: BEPUphysics/UpdateableSystems/ISpaceUpdateable.cs type ISpaceUpdateable (line 10) | public interface ISpaceUpdateable : ISpaceObject FILE: BEPUphysics/UpdateableSystems/Updateable.cs class Updateable (line 11) | public abstract class Updateable : ISpaceUpdateable method Updateable (line 14) | protected Updateable() method OnAdditionToSpace (line 64) | public virtual void OnAdditionToSpace(ISpace newSpace) method OnRemovalFromSpace (line 73) | public virtual void OnRemovalFromSpace(ISpace oldSpace) FILE: BEPUphysics/UpdateableSystems/UpdateableManager.cs class UpdateableManager (line 11) | public abstract class UpdateableManager : MultithreadedProcessingStage method UpdateableManager (line 25) | protected UpdateableManager(TimeStepSettings timeStepSettings) method UpdateableManager (line 31) | protected UpdateableManager(TimeStepSettings timeStepSettings, IThread... method SequentialUpdatingStateChanged (line 42) | public abstract void SequentialUpdatingStateChanged(ISpaceUpdateable u... method UpdateableManager (line 60) | protected UpdateableManager(TimeStepSettings timeStepSettings) method UpdateableManager (line 66) | protected UpdateableManager(TimeStepSettings timeStepSettings, IThread... method MultithreadedUpdate (line 75) | protected abstract void MultithreadedUpdate(int i); method SequentialUpdate (line 76) | protected abstract void SequentialUpdate(int i); method SequentialUpdatingStateChanged (line 78) | public override void SequentialUpdatingStateChanged(ISpaceUpdateable u... method Add (line 105) | public void Add(T updateable) method Remove (line 126) | public void Remove(T updateable) method UpdateMultithreaded (line 143) | protected override void UpdateMultithreaded() method UpdateSingleThreaded (line 152) | protected override void UpdateSingleThreaded() class UpdateableManager (line 55) | public abstract class UpdateableManager : UpdateableManager where T :... method UpdateableManager (line 25) | protected UpdateableManager(TimeStepSettings timeStepSettings) method UpdateableManager (line 31) | protected UpdateableManager(TimeStepSettings timeStepSettings, IThread... method SequentialUpdatingStateChanged (line 42) | public abstract void SequentialUpdatingStateChanged(ISpaceUpdateable u... method UpdateableManager (line 60) | protected UpdateableManager(TimeStepSettings timeStepSettings) method UpdateableManager (line 66) | protected UpdateableManager(TimeStepSettings timeStepSettings, IThread... method MultithreadedUpdate (line 75) | protected abstract void MultithreadedUpdate(int i); method SequentialUpdate (line 76) | protected abstract void SequentialUpdate(int i); method SequentialUpdatingStateChanged (line 78) | public override void SequentialUpdatingStateChanged(ISpaceUpdateable u... method Add (line 105) | public void Add(T updateable) method Remove (line 126) | public void Remove(T updateable) method UpdateMultithreaded (line 143) | protected override void UpdateMultithreaded() method UpdateSingleThreaded (line 152) | protected override void UpdateSingleThreaded() FILE: BEPUphysics/UpdateableSystems/UpdateableManagers.cs class DuringForcesUpdateableManager (line 10) | public class DuringForcesUpdateableManager : UpdateableManager wheelList) method OnAdditionToSpace (line 100) | public override void OnAdditionToSpace(ISpace newSpace) method OnRemovalFromSpace (line 113) | public override void OnRemovalFromSpace(ISpace oldSpace) method Update (line 126) | void IEndOfFrameUpdateable.Update(float dt) method Update (line 139) | void IEndOfTimeStepUpdateable.Update(float dt) method Update (line 148) | void IBeforeNarrowPhaseUpdateable.Update(float dt) method Update (line 158) | void IDuringForcesUpdateable.Update(float dt) method AddWheel (line 170) | public void AddWheel(Wheel wheel) method RemoveWheel (line 185) | public void RemoveWheel(Wheel wheel) method SolveIteration (line 201) | public override float SolveIteration() method CollectInvolvedEntities (line 222) | protected internal override void CollectInvolvedEntities(RawList method GetHashCode (line 20) | public override int GetHashCode() method Equals (line 28) | public override bool Equals(object obj) method Equals (line 33) | public bool Equals(BlockedCell other) method RemoveRedundantPoints (line 49) | public static void RemoveRedundantPoints(IList points) method RemoveRedundantPoints (line 59) | public static void RemoveRedundantPoints(IList points, double... method RemoveRedundantPoints (line 76) | public static void RemoveRedundantPoints(RawList points) method RemoveRedundantPoints (line 86) | public static void RemoveRedundantPoints(RawList points, doub... FILE: BEPUutilities/ConvexHullHelper.cs class ConvexHullHelper (line 13) | public static partial class ConvexHullHelper method GetConvexHull (line 22) | public static void GetConvexHull(IList points, IList ind... method GetConvexHull (line 41) | public static void GetConvexHull(IList points, IList... method GetConvexHull (line 54) | public static void GetConvexHull(RawList points, IList points, IList out... method GetConvexHull (line 89) | public static void GetConvexHull(RawList points, RawList... method GetConvexHull (line 116) | public static void GetConvexHull(RawList points, RawList... method MaintainEdge (line 216) | private static void MaintainEdge(int a, int b, RawList edges) method GetExtremePoint (line 242) | private static int GetExtremePoint(ref Vector3 direction, RawList points,... method RemoveInsidePoints (line 442) | private static void RemoveInsidePoints(RawList points, RawLis... method FindNormal (line 477) | private static void FindNormal(RawList indices, RawList ... method IsTriangleVisibleFromPoint (line 486) | private static bool IsTriangleVisibleFromPoint(RawList indices, R... method VerifyWindings (line 503) | private static void VerifyWindings(RawList newIndices, RawList method ConcurrentDeque (line 18) | public ConcurrentDeque(int capacity) method ConcurrentDeque (line 23) | public ConcurrentDeque() method ToString (line 36) | public override string ToString() method Enqueue (line 48) | public void Enqueue(T item) method TryDequeueFirst (line 91) | public bool TryDequeueFirst(out T item) method TryDequeueLast (line 124) | public bool TryDequeueLast(out T item) method TryUnsafeDequeueFirst (line 157) | public bool TryUnsafeDequeueFirst(out T item) method TryUnsafeDequeueLast (line 178) | public bool TryUnsafeDequeueLast(out T item) method UnsafeEnqueue (line 198) | public void UnsafeEnqueue(T item) FILE: BEPUutilities/DataStructures/HashSet.cs class HashSet (line 10) | public class HashSet : IEnumerable method HashSet (line 19) | public HashSet() method GetEnumerator (line 25) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 30) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 35) | Dictionary.KeyCollection.Enumerator GetEnumerator() method Add (line 45) | public bool Add(T item) method Remove (line 59) | public bool Remove(T item) method Clear (line 67) | public void Clear() method Contains (line 77) | public bool Contains(T item) FILE: BEPUutilities/DataStructures/ObservableDictionary.cs class ObservableDictionary (line 11) | public class ObservableDictionary method ObservableDictionary (line 23) | public ObservableDictionary() method Add (line 33) | public void Add(TKey key, TValue value) method Remove (line 44) | public bool Remove(TKey key) method Clear (line 57) | public void Clear() method OnChanged (line 68) | protected void OnChanged() FILE: BEPUutilities/DataStructures/ObservableList.cs class ObservableList (line 11) | public class ObservableList : IList method ObservableList (line 27) | public ObservableList(IList list) method ObservableList (line 36) | public ObservableList() method ObservableList (line 45) | public ObservableList(int initialCapacity) method OnChanged (line 50) | protected void OnChanged() method IndexOf (line 64) | public int IndexOf(T item) method Insert (line 73) | public void Insert(int index, T item) method RemoveAt (line 82) | public void RemoveAt(int index) method Add (line 111) | public void Add(T item) method Clear (line 121) | public void Clear() method Contains (line 134) | public bool Contains(T item) method CopyTo (line 143) | public void CopyTo(T[] array, int arrayIndex) method Remove (line 171) | public bool Remove(T item) method GetEnumerator (line 185) | public RawList.Enumerator GetEnumerator() method GetEnumerator (line 190) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 195) | IEnumerator IEnumerable.GetEnumerator() FILE: BEPUutilities/DataStructures/RawList.cs class RawList (line 10) | public class RawList : IList method RawList (line 31) | public RawList() method RawList (line 40) | public RawList(int initialCapacity) method RawList (line 51) | public RawList(IList elements) method RemoveAt (line 62) | public void RemoveAt(int index) method FastRemoveAt (line 79) | public void FastRemoveAt(int index) method Add (line 115) | public void Add(T item) method AddRange (line 129) | public void AddRange(RawList items) method AddRange (line 148) | public void AddRange(List items) method AddRange (line 167) | public void AddRange(IList items) method Clear (line 186) | public void Clear() method Remove (line 199) | public bool Remove(T item) method FastRemove (line 215) | public bool FastRemove(T item) method IndexOf (line 231) | public int IndexOf(T item) method ToArray (line 240) | public T[] ToArray() method Insert (line 256) | public void Insert(int index, T item) method FastInsert (line 277) | public void FastInsert(int index, T item) method Contains (line 327) | public bool Contains(T item) method CopyTo (line 337) | public void CopyTo(T[] array, int arrayIndex) method GetEnumerator (line 356) | public Enumerator GetEnumerator() method GetEnumerator (line 361) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 370) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Sort (line 383) | public void Sort(IComparer comparer) type Enumerator (line 392) | public struct Enumerator : IEnumerator method Enumerator (line 400) | public Enumerator(RawList list) method Dispose (line 410) | public void Dispose() method MoveNext (line 419) | public bool MoveNext() method Reset (line 424) | public void Reset() FILE: BEPUutilities/DataStructures/RawValueList.cs class RawValueList (line 10) | public class RawValueList where T : struct method RawValueList (line 31) | public RawValueList() method RawValueList (line 40) | public RawValueList(int initialCapacity) method RemoveAt (line 53) | public void RemoveAt(int index) method Add (line 88) | public void Add(ref T item) method Clear (line 101) | public void Clear() method Remove (line 111) | public bool Remove(ref T item) method IndexOf (line 125) | public int IndexOf(ref T item) FILE: BEPUutilities/DataStructures/ReadOnlyDictionary.cs type ReadOnlyDictionary (line 13) | public struct ReadOnlyDictionary : IEnumerable dictionary) method GetEnumerator (line 74) | IEnumerator> IEnumerable item) method ContainsKey (line 105) | public bool ContainsKey(TKey key) method CopyTo (line 115) | public void CopyTo(KeyValuePair[] array, int arrayIndex) method TryGetValue (line 126) | public bool TryGetValue(TKey key, out TValue value) FILE: BEPUutilities/DataStructures/ReadOnlyEnumerable.cs type ReadOnlyEnumerable (line 10) | public struct ReadOnlyEnumerable : IEnumerable method ReadOnlyEnumerable (line 18) | public ReadOnlyEnumerable(IEnumerable enumerable) method GetEnumerator (line 32) | public IEnumerator GetEnumerator() method GetEnumerator (line 37) | IEnumerator IEnumerable.GetEnumerator() FILE: BEPUutilities/DataStructures/ReadOnlyList.cs type ReadOnlyList (line 10) | public struct ReadOnlyList : IList method ReadOnlyList (line 18) | public ReadOnlyList(IList wrappedList) method IndexOf (line 31) | public int IndexOf(T item) method Insert (line 36) | void IList.Insert(int index, T item) method RemoveAt (line 41) | void IList.RemoveAt(int index) method Add (line 62) | void ICollection.Add(T item) method Clear (line 67) | void ICollection.Clear() method Contains (line 79) | public bool Contains(T item) method CopyTo (line 88) | public void CopyTo(T[] array, int arrayIndex) method Remove (line 109) | bool ICollection.Remove(T item) method GetEnumerator (line 114) | public Enumerator GetEnumerator() method GetEnumerator (line 119) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 124) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... type Enumerator (line 132) | public struct Enumerator : IEnumerator method Enumerator (line 140) | public Enumerator(IList wrappedList) method Dispose (line 161) | public void Dispose() method MoveNext (line 177) | public bool MoveNext() method Reset (line 186) | public void Reset() FILE: BEPUutilities/DataStructures/TinyList.cs type TinyList (line 11) | public struct TinyList where T : IEquatable method ToString (line 111) | public override string ToString() method Add (line 122) | public bool Add(T item) method Clear (line 160) | public void Clear() method IndexOf (line 180) | public int IndexOf(T item) method Remove (line 207) | public bool Remove(T item) method RemoveAt (line 225) | public bool RemoveAt(int index) FILE: BEPUutilities/DataStructures/TinyStructList.cs type TinyStructList (line 13) | public struct TinyStructList where T : struct, IEquatable method ToString (line 39) | public override string ToString() method Add (line 50) | public bool Add(ref T item) method Clear (line 88) | public void Clear() method Get (line 100) | public bool Get(int index, out T item) method IndexOf (line 145) | public int IndexOf(ref T item) method Remove (line 172) | public bool Remove(ref T item) method RemoveAt (line 190) | public bool RemoveAt(int index) method Replace (line 250) | public bool Replace(int index, ref T item) FILE: BEPUutilities/MathChecker.cs class MathChecker (line 10) | public static class MathChecker method IsInvalid (line 17) | private static bool IsInvalid(float f) method Validate (line 26) | [Conditional("CHECKMATH")] method Validate (line 39) | [Conditional("CHECKMATH")] method Validate (line 52) | [Conditional("CHECKMATH")] method Validate (line 66) | [Conditional("CHECKMATH")] method Validate (line 81) | [Conditional("CHECKMATH")] method Validate (line 95) | [Conditional("CHECKMATH")] method Validate (line 107) | [Conditional("CHECKMATH")] method Validate (line 124) | [Conditional("CHECKMATH")] method Validate (line 137) | [Conditional("CHECKMATH")] method Validate (line 148) | [Conditional("CHECKMATH")] method Validate (line 159) | [Conditional("CHECKMATH")] method Validate (line 170) | [Conditional("CHECKMATH")] FILE: BEPUutilities/Matrix2x2.cs type Matrix2x2 (line 10) | public struct Matrix2x2 method Matrix2x2 (line 40) | public Matrix2x2(float m11, float m12, float m21, float m22) method Add (line 62) | public static void Add(ref Matrix2x2 a, ref Matrix2x2 b, out Matrix2x2... method Add (line 83) | public static void Add(ref Matrix a, ref Matrix2x2 b, out Matrix2x2 re... method Add (line 104) | public static void Add(ref Matrix2x2 a, ref Matrix b, out Matrix2x2 re... method Add (line 125) | public static void Add(ref Matrix a, ref Matrix b, out Matrix2x2 result) method CreateScale (line 145) | public static void CreateScale(float scale, out Matrix2x2 matrix) method Invert (line 160) | public static void Invert(ref Matrix2x2 matrix, out Matrix2x2 result) method Multiply (line 182) | public static void Multiply(ref Matrix2x2 a, ref Matrix2x2 b, out Matr... method Multiply (line 203) | public static void Multiply(ref Matrix2x2 a, ref Matrix b, out Matrix2... method Multiply (line 224) | public static void Multiply(ref Matrix a, ref Matrix2x2 b, out Matrix2... method Multiply (line 245) | public static void Multiply(ref Matrix2x3 a, ref Matrix3x2 b, out Matr... method Negate (line 259) | public static void Negate(ref Matrix2x2 matrix, out Matrix2x2 result) method Subtract (line 281) | public static void Subtract(ref Matrix2x2 a, ref Matrix2x2 b, out Matr... method Transform (line 302) | public static void Transform(ref Vector2 v, ref Matrix2x2 matrix, out ... method Transpose (line 318) | public static void Transpose(ref Matrix2x2 matrix, out Matrix2x2 result) method ToString (line 333) | public override string ToString() method Determinant (line 343) | public float Determinant() FILE: BEPUutilities/Matrix2x3.cs type Matrix2x3 (line 10) | public struct Matrix2x3 method Matrix2x3 (line 52) | public Matrix2x3(float m11, float m12, float m13, float m21, float m22... method Add (line 68) | public static void Add(ref Matrix2x3 a, ref Matrix2x3 b, out Matrix2x3... method Multiply (line 94) | public static void Multiply(ref Matrix2x3 a, ref Matrix3x3 b, out Matr... method Multiply (line 119) | public static void Multiply(ref Matrix2x3 a, ref Matrix b, out Matrix2... method Negate (line 143) | public static void Negate(ref Matrix2x3 matrix, out Matrix2x3 result) method Subtract (line 168) | public static void Subtract(ref Matrix2x3 a, ref Matrix2x3 b, out Matr... method Transform (line 194) | public static void Transform(ref Vector2 v, ref Matrix2x3 matrix, out ... method Transform (line 210) | public static void Transform(ref Vector3 v, ref Matrix2x3 matrix, out ... method Transpose (line 225) | public static void Transpose(ref Matrix2x3 matrix, out Matrix3x2 result) method ToString (line 242) | public override string ToString() FILE: BEPUutilities/Matrix3x2.cs type Matrix3x2 (line 10) | public struct Matrix3x2 method Matrix3x2 (line 52) | public Matrix3x2(float m11, float m12, float m21, float m22, float m31... method Add (line 69) | public static void Add(ref Matrix3x2 a, ref Matrix3x2 b, out Matrix3x2... method Multiply (line 96) | public static void Multiply(ref Matrix3x3 a, ref Matrix3x2 b, out Matr... method Multiply (line 123) | public static void Multiply(ref Matrix a, ref Matrix3x2 b, out Matrix3... method Negate (line 149) | public static void Negate(ref Matrix3x2 matrix, out Matrix3x2 result) method Subtract (line 176) | public static void Subtract(ref Matrix3x2 a, ref Matrix3x2 b, out Matr... method Transform (line 203) | public static void Transform(ref Vector2 v, ref Matrix3x2 matrix, out ... method Transform (line 219) | public static void Transform(ref Vector3 v, ref Matrix3x2 matrix, out ... method Transpose (line 234) | public static void Transpose(ref Matrix3x2 matrix, out Matrix2x3 result) method ToString (line 250) | public override string ToString() FILE: BEPUutilities/Matrix3x3.cs type Matrix3x3 (line 10) | public struct Matrix3x3 method Matrix3x3 (line 69) | public Matrix3x3(float m11, float m12, float m13, float m21, float m22... method Add (line 247) | public static void Add(ref Matrix3x3 a, ref Matrix3x3 b, out Matrix3x3... method Add (line 280) | public static void Add(ref Matrix a, ref Matrix3x3 b, out Matrix3x3 re... method Add (line 313) | public static void Add(ref Matrix3x3 a, ref Matrix b, out Matrix3x3 re... method Add (line 346) | public static void Add(ref Matrix a, ref Matrix b, out Matrix3x3 result) method CreateCrossProduct (line 378) | public static void CreateCrossProduct(ref Vector3 v, out Matrix3x3 res... method CreateFromMatrix (line 396) | public static void CreateFromMatrix(ref Matrix matrix4X4, out Matrix3x... method CreateFromMatrix (line 415) | public static Matrix3x3 CreateFromMatrix(Matrix matrix4X4) method CreateScale (line 437) | public static void CreateScale(float scale, out Matrix3x3 matrix) method CreateScale (line 447) | public static Matrix3x3 CreateScale(float scale) method CreateScale (line 458) | public static void CreateScale(ref Vector3 scale, out Matrix3x3 matrix) method CreateScale (line 468) | public static Matrix3x3 CreateScale(ref Vector3 scale) method CreateScale (line 482) | public static void CreateScale(float x, float y, float z, out Matrix3x... method CreateScale (line 494) | public static Matrix3x3 CreateScale(float x, float y, float z) method Invert (line 505) | public static void Invert(ref Matrix3x3 matrix, out Matrix3x3 result) method AdaptiveInvert (line 538) | public static void AdaptiveInvert(ref Matrix3x3 matrix, out Matrix3x3 ... method Multiply (line 721) | public static void Multiply(ref Matrix3x3 a, ref Matrix3x3 b, out Matr... method Multiply (line 754) | public static void Multiply(ref Matrix3x3 a, ref Matrix b, out Matrix3... method Multiply (line 787) | public static void Multiply(ref Matrix a, ref Matrix3x3 b, out Matrix3... method MultiplyTransposed (line 821) | public static void MultiplyTransposed(ref Matrix3x3 transpose, ref Mat... method MultiplyByTransposed (line 854) | public static void MultiplyByTransposed(ref Matrix3x3 matrix, ref Matr... method Multiply (line 887) | public static void Multiply(ref Matrix3x3 matrix, float scale, out Mat... method Negate (line 907) | public static void Negate(ref Matrix3x3 matrix, out Matrix3x3 result) method Subtract (line 928) | public static void Subtract(ref Matrix3x3 a, ref Matrix3x3 b, out Matr... method ToMatrix4X4 (line 960) | public static void ToMatrix4X4(ref Matrix3x3 a, out Matrix b) method ToMatrix4X4 (line 991) | public static Matrix ToMatrix4X4(Matrix3x3 a) method Transform (line 1026) | public static Vector3 Transform(Vector3 v, Matrix3x3 matrix) method Transform (line 1048) | public static void Transform(ref Vector3 v, ref Matrix3x3 matrix, out ... method Transform (line 1067) | public static void Transform(ref Vector3 v, ref Matrix matrix, out Vec... method TransformTranspose (line 1086) | public static Vector3 TransformTranspose(Vector3 v, Matrix3x3 matrix) method TransformTranspose (line 1107) | public static void TransformTranspose(ref Vector3 v, ref Matrix3x3 mat... method TransformTranspose (line 1126) | public static void TransformTranspose(ref Vector3 v, ref Matrix matrix... method Transpose (line 1144) | public static void Transpose(ref Matrix3x3 matrix, out Matrix3x3 result) method Transpose (line 1169) | public static void Transpose(ref Matrix matrix, out Matrix3x3 result) method ToString (line 1193) | public override string ToString() method Determinant (line 1204) | public float Determinant() method AdaptiveDeterminant (line 1217) | internal float AdaptiveDeterminant(out int subMatrixCode) method CreateQuaternion (line 1276) | public static void CreateQuaternion(ref Matrix3x3 r, out Quaternion q) method CreateQuaternion (line 1325) | public static Quaternion CreateQuaternion(Matrix3x3 r) method CreateFromQuaternion (line 1337) | public static void CreateFromQuaternion(ref Quaternion quaternion, out... method CreateFromQuaternion (line 1368) | public static Matrix3x3 CreateFromQuaternion(Quaternion quaternion) method CreateOuterProduct (line 1381) | public static void CreateOuterProduct(ref Vector3 a, ref Vector3 b, ou... method CreateFromAxisAngle (line 1402) | public static Matrix3x3 CreateFromAxisAngle(Vector3 axis, float angle) method CreateFromAxisAngle (line 1415) | public static void CreateFromAxisAngle(ref Vector3 axis, float angle, ... FILE: BEPUutilities/PermutationMapper.cs class PermutationMapper (line 11) | public class PermutationMapper method PermutationMapper (line 16) | public PermutationMapper() method GetMappedIndex (line 75) | public long GetMappedIndex(long index, int setSize) method GetMappedIndex (line 86) | public int GetMappedIndex(int index, int setSize) FILE: BEPUutilities/RayHit.cs type RayHit (line 8) | public struct RayHit FILE: BEPUutilities/ResourceManagement/CommonResources.cs class CommonResources (line 10) | public static class CommonResources method CommonResources (line 12) | static CommonResources() method ResetPools (line 17) | public static void ResetPools() method GetRayHitList (line 37) | public static RawList GetRayHitList() method GiveBack (line 46) | public static void GiveBack(RawList list) method GetIntList (line 58) | public static RawList GetIntList() method GiveBack (line 67) | public static void GiveBack(RawList list) method GetIntSet (line 77) | public static HashSet GetIntSet() method GiveBack (line 86) | public static void GiveBack(HashSet set) method GetFloatList (line 96) | public static RawList GetFloatList() method GiveBack (line 105) | public static void GiveBack(RawList list) method GetVectorList (line 115) | public static RawList GetVectorList() method GiveBack (line 124) | public static void GiveBack(RawList list) FILE: BEPUutilities/ResourceManagement/LockingResourcePool.cs class LockingResourcePool (line 10) | public class LockingResourcePool : ResourcePool where T : class, n... method LockingResourcePool (line 19) | public LockingResourcePool(int initialResourceCount, Action initial... method LockingResourcePool (line 30) | public LockingResourcePool(int initialResourceCount) method LockingResourcePool (line 38) | public LockingResourcePool() method GiveBack (line 58) | public override void GiveBack(T item) method Initialize (line 69) | public override void Initialize(int initialResourceCount) method Take (line 92) | public override T Take() method Clear (line 106) | public override void Clear() FILE: BEPUutilities/ResourceManagement/ResourcePool.cs class ResourcePool (line 9) | public abstract class ResourcePool where T : class, new() method GiveBack (line 29) | public abstract void GiveBack(T item); method Initialize (line 36) | public abstract void Initialize(int initialResourceCount); method Take (line 42) | public abstract T Take(); method CreateNewResource (line 48) | protected T CreateNewResource() method Clear (line 59) | public abstract void Clear(); FILE: BEPUutilities/ResourceManagement/UnsafeResourcePool.cs class UnsafeResourcePool (line 10) | public class UnsafeResourcePool : ResourcePool where T : class, new() method UnsafeResourcePool (line 19) | public UnsafeResourcePool(int initialResourceCount, Action initiali... method UnsafeResourcePool (line 31) | public UnsafeResourcePool(int initialResourceCount) method UnsafeResourcePool (line 39) | public UnsafeResourcePool() method GiveBack (line 59) | public override void GiveBack(T item) method Initialize (line 70) | public override void Initialize(int initialResourceCount) method Take (line 91) | public override T Take() method Clear (line 106) | public override void Clear() FILE: BEPUutilities/RigidTransform.cs type RigidTransform (line 10) | public struct RigidTransform method RigidTransform (line 26) | public RigidTransform(Vector3 position, Quaternion orienation) method RigidTransform (line 36) | public RigidTransform(Vector3 position) method RigidTransform (line 46) | public RigidTransform(Quaternion orienation) method Invert (line 97) | public static void Invert(ref RigidTransform transform, out RigidTrans... method Transform (line 110) | public static void Transform(ref RigidTransform a, ref RigidTransform ... method TransformByInverse (line 124) | public static void TransformByInverse(ref RigidTransform a, ref RigidT... method Transform (line 136) | public static void Transform(ref Vector3 position, ref RigidTransform ... method TransformByInverse (line 150) | public static void TransformByInverse(ref Vector3 position, ref RigidT... FILE: BEPUutilities/SpinLock.cs class SpinLock (line 10) | public class SpinLock method Enter (line 20) | public void Enter() method TryEnter (line 35) | public bool TryEnter() method Exit (line 44) | public void Exit() method WaitBriefly (line 52) | internal void WaitBriefly(ref int attempt) FILE: BEPUutilities/Toolbox.cs class Toolbox (line 16) | public static class Toolbox method FindRayTriangleIntersection (line 96) | public static bool FindRayTriangleIntersection(ref Ray ray, float maxi... method FindRayTriangleIntersection (line 154) | public static bool FindRayTriangleIntersection(ref Ray ray, float maxi... method GetSegmentPlaneIntersection (line 230) | public static bool GetSegmentPlaneIntersection(Vector3 a, Vector3 b, V... method GetSegmentPlaneIntersection (line 247) | public static bool GetSegmentPlaneIntersection(Vector3 a, Vector3 b, P... method GetSegmentPlaneIntersection (line 262) | public static bool GetSegmentPlaneIntersection(Vector3 a, Vector3 b, P... method GetLinePlaneIntersection (line 276) | public static bool GetLinePlaneIntersection(ref Vector3 a, ref Vector3... method GetRayPlaneIntersection (line 306) | public static bool GetRayPlaneIntersection(ref Ray ray, ref Plane p, o... method GetClosestPointOnTriangleToPoint (line 339) | public static VoronoiRegion GetClosestPointOnTriangleToPoint(ref Vecto... method GetClosestPointOnTriangleToPoint (line 432) | [Obsolete("Used for simplex tests; consider using the PairSimplex and ... method GetClosestPointOnTriangleToPoint (line 540) | [Obsolete("Used for simplex tests; consider using the PairSimplex and ... method IsPointInsideTriangle (line 662) | public static bool IsPointInsideTriangle(ref Vector3 vA, ref Vector3 v... method IsPointInsideTriangle (line 679) | public static bool IsPointInsideTriangle(ref Vector3 vA, ref Vector3 v... method GetClosestPointOnSegmentToPoint (line 698) | public static void GetClosestPointOnSegmentToPoint(ref Vector3 a, ref ... method GetClosestPointOnSegmentToPoint (line 735) | [Obsolete("Used for simplex tests; consider using the PairSimplex and ... method GetClosestPointOnSegmentToPoint (line 782) | [Obsolete("Used for simplex tests; consider using the PairSimplex and ... method GetSquaredDistanceFromPointToLine (line 832) | public static float GetSquaredDistanceFromPointToLine(ref Vector3 p, r... method GetClosestPointsBetweenSegments (line 855) | public static void GetClosestPointsBetweenSegments(Vector3 p1, Vector3... method GetClosestPointsBetweenSegments (line 872) | public static void GetClosestPointsBetweenSegments(ref Vector3 p1, ref... method GetClosestPointsBetweenLines (line 959) | public static void GetClosestPointsBetweenLines(ref Vector3 p1, ref Ve... method ArePointsOnOppositeSidesOfPlane (line 1037) | public static bool ArePointsOnOppositeSidesOfPlane(ref Vector3 o, ref ... method GetDistancePointToPlane (line 1062) | public static float GetDistancePointToPlane(ref Vector3 point, ref Vec... method GetPointProjectedOnPlane (line 1078) | public static void GetPointProjectedOnPlane(ref Vector3 point, ref Vec... method IsPointWithinFaceExtrusion (line 1097) | public static bool IsPointWithinFaceExtrusion(Vector3 point, List Get(string type) method GetByID (line 76) | public Entity GetByID(string id) method GetByGUID (line 81) | public Entity GetByGUID(ulong id) FILE: ComponentBind/Binding.cs type IBinding (line 8) | public interface IBinding method Delete (line 10) | void Delete(); type IPropertyBinding (line 13) | public interface IPropertyBinding : IBinding method OnChanged (line 15) | void OnChanged(IProperty changed); class Binding (line 18) | public class Binding : IPropertyBinding method Binding (line 24) | protected Binding() method Binding (line 29) | public Binding(Property _destination, Func transfor... method OnChanged (line 38) | public virtual void OnChanged(IProperty changed) method Delete (line 43) | public virtual void Delete() method Binding (line 156) | protected Binding() method Binding (line 160) | public Binding(Property _destination, Property _source) method Binding (line 166) | public Binding(Property _destination, Func transform... method Binding (line 172) | public Binding(Property _destination, Func _get, params IP... class SetBinding (line 53) | public class SetBinding : IPropertyBinding method SetBinding (line 58) | protected SetBinding() method SetBinding (line 63) | public SetBinding(Property source, Action _notify) method OnChanged (line 73) | public void OnChanged(IProperty changed) method Delete (line 78) | public void Delete() class ChangeBinding (line 86) | public class ChangeBinding : IPropertyBinding method ChangeBinding (line 92) | protected ChangeBinding() method ChangeBinding (line 97) | public ChangeBinding(Property source, Action _notify) method OnChanged (line 107) | public void OnChanged(IProperty changed) method Delete (line 114) | public void Delete() class NotifyBinding (line 122) | public class NotifyBinding : IPropertyBinding method NotifyBinding (line 127) | protected NotifyBinding() method NotifyBinding (line 132) | public NotifyBinding(Action _notify, params IProperty[] _sources) method OnChanged (line 140) | public void OnChanged(IProperty changed) method Delete (line 145) | public void Delete() class Binding (line 154) | public class Binding : Binding method Binding (line 24) | protected Binding() method Binding (line 29) | public Binding(Property _destination, Func transfor... method OnChanged (line 38) | public virtual void OnChanged(IProperty changed) method Delete (line 43) | public virtual void Delete() method Binding (line 156) | protected Binding() method Binding (line 160) | public Binding(Property _destination, Property _source) method Binding (line 166) | public Binding(Property _destination, Func transform... method Binding (line 172) | public Binding(Property _destination, Func _get, params IP... class TwoWayBinding (line 188) | public class TwoWayBinding : Binding method TwoWayBinding (line 199) | protected TwoWayBinding() method TwoWayBinding (line 204) | public TwoWayBinding( method TwoWayBinding (line 213) | public TwoWayBinding( method Reevaluate (line 234) | public void Reevaluate(IProperty destination) method OnChanged (line 249) | public override void OnChanged(IProperty changed) method Delete (line 259) | public override void Delete() method TwoWayBinding (line 280) | protected TwoWayBinding() method TwoWayBinding (line 284) | public TwoWayBinding(Property _property1, Property _proper... class TwoWayBinding (line 278) | public class TwoWayBinding : TwoWayBinding method TwoWayBinding (line 199) | protected TwoWayBinding() method TwoWayBinding (line 204) | public TwoWayBinding( method TwoWayBinding (line 213) | public TwoWayBinding( method Reevaluate (line 234) | public void Reevaluate(IProperty destination) method OnChanged (line 249) | public override void OnChanged(IProperty changed) method Delete (line 259) | public override void Delete() method TwoWayBinding (line 280) | protected TwoWayBinding() method TwoWayBinding (line 284) | public TwoWayBinding(Property _property1, Property _proper... type IListBinding (line 290) | public interface IListBinding : IPropertyBinding method Add (line 292) | void Add(Type x, IProperty property); method Remove (line 293) | void Remove(Type x, IProperty property); method OnChanged (line 294) | void OnChanged(Type x, Type y, IProperty property); method Clear (line 295) | void Clear(IProperty property); class ListBinding (line 298) | public class ListBinding : IListBinding class Entry (line 300) | protected class Entry method ListBinding (line 312) | protected ListBinding() method ListBinding (line 317) | public ListBinding(ListProperty _destination, ListProperty _destination, ListProperty _destination, ListProperty... class ListNotifyBinding (line 428) | public class ListNotifyBinding : IListBinding method ListNotifyBinding (line 435) | protected ListNotifyBinding() method ListNotifyBinding (line 440) | public ListNotifyBinding(Action notify, ListProperty _source) method OnChanged (line 448) | public void OnChanged(IProperty property) method Add (line 454) | public void Add(Type x, IProperty property) method Remove (line 460) | public void Remove(Type x, IProperty property) method OnChanged (line 466) | public void OnChanged(Type from, Type to, IProperty property) method Clear (line 472) | public void Clear(IProperty property) method Delete (line 478) | public void Delete() class ListBinding (line 486) | public class ListBinding : ListBinding class Entry (line 300) | protected class Entry method ListBinding (line 312) | protected ListBinding() method ListBinding (line 317) | public ListBinding(ListProperty _destination, ListProperty _destination, ListProperty _destination, ListProperty... FILE: ComponentBind/Command.cs class BaseCommand (line 8) | public abstract class BaseCommand method AddBinding (line 11) | public void AddBinding(ICommandBinding binding) method RemoveBinding (line 16) | public void RemoveBinding(ICommandBinding binding) class Command (line 22) | public class Command : BaseCommand type Perms (line 24) | public enum Perms { Linkable, Executable, LinkableAndExecutable } class Entry (line 26) | public class Entry method Execute (line 36) | public void Execute() method Execute (line 49) | public void Execute(Type parameter) method Execute (line 62) | public void Execute(Type parameter1, Type2 parameter2) method Execute (line 75) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter3) method Execute (line 88) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter... class Command (line 45) | public class Command : BaseCommand type Perms (line 24) | public enum Perms { Linkable, Executable, LinkableAndExecutable } class Entry (line 26) | public class Entry method Execute (line 36) | public void Execute() method Execute (line 49) | public void Execute(Type parameter) method Execute (line 62) | public void Execute(Type parameter1, Type2 parameter2) method Execute (line 75) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter3) method Execute (line 88) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter... class Command (line 58) | public class Command : BaseCommand type Perms (line 24) | public enum Perms { Linkable, Executable, LinkableAndExecutable } class Entry (line 26) | public class Entry method Execute (line 36) | public void Execute() method Execute (line 49) | public void Execute(Type parameter) method Execute (line 62) | public void Execute(Type parameter1, Type2 parameter2) method Execute (line 75) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter3) method Execute (line 88) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter... class Command (line 71) | public class Command : BaseCommand type Perms (line 24) | public enum Perms { Linkable, Executable, LinkableAndExecutable } class Entry (line 26) | public class Entry method Execute (line 36) | public void Execute() method Execute (line 49) | public void Execute(Type parameter) method Execute (line 62) | public void Execute(Type parameter1, Type2 parameter2) method Execute (line 75) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter3) method Execute (line 88) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter... class Command (line 84) | public class Command : BaseCommand type Perms (line 24) | public enum Perms { Linkable, Executable, LinkableAndExecutable } class Entry (line 26) | public class Entry method Execute (line 36) | public void Execute() method Execute (line 49) | public void Execute(Type parameter) method Execute (line 62) | public void Execute(Type parameter1, Type2 parameter2) method Execute (line 75) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter3) method Execute (line 88) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter... FILE: ComponentBind/CommandBinding.cs type ICommandBinding (line 8) | public interface ICommandBinding : IBinding class BaseCommandBinding (line 13) | public abstract class BaseCommandBinding : ICommandBinding method BaseCommandBinding (line 22) | protected BaseCommandBinding() method Delete (line 27) | public void Delete() class CommandBinding (line 37) | public class CommandBinding : BaseCommandBinding method CommandBinding (line 39) | public CommandBinding(Command _source, params Command[] _destinations) method CommandBinding (line 44) | public CommandBinding(Command _source, Func enabled, params Comm... method CommandBinding (line 52) | public CommandBinding(Command _source, params Action[] _destinations) method CommandBinding (line 57) | public CommandBinding(Command _source, Func enabled, params Acti... method Execute (line 65) | public void Execute() method CommandBinding (line 81) | public CommandBinding(Command _source, params Command[] _d... method CommandBinding (line 86) | public CommandBinding(Command _source, params Action[] _de... method CommandBinding (line 91) | public CommandBinding(Command _source, Func enabled, param... method CommandBinding (line 96) | public CommandBinding(Command _source, Func enabled, param... method Execute (line 104) | public void Execute(Type parameter1) method CommandBinding (line 120) | public CommandBinding(Command _source, params Command _source, params Action _source, Func enabled... method CommandBinding (line 135) | public CommandBinding(Command _source, Func enabled... method Execute (line 143) | public void Execute(Type parameter1, Type2 parameter2) method CommandBinding (line 159) | public CommandBinding(Command _source, params Comm... method CommandBinding (line 164) | public CommandBinding(Command _source, params Acti... method CommandBinding (line 169) | public CommandBinding(Command _source, Func ... method CommandBinding (line 174) | public CommandBinding(Command _source, Func ... method Execute (line 182) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter3) method CommandBinding (line 198) | public CommandBinding(Command _source, para... method CommandBinding (line 203) | public CommandBinding(Command _source, para... method CommandBinding (line 208) | public CommandBinding(Command _source, Func... method CommandBinding (line 213) | public CommandBinding(Command _source, Func... method Execute (line 221) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter... class CommandBinding (line 79) | public class CommandBinding : BaseCommandBinding> method CommandBinding (line 39) | public CommandBinding(Command _source, params Command[] _destinations) method CommandBinding (line 44) | public CommandBinding(Command _source, Func enabled, params Comm... method CommandBinding (line 52) | public CommandBinding(Command _source, params Action[] _destinations) method CommandBinding (line 57) | public CommandBinding(Command _source, Func enabled, params Acti... method Execute (line 65) | public void Execute() method CommandBinding (line 81) | public CommandBinding(Command _source, params Command[] _d... method CommandBinding (line 86) | public CommandBinding(Command _source, params Action[] _de... method CommandBinding (line 91) | public CommandBinding(Command _source, Func enabled, param... method CommandBinding (line 96) | public CommandBinding(Command _source, Func enabled, param... method Execute (line 104) | public void Execute(Type parameter1) method CommandBinding (line 120) | public CommandBinding(Command _source, params Command _source, params Action _source, Func enabled... method CommandBinding (line 135) | public CommandBinding(Command _source, Func enabled... method Execute (line 143) | public void Execute(Type parameter1, Type2 parameter2) method CommandBinding (line 159) | public CommandBinding(Command _source, params Comm... method CommandBinding (line 164) | public CommandBinding(Command _source, params Acti... method CommandBinding (line 169) | public CommandBinding(Command _source, Func ... method CommandBinding (line 174) | public CommandBinding(Command _source, Func ... method Execute (line 182) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter3) method CommandBinding (line 198) | public CommandBinding(Command _source, para... method CommandBinding (line 203) | public CommandBinding(Command _source, para... method CommandBinding (line 208) | public CommandBinding(Command _source, Func... method CommandBinding (line 213) | public CommandBinding(Command _source, Func... method Execute (line 221) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter... class CommandBinding (line 118) | public class CommandBinding : BaseCommandBinding enabled, params Comm... method CommandBinding (line 52) | public CommandBinding(Command _source, params Action[] _destinations) method CommandBinding (line 57) | public CommandBinding(Command _source, Func enabled, params Acti... method Execute (line 65) | public void Execute() method CommandBinding (line 81) | public CommandBinding(Command _source, params Command[] _d... method CommandBinding (line 86) | public CommandBinding(Command _source, params Action[] _de... method CommandBinding (line 91) | public CommandBinding(Command _source, Func enabled, param... method CommandBinding (line 96) | public CommandBinding(Command _source, Func enabled, param... method Execute (line 104) | public void Execute(Type parameter1) method CommandBinding (line 120) | public CommandBinding(Command _source, params Command _source, params Action _source, Func enabled... method CommandBinding (line 135) | public CommandBinding(Command _source, Func enabled... method Execute (line 143) | public void Execute(Type parameter1, Type2 parameter2) method CommandBinding (line 159) | public CommandBinding(Command _source, params Comm... method CommandBinding (line 164) | public CommandBinding(Command _source, params Acti... method CommandBinding (line 169) | public CommandBinding(Command _source, Func ... method CommandBinding (line 174) | public CommandBinding(Command _source, Func ... method Execute (line 182) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter3) method CommandBinding (line 198) | public CommandBinding(Command _source, para... method CommandBinding (line 203) | public CommandBinding(Command _source, para... method CommandBinding (line 208) | public CommandBinding(Command _source, Func... method CommandBinding (line 213) | public CommandBinding(Command _source, Func... method Execute (line 221) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter... class CommandBinding (line 157) | public class CommandBinding : BaseCommandBinding enabled, params Comm... method CommandBinding (line 52) | public CommandBinding(Command _source, params Action[] _destinations) method CommandBinding (line 57) | public CommandBinding(Command _source, Func enabled, params Acti... method Execute (line 65) | public void Execute() method CommandBinding (line 81) | public CommandBinding(Command _source, params Command[] _d... method CommandBinding (line 86) | public CommandBinding(Command _source, params Action[] _de... method CommandBinding (line 91) | public CommandBinding(Command _source, Func enabled, param... method CommandBinding (line 96) | public CommandBinding(Command _source, Func enabled, param... method Execute (line 104) | public void Execute(Type parameter1) method CommandBinding (line 120) | public CommandBinding(Command _source, params Command _source, params Action _source, Func enabled... method CommandBinding (line 135) | public CommandBinding(Command _source, Func enabled... method Execute (line 143) | public void Execute(Type parameter1, Type2 parameter2) method CommandBinding (line 159) | public CommandBinding(Command _source, params Comm... method CommandBinding (line 164) | public CommandBinding(Command _source, params Acti... method CommandBinding (line 169) | public CommandBinding(Command _source, Func ... method CommandBinding (line 174) | public CommandBinding(Command _source, Func ... method Execute (line 182) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter3) method CommandBinding (line 198) | public CommandBinding(Command _source, para... method CommandBinding (line 203) | public CommandBinding(Command _source, para... method CommandBinding (line 208) | public CommandBinding(Command _source, Func... method CommandBinding (line 213) | public CommandBinding(Command _source, Func... method Execute (line 221) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter... class CommandBinding (line 196) | public class CommandBinding : BaseCommandBind... method CommandBinding (line 39) | public CommandBinding(Command _source, params Command[] _destinations) method CommandBinding (line 44) | public CommandBinding(Command _source, Func enabled, params Comm... method CommandBinding (line 52) | public CommandBinding(Command _source, params Action[] _destinations) method CommandBinding (line 57) | public CommandBinding(Command _source, Func enabled, params Acti... method Execute (line 65) | public void Execute() method CommandBinding (line 81) | public CommandBinding(Command _source, params Command[] _d... method CommandBinding (line 86) | public CommandBinding(Command _source, params Action[] _de... method CommandBinding (line 91) | public CommandBinding(Command _source, Func enabled, param... method CommandBinding (line 96) | public CommandBinding(Command _source, Func enabled, param... method Execute (line 104) | public void Execute(Type parameter1) method CommandBinding (line 120) | public CommandBinding(Command _source, params Command _source, params Action _source, Func enabled... method CommandBinding (line 135) | public CommandBinding(Command _source, Func enabled... method Execute (line 143) | public void Execute(Type parameter1, Type2 parameter2) method CommandBinding (line 159) | public CommandBinding(Command _source, params Comm... method CommandBinding (line 164) | public CommandBinding(Command _source, params Acti... method CommandBinding (line 169) | public CommandBinding(Command _source, Func ... method CommandBinding (line 174) | public CommandBinding(Command _source, Func ... method Execute (line 182) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter3) method CommandBinding (line 198) | public CommandBinding(Command _source, para... method CommandBinding (line 203) | public CommandBinding(Command _source, para... method CommandBinding (line 208) | public CommandBinding(Command _source, Func... method CommandBinding (line 213) | public CommandBinding(Command _source, Func... method Execute (line 221) | public void Execute(Type parameter1, Type2 parameter2, Type3 parameter... FILE: ComponentBind/Component.cs type IBindable (line 12) | public interface IBindable method delete (line 14) | void delete(); type IComponent (line 17) | public interface IComponent : IBindable method SetMain (line 22) | void SetMain(BaseMain main); method OnSave (line 28) | void OnSave(); method Start (line 29) | void Start(); method Awake (line 30) | void Awake(); type IGraphicsComponent (line 33) | public interface IGraphicsComponent : IComponent method LoadContent (line 35) | void LoadContent(bool reload); type IUpdateableComponent (line 38) | public interface IUpdateableComponent : IComponent method Update (line 40) | void Update(float dt); type IEarlyUpdateableComponent (line 43) | public interface IEarlyUpdateableComponent : IComponent method Update (line 45) | void Update(float dt); class Bindable (line 49) | public class Bindable : IBindable method Add (line 53) | public void Add(IBinding binding) method Remove (line 58) | public void Remove(IBinding binding) method RemoveAllBindings (line 64) | public void RemoveAllBindings() method delete (line 71) | public virtual void delete() class Component (line 79) | public class Component : Bindable, IComponent method Component (line 136) | public Component() method OnSave (line 163) | public virtual void OnSave() method Start (line 168) | public virtual void Start() method Awake (line 173) | public virtual void Awake() method SetMain (line 191) | public void SetMain(BaseMain _main) method delete (line 197) | public override void delete() FILE: ComponentBind/Entity.cs class Entity (line 12) | [XmlInclude(typeof(Entity.Handle))] class CommandLink (line 19) | public class CommandLink type Handle (line 40) | public struct Handle method Equals (line 77) | public override bool Equals(object obj) method GetHashCode (line 87) | public override int GetHashCode() method GetByID (line 98) | public static Entity GetByID(string id) method GetByGUID (line 105) | public static Entity GetByGUID(ulong id) method ToString (line 125) | public override string ToString() method Entity (line 246) | public Entity() method Entity (line 262) | static Entity() method Entity (line 267) | public Entity(BaseMain _main, string _type) method ClearGUID (line 274) | public void ClearGUID() method NewGUID (line 280) | public void NewGUID() method SetMain (line 288) | public void SetMain(BaseMain _main) method SetSuspended (line 326) | public void SetSuspended(bool suspended) method LinkedCommandCall (line 338) | public void LinkedCommandCall(CommandLink link) method Add (line 353) | public void Add(string name, Command cmd, Command.Perms perms = Comman... method Add (line 370) | public void Add(string name, IComponent component) method AddWithoutOverwriting (line 387) | public void AddWithoutOverwriting(string name, IComponent component) method Add (line 405) | public void Add(IComponent component) method Add (line 411) | public void Add(string name, IProperty prop, PropertyEntry.EditorData ... method Add (line 416) | public void Add(string name, IProperty prop, string description = null... method RemoveProperty (line 428) | public void RemoveProperty(string name) method RemoveCommand (line 440) | public void RemoveCommand(string name) method GetProperty (line 459) | public Property GetProperty(string name) method GetProperty (line 470) | public IProperty GetProperty(string name) method AddWithoutOverwriting (line 481) | public void AddWithoutOverwriting(IComponent component) method Add (line 486) | public void Add(IBinding binding) method RemoveComponent (line 491) | public void RemoveComponent(string name) method Remove (line 502) | public void Remove(IBinding b) method Remove (line 508) | public void Remove(IComponent c) method removeComponentTypeMapping (line 522) | private void removeComponentTypeMapping(IComponent c) method Get (line 549) | public T Get() where T : IComponent method GetOrCreate (line 556) | public T GetOrCreate() where T : IComponent, new() method GetAll (line 568) | public IEnumerable GetAll() where T : IComponent method Get (line 573) | public T Get(string name) where T : IComponent method GetOrCreate (line 580) | public T GetOrCreate(string name) where T : IComponent, new() method GetOrCreateWithoutOverwriting (line 592) | public T GetOrCreateWithoutOverwriting(string name) where T : IComp... method Create (line 604) | public T Create(string name = null) where T : IComponent, new() method GetOrCreate (line 614) | public T GetOrCreate(string name, out bool created) where T : IComp... method getCommand (line 628) | private Command getCommand(string name) method delete (line 637) | protected void delete() FILE: ComponentBind/Factory.cs class Factory (line 12) | public class Factory method Get (line 17) | public static T Get() where T : Factory method Get (line 24) | public static Factory Get(string type) method Factory (line 40) | static Factory() method Initialize (line 45) | public static void Initialize() method Get (line 61) | public static new Factory Get(string type) method Create (line 68) | public virtual Entity Create(MainClass main) method CreateAndBind (line 73) | public Entity CreateAndBind(MainClass main) method SetMain (line 80) | public void SetMain(Entity entity, MainClass main) method Bind (line 90) | public virtual void Bind(Entity entity, MainClass main, bool creating ... method AttachEditorComponents (line 98) | public virtual void AttachEditorComponents(Entity entity, MainClass main) class Factory (line 37) | public class Factory : Factory method Get (line 17) | public static T Get() where T : Factory method Get (line 24) | public static Factory Get(string type) method Factory (line 40) | static Factory() method Initialize (line 45) | public static void Initialize() method Get (line 61) | public static new Factory Get(string type) method Create (line 68) | public virtual Entity Create(MainClass main) method CreateAndBind (line 73) | public Entity CreateAndBind(MainClass main) method SetMain (line 80) | public void SetMain(Entity entity, MainClass main) method Bind (line 90) | public virtual void Bind(Entity entity, MainClass main, bool creating ... method AttachEditorComponents (line 98) | public virtual void AttachEditorComponents(Entity entity, MainClass main) FILE: ComponentBind/Log.cs class Log (line 10) | public class Log method d (line 14) | public static void d(string log) FILE: ComponentBind/Property.cs type IProperty (line 13) | public interface IProperty method AddBinding (line 15) | void AddBinding(IPropertyBinding binding); method RemoveBinding (line 16) | void RemoveBinding(IPropertyBinding binding); method Reset (line 17) | void Reset(); class PropertyEntry (line 21) | public class PropertyEntry method PropertyEntry (line 26) | public PropertyEntry(IProperty property, string description) method PropertyEntry (line 33) | public PropertyEntry(IProperty property, EditorData data) class EditorData (line 39) | public class EditorData class Property (line 52) | [DebuggerDisplay("Property {Value}")] method AddBinding (line 61) | public void AddBinding(IPropertyBinding binding) method RemoveBinding (line 66) | public void RemoveBinding(IPropertyBinding binding) method Changed (line 71) | public void Changed() method Reset (line 89) | public void Reset() method SetStealthy (line 104) | public void SetStealthy(Type t) method InternalSet (line 109) | public void InternalSet(Type obj, IPropertyBinding binding) method ToString (line 125) | public override string ToString() type IListProperty (line 131) | public interface IListProperty : IProperty method CopyTo (line 133) | void CopyTo(IListProperty dest); class ListProperty (line 136) | public class ListProperty : ICollection, IListProperty method Reset (line 159) | public void Reset() method AddBinding (line 175) | public void AddBinding(IPropertyBinding binding) method RemoveBinding (line 181) | public void RemoveBinding(IPropertyBinding binding) method Contains (line 194) | public bool Contains(Type t) method CopyTo (line 199) | public void CopyTo(Type[] array, int arrayIndex) method GetEnumerator (line 204) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 209) | IEnumerator IEnumerable.GetEnumerator() method Changed (line 226) | public void Changed() method CopyTo (line 232) | public void CopyTo(IListProperty dest) method Add (line 240) | public void Add(Type t) method IndexOf (line 253) | public int IndexOf(Type t) method AddAll (line 258) | public void AddAll(IEnumerable items) method Insert (line 264) | public void Insert(int index, Type t) method RemoveAt (line 277) | public void RemoveAt(int index) method Remove (line 289) | public bool Remove(Type t) method RemoveWithoutNotifying (line 304) | public void RemoveWithoutNotifying(Type t) method RemoveAll (line 315) | public void RemoveAll(IEnumerable items) method Changed (line 321) | public void Changed(Type from, Type to) method Changed (line 332) | public void Changed(int i, Type to) method Clear (line 343) | public void Clear() method Changed (line 363) | public void Changed(Type t) FILE: ComponentBind/Transform.cs class Transform (line 10) | public class Transform : Component method EditorProperties (line 21) | public void EditorProperties() method Awake (line 27) | public override void Awake() FILE: Dialogger/app.js function F12 (line 24) | function F12(e) { return e.keyIdentifier === 'F12' } function Command_Option_J (line 25) | function Command_Option_J(e) { return e.keyCode === 74 && e.metaKey && e... FILE: Dialogger/dialogger.js function validateConnection (line 49) | function validateConnection(cellViewS, magnetS, cellViewT, magnetT, end,... function validateMagnet (line 93) | function validateMagnet(cellView, magnet) function gameData (line 408) | function gameData() function flash (line 494) | function flash(text) function offerDownload (line 504) | function offerDownload(name, data) function promptFilename (line 516) | function promptFilename(callback) function applyTextFields (line 540) | function applyTextFields() function save (line 545) | function save() function doSave (line 554) | function doSave() function load (line 573) | function load() function exportFile (line 595) | function exportFile() function gameFilenameFromNormalFilename (line 604) | function gameFilenameFromNormalFilename(f) function exportGameFile (line 609) | function exportGameFile() function importFile (line 618) | function importFile() function add (line 624) | function add(constructor) function clear (line 638) | function clear() function handleFiles (line 693) | function handleFiles(files) function addFileEntry (line 775) | function addFileEntry(name) FILE: Dialogger/lib/joint.js function isArraylike (line 855) | function isArraylike( obj ) { function Sizzle (line 1055) | function Sizzle( selector, context, results, seed ) { function createCache (line 1170) | function createCache() { function markFunction (line 1188) | function markFunction( fn ) { function assert (line 1197) | function assert( fn ) { function addHandle (line 1219) | function addHandle( attrs, handler ) { function siblingCheck (line 1234) | function siblingCheck( a, b ) { function createInputPseudo (line 1261) | function createInputPseudo( type ) { function createButtonPseudo (line 1272) | function createButtonPseudo( type ) { function createPositionalPseudo (line 1283) | function createPositionalPseudo( fn ) { function setFilters (line 2266) | function setFilters() {} function tokenize (line 2270) | function tokenize( selector, parseOnly ) { function toSelector (line 2337) | function toSelector( tokens ) { function addCombinator (line 2347) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2397) | function elementMatcher( matchers ) { function condense (line 2411) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2432) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2525) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2580) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function multipleContexts (line 2708) | function multipleContexts( selector, contexts, results ) { function select (line 2717) | function select( selector, context, results, seed ) { function createOptions (line 2857) | function createOptions( options ) { function Data (line 3319) | function Data() { function dataAttr (line 3632) | function dataAttr( elem, key, data ) { function returnTrue (line 4312) | function returnTrue() { function returnFalse (line 4316) | function returnFalse() { function safeActiveElement (line 4320) | function safeActiveElement() { function sibling (line 5275) | function sibling( cur, dir ) { function winnow (line 5391) | function winnow( elements, qualifier, not ) { function manipulationTarget (line 5900) | function manipulationTarget( elem, content ) { function disableScript (line 5910) | function disableScript( elem ) { function restoreScript (line 5914) | function restoreScript( elem ) { function setGlobalEval (line 5927) | function setGlobalEval( elems, refElements ) { function cloneCopyEvent (line 5938) | function cloneCopyEvent( src, dest ) { function getAll (line 5973) | function getAll( context, tag ) { function fixInput (line 5984) | function fixInput( src, dest ) { function vendorPropName (line 6085) | function vendorPropName( style, name ) { function isHidden (line 6107) | function isHidden( elem, el ) { function getStyles (line 6116) | function getStyles( elem ) { function showHide (line 6120) | function showHide( elements, show ) { function setPositiveNumber (line 6391) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 6399) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { function getWidthOrHeight (line 6438) | function getWidthOrHeight( elem, name, extra ) { function css_defaultDisplay (line 6482) | function css_defaultDisplay( nodeName ) { function actualDisplay (line 6514) | function actualDisplay( name, doc ) { function buildParams (line 6700) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 6816) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 6848) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 6875) | function ajaxExtend( target, src ) { function done (line 7321) | function done( status, nativeStatusText, responses, headers ) { function ajaxHandleResponses (line 7468) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 7524) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function createFxNow (line 7919) | function createFxNow() { function createTween (line 7926) | function createTween( value, prop, animation ) { function Animation (line 7940) | function Animation( elem, properties, options ) { function propFilter (line 8044) | function propFilter( props, specialEasing ) { function defaultPrefilter (line 8111) | function defaultPrefilter( elem, props, opts ) { function Tween (line 8234) | function Tween( elem, options, prop, end, easing ) { function genFx (line 8458) | function genFx( type, includeWidth ) { function getWindow (line 8756) | function getWindow( elem ) { function baseIndexOf (line 9007) | function baseIndexOf(array, value, fromIndex) { function cacheIndexOf (line 9028) | function cacheIndexOf(cache, value) { function cachePush (line 9052) | function cachePush(value) { function charAtCallback (line 9081) | function charAtCallback(value) { function compareAscending (line 9094) | function compareAscending(a, b) { function createCache (line 9122) | function createCache(array) { function escapeStringChar (line 9155) | function escapeStringChar(match) { function getArray (line 9165) | function getArray() { function getObject (line 9175) | function getObject() { function noop (line 9198) | function noop() { function releaseArray (line 9208) | function releaseArray(array) { function releaseObject (line 9221) | function releaseObject(object) { function slice (line 9245) | function slice(array, start, end) { function runInContext (line 9271) | function runInContext(context) { function createElement (line 17377) | function createElement(el, attrs, children) { function setAttribute (line 17437) | function setAttribute(el, name, value) { function parseTransformString (line 17451) | function parseTransformString(transform) { function deltaTransformPoint (line 17494) | function deltaTransformPoint(matrix, point) { function decomposeMatrix (line 17501) | function decomposeMatrix(matrix) { function VElement (line 17528) | function VElement(el) { function point (line 18018) | function point(x, y) { function line (line 18166) | function line(p1, p2) { function rect (line 18227) | function rect(x, y, w, h) { function ellipse (line 18371) | function ellipse(c, a, b) { function isDefined (line 19816) | function isDefined(x) { function watchEnd (line 20603) | function watchEnd(link, end) { function direction (line 20947) | function direction(p1, p2) { function bestDirection (line 20959) | function bestDirection(p1, p2, preferredDirection) { function findMiddleVertex (line 21002) | function findMiddleVertex(p1, p2, preferredDirection) { function validateConnectionArgs (line 21124) | function validateConnectionArgs(cellView, magnet) { FILE: Dialogger/lib/jquery.contextmenu.js function returnfalse (line 2) | function returnfalse() { return false; } function applyRule (line 137) | function applyRule(rule) { function disable (line 146) | function disable(alias, disabled) { function showMenu (line 152) | function showMenu(e, menutarget) { FILE: Excel/Core/Binary12Format/Enums.cs type BIFF12 (line 6) | internal enum BIFF12 : ushort FILE: Excel/Core/Binary12Format/XlsbDimension.cs class XlsbDimension (line 8) | internal class XlsbDimension : XlsxDimension method XlsbDimension (line 10) | public XlsbDimension():base(string.Empty) {} FILE: Excel/Core/Binary12Format/XlsbNumFmt.cs class XlsbNumFmt (line 8) | internal class XlsbNumFmt : XlsxNumFmt method XlsbNumFmt (line 10) | public XlsbNumFmt(int id, string formatCode) : base(id, formatCode) { } FILE: Excel/Core/Binary12Format/XlsbRecord.cs class XlsbRecord (line 12) | internal class XlsbRecord method GetID (line 27) | private static BIFF12 GetID(byte[] bytes, int offset) method GetLength (line 72) | public uint GetLength() method XlsbRecord (line 142) | protected XlsbRecord(byte[] bytes) method XlsbRecord (line 147) | protected XlsbRecord(byte[] bytes, uint offset) method GetRecord (line 160) | public static XlsbRecord GetRecord(byte[] bytes, uint offset) method ReadUInt32 (line 165) | public int ReadUInt32(int offset) method ReadUInt16 (line 179) | public ushort ReadUInt16(int offset) method ReadByte (line 191) | public byte ReadByte(int offset) method ReadString (line 202) | public string ReadString(int offset, int len) method ReadFloat (line 212) | public double ReadFloat(int offset) method ReadDouble (line 254) | public double ReadDouble(int offset) FILE: Excel/Core/Binary12Format/XlsbSST.cs class XlsbSST (line 7) | internal class XlsbSST : List FILE: Excel/Core/Binary12Format/XlsbStyles.cs class XlsbStyles (line 7) | internal class XlsbStyles method XlsbStyles (line 9) | public XlsbStyles() FILE: Excel/Core/Binary12Format/XlsbWorkbook.cs class XlsbWorkbook (line 8) | internal class XlsbWorkbook method XlsbWorkbook (line 10) | private XlsbWorkbook() { } method XlsbWorkbook (line 12) | public XlsbWorkbook(Stream workbookStream, Stream sharedStringsStream,... method ReadStyles (line 46) | private void ReadStyles(Stream fileStream) method ReadSharedStrings (line 51) | private void ReadSharedStrings(Stream fileStream) method ReadWorkbook (line 58) | private void ReadWorkbook(Stream fileStream) FILE: Excel/Core/Binary12Format/XlsbWorksheet.cs class XlsbWorksheet (line 7) | internal class XlsbWorksheet method XlsbWorksheet (line 47) | public XlsbWorksheet(string name, int id) FILE: Excel/Core/Binary12Format/XlsbXf.cs class XlsbXf (line 8) | internal class XlsbXf : XlsxXf method XlsbXf (line 10) | public XlsbXf(int id, int numFmtId, string applyNumberFormat) : base(i... FILE: Excel/Core/BinaryFormat/Enums.cs type STGTY (line 3) | internal enum STGTY : byte type DECOLOR (line 13) | internal enum DECOLOR : byte type FATMARKERS (line 19) | internal enum FATMARKERS : uint type BIFFTYPE (line 27) | internal enum BIFFTYPE : ushort type BIFFRECORDTYPE (line 37) | internal enum BIFFRECORDTYPE : ushort type FORMULAERROR (line 212) | internal enum FORMULAERROR : byte FILE: Excel/Core/BinaryFormat/XlsBiffBOF.cs class XlsBiffBOF (line 6) | internal class XlsBiffBOF : XlsBiffRecord method XlsBiffBOF (line 8) | internal XlsBiffBOF(byte[] bytes, uint offset, ExcelBinaryReader reader) FILE: Excel/Core/BinaryFormat/XlsBiffBlankCell.cs class XlsBiffBlankCell (line 7) | internal class XlsBiffBlankCell : XlsBiffRecord method XlsBiffBlankCell (line 9) | internal XlsBiffBlankCell(byte[] bytes, uint offset, ExcelBinaryReader... FILE: Excel/Core/BinaryFormat/XlsBiffBoolErr.cs class XlsBiffBoolErr (line 7) | internal class XlsBiffBoolErr : XlsBiffBlankCell method XlsBiffBoolErr (line 9) | internal XlsBiffBoolErr(byte[] bytes) method XlsBiffBoolErr (line 15) | internal XlsBiffBoolErr(byte[] bytes, uint offset) FILE: Excel/Core/BinaryFormat/XlsBiffBoundSheet.cs class XlsBiffBoundSheet (line 8) | internal class XlsBiffBoundSheet : XlsBiffRecord type SheetType (line 12) | public enum SheetType : byte type SheetVisibility (line 24) | public enum SheetVisibility : byte method XlsBiffBoundSheet (line 36) | internal XlsBiffBoundSheet(byte[] bytes, uint offset, ExcelBinaryReade... FILE: Excel/Core/BinaryFormat/XlsBiffContinue.cs class XlsBiffContinue (line 6) | internal class XlsBiffContinue : XlsBiffRecord method XlsBiffContinue (line 8) | internal XlsBiffContinue(byte[] bytes, uint offset, ExcelBinaryReader ... FILE: Excel/Core/BinaryFormat/XlsBiffDbCell.cs class XlsBiffDbCell (line 8) | internal class XlsBiffDbCell : XlsBiffRecord method XlsBiffDbCell (line 10) | internal XlsBiffDbCell(byte[] bytes, uint offset, ExcelBinaryReader re... FILE: Excel/Core/BinaryFormat/XlsBiffDimensions.cs class XlsBiffDimensions (line 6) | internal class XlsBiffDimensions : XlsBiffRecord method XlsBiffDimensions (line 10) | internal XlsBiffDimensions(byte[] bytes, uint offset, ExcelBinaryReade... FILE: Excel/Core/BinaryFormat/XlsBiffEOF.cs class XlsBiffEOF (line 6) | internal class XlsBiffEOF : XlsBiffRecord method XlsBiffEOF (line 8) | internal XlsBiffEOF(byte[] bytes, uint offset, ExcelBinaryReader reader) FILE: Excel/Core/BinaryFormat/XlsBiffFormatString.cs class XlsBiffFormatString (line 8) | internal class XlsBiffFormatString : XlsBiffRecord method XlsBiffFormatString (line 14) | internal XlsBiffFormatString(byte[] bytes, uint offset, ExcelBinaryRea... FILE: Excel/Core/BinaryFormat/XlsBiffFormulaCell.cs class XlsBiffFormulaCell (line 9) | internal class XlsBiffFormulaCell : XlsBiffNumberCell type FormulaFlags (line 13) | [Flags] method XlsBiffFormulaCell (line 25) | internal XlsBiffFormulaCell(byte[] bytes, uint offset, ExcelBinaryRead... FILE: Excel/Core/BinaryFormat/XlsBiffFormulaString.cs class XlsBiffFormulaString (line 8) | internal class XlsBiffFormulaString : XlsBiffRecord method XlsBiffFormulaString (line 13) | internal XlsBiffFormulaString(byte[] bytes, uint offset, ExcelBinaryRe... FILE: Excel/Core/BinaryFormat/XlsBiffIndex.cs class XlsBiffIndex (line 8) | internal class XlsBiffIndex : XlsBiffRecord method XlsBiffIndex (line 12) | internal XlsBiffIndex(byte[] bytes, uint offset, ExcelBinaryReader rea... FILE: Excel/Core/BinaryFormat/XlsBiffIntegerCell.cs class XlsBiffIntegerCell (line 6) | internal class XlsBiffIntegerCell : XlsBiffBlankCell method XlsBiffIntegerCell (line 8) | internal XlsBiffIntegerCell(byte[] bytes, uint offset, ExcelBinaryRead... FILE: Excel/Core/BinaryFormat/XlsBiffInterfaceHdr.cs class XlsBiffInterfaceHdr (line 7) | internal class XlsBiffInterfaceHdr : XlsBiffRecord method XlsBiffInterfaceHdr (line 9) | internal XlsBiffInterfaceHdr(byte[] bytes, uint offset, ExcelBinaryRea... FILE: Excel/Core/BinaryFormat/XlsBiffLabelCell.cs class XlsBiffLabelCell (line 8) | internal class XlsBiffLabelCell : XlsBiffBlankCell method XlsBiffLabelCell (line 12) | internal XlsBiffLabelCell(byte[] bytes, uint offset, ExcelBinaryReader... FILE: Excel/Core/BinaryFormat/XlsBiffLabelSSTCell.cs class XlsBiffLabelSSTCell (line 6) | internal class XlsBiffLabelSSTCell : XlsBiffBlankCell method XlsBiffLabelSSTCell (line 8) | internal XlsBiffLabelSSTCell(byte[] bytes, uint offset, ExcelBinaryRea... method Text (line 26) | public string Text(XlsBiffSST sst) FILE: Excel/Core/BinaryFormat/XlsBiffMulBlankCell.cs class XlsBiffMulBlankCell (line 6) | internal class XlsBiffMulBlankCell : XlsBiffBlankCell method XlsBiffMulBlankCell (line 8) | internal XlsBiffMulBlankCell(byte[] bytes, uint offset, ExcelBinaryRea... method GetXF (line 26) | public ushort GetXF(ushort ColumnIdx) FILE: Excel/Core/BinaryFormat/XlsBiffMulRKCell.cs class XlsBiffMulRKCell (line 6) | internal class XlsBiffMulRKCell : XlsBiffBlankCell method XlsBiffMulRKCell (line 8) | internal XlsBiffMulRKCell(byte[] bytes, uint offset, ExcelBinaryReader... method GetXF (line 26) | public ushort GetXF(ushort ColumnIdx) method GetValue (line 39) | public double GetValue(ushort ColumnIdx) FILE: Excel/Core/BinaryFormat/XlsBiffNumberCell.cs class XlsBiffNumberCell (line 6) | internal class XlsBiffNumberCell : XlsBiffBlankCell method XlsBiffNumberCell (line 8) | internal XlsBiffNumberCell(byte[] bytes, uint offset, ExcelBinaryReade... FILE: Excel/Core/BinaryFormat/XlsBiffQuickTip.cs class XlsBiffQuickTip (line 8) | internal class XlsBiffQuickTip : XlsBiffRecord method XlsBiffQuickTip (line 11) | internal XlsBiffQuickTip(byte[] bytes, uint offset, ExcelBinaryReader ... FILE: Excel/Core/BinaryFormat/XlsBiffRKCell.cs class XlsBiffRKCell (line 8) | internal class XlsBiffRKCell : XlsBiffBlankCell method XlsBiffRKCell (line 10) | internal XlsBiffRKCell(byte[] bytes, uint offset, ExcelBinaryReader re... method NumFromRK (line 28) | public static double NumFromRK(uint rk) FILE: Excel/Core/BinaryFormat/XlsBiffRecord.cs class XlsBiffRecord (line 11) | internal class XlsBiffRecord method XlsBiffRecord (line 17) | protected XlsBiffRecord(byte[] bytes, uint offset, ExcelBinaryReader r... method GetRecord (line 75) | public static XlsBiffRecord GetRecord(byte[] bytes, uint offset, Excel... method ReadByte (line 190) | public byte ReadByte(int offset) method ReadUInt16 (line 195) | public ushort ReadUInt16(int offset) method ReadUInt32 (line 200) | public uint ReadUInt32(int offset) method ReadUInt64 (line 205) | public ulong ReadUInt64(int offset) method ReadInt16 (line 210) | public short ReadInt16(int offset) method ReadInt32 (line 215) | public int ReadInt32(int offset) method ReadInt64 (line 220) | public long ReadInt64(int offset) method ReadArray (line 225) | public byte[] ReadArray(int offset, int size) method ReadFloat (line 232) | public float ReadFloat(int offset) method ReadDouble (line 237) | public double ReadDouble(int offset) FILE: Excel/Core/BinaryFormat/XlsBiffRow.cs class XlsBiffRow (line 6) | internal class XlsBiffRow : XlsBiffRecord method XlsBiffRow (line 8) | internal XlsBiffRow(byte[] bytes, uint offset, ExcelBinaryReader reader) FILE: Excel/Core/BinaryFormat/XlsBiffSST.cs class XlsBiffSST (line 10) | internal class XlsBiffSST : XlsBiffRecord method XlsBiffSST (line 16) | internal XlsBiffSST(byte[] bytes, uint offset, ExcelBinaryReader reader) method ReadStrings (line 42) | public void ReadStrings() method GetString (line 123) | public string GetString(uint SSTIndex) method Append (line 136) | public void Append(XlsBiffContinue fragment) FILE: Excel/Core/BinaryFormat/XlsBiffSimpleValueRecord.cs class XlsBiffSimpleValueRecord (line 6) | internal class XlsBiffSimpleValueRecord : XlsBiffRecord method XlsBiffSimpleValueRecord (line 8) | internal XlsBiffSimpleValueRecord(byte[] bytes, uint offset, ExcelBina... FILE: Excel/Core/BinaryFormat/XlsBiffStream.cs class XlsBiffStream (line 10) | internal class XlsBiffStream : XlsStream method XlsBiffStream (line 17) | public XlsBiffStream(XlsHeader hdr, uint streamStart, bool isMini, Xls... method ReadStream (line 48) | [Obsolete("Use BIFF-specific methods for this stream")] method Seek (line 59) | [MethodImpl(MethodImplOptions.Synchronized)] method Read (line 84) | [MethodImpl(MethodImplOptions.Synchronized)] method ReadAt (line 102) | public XlsBiffRecord ReadAt(int offset) FILE: Excel/Core/BinaryFormat/XlsBiffUncalced.cs class XlsBiffUncalced (line 7) | internal class XlsBiffUncalced : XlsBiffRecord method XlsBiffUncalced (line 9) | internal XlsBiffUncalced(byte[] bytes, uint offset, ExcelBinaryReader ... FILE: Excel/Core/BinaryFormat/XlsBiffWindow1.cs class XlsBiffWindow1 (line 8) | internal class XlsBiffWindow1 : XlsBiffRecord type Window1Flags (line 12) | [Flags] method XlsBiffWindow1 (line 27) | internal XlsBiffWindow1(byte[] bytes, uint offset, ExcelBinaryReader r... FILE: Excel/Core/BinaryFormat/XlsDirectoryEntry.cs class XlsDirectoryEntry (line 10) | internal class XlsDirectoryEntry method XlsDirectoryEntry (line 28) | public XlsDirectoryEntry(byte[] bytes, XlsHeader header) FILE: Excel/Core/BinaryFormat/XlsFat.cs class XlsFat (line 10) | internal class XlsFat method XlsFat (line 28) | public XlsFat(XlsHeader hdr, List sectors, int sizeOfSector, boo... method GetNextSector (line 98) | public uint GetNextSector(uint sector) FILE: Excel/Core/BinaryFormat/XlsFormattedUnicodeString.cs class XlsFormattedUnicodeString (line 9) | internal class XlsFormattedUnicodeString type FormattedUnicodeStringFlags (line 13) | [Flags] method XlsFormattedUnicodeString (line 26) | public XlsFormattedUnicodeString(byte[] bytes, uint offset) FILE: Excel/Core/BinaryFormat/XlsHeader.cs class XlsHeader (line 11) | internal class XlsHeader method XlsHeader (line 18) | private XlsHeader(Stream file) method GetMiniFAT (line 166) | public XlsFat GetMiniFAT(XlsRootDirectory rootDir) method ReadHeader (line 266) | public static XlsHeader ReadHeader(Stream file) FILE: Excel/Core/BinaryFormat/XlsRootDirectory.cs class XlsRootDirectory (line 10) | internal class XlsRootDirectory method XlsRootDirectory (line 19) | public XlsRootDirectory(XlsHeader hdr) method FindEntry (line 71) | public XlsDirectoryEntry FindEntry(string EntryName) FILE: Excel/Core/BinaryFormat/XlsStream.cs class XlsStream (line 9) | internal class XlsStream method XlsStream (line 19) | public XlsStream(XlsHeader hdr, uint startSector, bool isMini, XlsRoot... method CalculateMiniFat (line 32) | public void CalculateMiniFat(XlsRootDirectory rootDir) method ReadStream (line 57) | public byte[] ReadStream() FILE: Excel/Core/BinaryFormat/XlsWorkbookGlobals.cs class XlsWorkbookGlobals (line 8) | internal class XlsWorkbookGlobals FILE: Excel/Core/BinaryFormat/XlsWorksheet.cs class XlsWorksheet (line 7) | internal class XlsWorksheet method XlsWorksheet (line 20) | public XlsWorksheet(int index, XlsBiffBoundSheet refSheet) FILE: Excel/Core/FormatReader.cs class FormatReader (line 7) | public class FormatReader method FormatReader (line 11) | public FormatReader() method IsDateFormatString (line 16) | public bool IsDateFormatString() method IsSurroundedByQuotes (line 51) | private bool IsSurroundedByQuotes(char dateChar, int pos) method IsPrecededByBackSlash (line 66) | private bool IsPrecededByBackSlash(char dateChar, int pos) method IsSurroundedByBracket (line 79) | private bool IsSurroundedByBracket(char dateChar, int pos) method NumberOfUnescapedOccurances (line 98) | private int NumberOfUnescapedOccurances(char value, string src) FILE: Excel/Core/Helpers.cs class Helpers (line 13) | internal static class Helpers method IsSingleByteEncoding (line 24) | public static bool IsSingleByteEncoding(Encoding encoding) method IsSingleByteEncoding (line 37) | public static bool IsSingleByteEncoding(Encoding encoding) method Int64BitsToDouble (line 43) | public static double Int64BitsToDouble(long value) method ConvertEscapeChars (line 50) | public static string ConvertEscapeChars(string input) method ConvertFromOATime (line 55) | public static object ConvertFromOATime(double value) method FixDataTypes (line 68) | internal static void FixDataTypes(DataSet dataset) method AddColumnHandleDuplicate (line 130) | public static void AddColumnHandleDuplicate(DataTable table, string co... FILE: Excel/Core/OpenXmlFormat/XlsxDimension.cs class XlsxDimension (line 7) | internal class XlsxDimension method XlsxDimension (line 9) | public XlsxDimension(string value) method XlsxDimension (line 14) | public XlsxDimension(int rows, int cols) method ParseDimensions (line 54) | public void ParseDimensions(string value) method XlsxDim (line 86) | public static void XlsxDim(string value, out int val1, out int val2) FILE: Excel/Core/OpenXmlFormat/XlsxNumFmt.cs class XlsxNumFmt (line 7) | internal class XlsxNumFmt method XlsxNumFmt (line 29) | public XlsxNumFmt(int id, string formatCode) FILE: Excel/Core/OpenXmlFormat/XlsxSST.cs class XlsxSST (line 10) | internal class XlsxSST : List FILE: Excel/Core/OpenXmlFormat/XlsxStyles.cs class XlsxStyles (line 7) | internal class XlsxStyles method XlsxStyles (line 9) | public XlsxStyles() FILE: Excel/Core/OpenXmlFormat/XlsxWorkbook.cs class XlsxWorkbook (line 10) | internal class XlsxWorkbook method XlsxWorkbook (line 26) | private XlsxWorkbook() { } method XlsxWorkbook (line 28) | public XlsxWorkbook(Stream workbookStream, Stream relsStream, Stream s... method ReadStyles (line 64) | private void ReadStyles(Stream xmlFileStream) method ReadSharedStrings (line 123) | private void ReadSharedStrings(Stream xmlFileStream) method ReadWorkbook (line 174) | private void ReadWorkbook(Stream xmlFileStream) method ReadWorkbookRels (line 196) | private void ReadWorkbookRels(Stream xmlFileStream) FILE: Excel/Core/OpenXmlFormat/XlsxWorksheet.cs class XlsxWorksheet (line 7) | internal class XlsxWorksheet method XlsxWorksheet (line 92) | public XlsxWorksheet(string name, int id, string rid) FILE: Excel/Core/OpenXmlFormat/XlsxXf.cs class XlsxXf (line 7) | internal class XlsxXf method XlsxXf (line 38) | public XlsxXf(int id, int numFmtId, string applyNumberFormat) FILE: Excel/Core/OpenXmlFormat/XmlReaderExtensions.cs class XmlReaderExtensions (line 7) | public static class XmlReaderExtensions FILE: Excel/Core/ReferenceHelper.cs class ReferenceHelper (line 6) | public static class ReferenceHelper method ReferenceToColumnAndRow (line 13) | public static int[] ReferenceToColumnAndRow(string reference) FILE: Excel/Core/ZipWorker.cs class ZipWorker (line 11) | public class ZipWorker : IDisposable method ZipWorker (line 68) | public ZipWorker() method Extract (line 78) | public bool Extract(Stream fileStream) method GetSharedStringsStream (line 125) | public Stream GetSharedStringsStream() method GetStylesStream (line 134) | public Stream GetStylesStream() method GetWorkbookStream (line 143) | public Stream GetWorkbookStream() method GetWorksheetStream (line 153) | public Stream GetWorksheetStream(int sheetId) method GetWorksheetStream (line 160) | public Stream GetWorksheetStream(string sheetPath) method GetWorkbookRelsStream (line 173) | public Stream GetWorkbookRelsStream() method CleanFromTemp (line 178) | private void CleanFromTemp(bool catchIoError) method ExtractZipEntry (line 200) | private void ExtractZipEntry(ZipFile zipFile, ZipEntry entry) method NewTempPath (line 243) | private void NewTempPath() method CheckFolderTree (line 255) | private bool CheckFolderTree() method GetStream (line 265) | private static Stream GetStream(string filePath) method Dispose (line 279) | public void Dispose() method Dispose (line 286) | private void Dispose(bool disposing) FILE: Excel/Errors.cs class Errors (line 3) | internal static class Errors FILE: Excel/ExcelBinary12Reader.cs class ExcelBinary12Reader (line 11) | public class ExcelBinary12Reader : IExcelDataReader method ExcelBinary12Reader (line 33) | internal ExcelBinary12Reader() method ReadGlobals (line 39) | private void ReadGlobals() method Initialize (line 49) | public void Initialize(System.IO.Stream fileStream) method AsDataSet (line 68) | public System.Data.DataSet AsDataSet() method AsDataSet (line 73) | public System.Data.DataSet AsDataSet(bool convertOADateTime) method Close (line 105) | public void Close() method NextResult (line 124) | public bool NextResult() method Read (line 129) | public bool Read() method GetBoolean (line 144) | public bool GetBoolean(int i) method GetDateTime (line 151) | public DateTime GetDateTime(int i) method GetDecimal (line 166) | public decimal GetDecimal(int i) method GetDouble (line 173) | public double GetDouble(int i) method GetFloat (line 180) | public float GetFloat(int i) method GetInt16 (line 187) | public short GetInt16(int i) method GetInt32 (line 194) | public int GetInt32(int i) method GetInt64 (line 201) | public long GetInt64(int i) method GetString (line 208) | public string GetString(int i) method GetValue (line 215) | public object GetValue(int i) method IsDBNull (line 220) | public bool IsDBNull(int i) method Dispose (line 234) | public void Dispose() method Dispose (line 241) | private void Dispose(bool disposing) method GetSchemaTable (line 272) | public DataTable GetSchemaTable() method GetByte (line 286) | public byte GetByte(int i) method GetBytes (line 291) | public long GetBytes(int i, long fieldOffset, byte[] buffer, int buffe... method GetChar (line 296) | public char GetChar(int i) method GetChars (line 301) | public long GetChars(int i, long fieldoffset, char[] buffer, int buffe... method GetData (line 306) | public IDataReader GetData(int i) method GetDataTypeName (line 311) | public string GetDataTypeName(int i) method GetFieldType (line 316) | public Type GetFieldType(int i) method GetGuid (line 321) | public Guid GetGuid(int i) method GetName (line 326) | public string GetName(int i) method GetOrdinal (line 331) | public int GetOrdinal(string name) method GetValues (line 336) | public int GetValues(object[] values) FILE: Excel/ExcelBinaryReader.cs class ExcelBinaryReader (line 15) | public class ExcelBinaryReader : IExcelDataReader method ExcelBinaryReader (line 56) | internal ExcelBinaryReader() method ExcelBinaryReader (line 65) | internal ExcelBinaryReader(ReadOption readOption) : this() method Dispose (line 72) | public void Dispose() method Dispose (line 79) | private void Dispose(bool disposing) method findFirstDataCellOffset (line 111) | private int findFirstDataCellOffset(int startOffset) method readWorkBookGlobals (line 143) | private void readWorkBookGlobals() method readWorkSheetGlobals (line 280) | private bool readWorkSheetGlobals(XlsWorksheet sheet, out XlsBiffIndex... method DumpBiffRecords (line 386) | private void DumpBiffRecords() method readWorkSheetRow (line 400) | private bool readWorkSheetRow() method readWholeWorkSheet (line 425) | private DataTable readWholeWorkSheet(XlsWorksheet sheet) method readWholeWorkSheetWithIndex (line 445) | private void readWholeWorkSheetWithIndex(XlsBiffIndex idx, bool trigge... method readWholeWorkSheetNoIndex (line 498) | private void readWholeWorkSheetNoIndex(bool triggerCreateColumns, Data... method pushCellValue (line 543) | private void pushCellValue(XlsBiffBlankCell cell) method moveToNextRecord (line 631) | private bool moveToNextRecord() method moveToNextRecordNoIndex (line 662) | private bool moveToNextRecordNoIndex() method initializeSheetRead (line 730) | private void initializeSheetRead() method fail (line 771) | private void fail(string message) method tryConvertOADateTime (line 787) | private object tryConvertOADateTime(double value, ushort XFormat) method tryConvertOADateTime (line 889) | private object tryConvertOADateTime(object value, ushort XFormat) method isV8 (line 901) | public bool isV8() method Initialize (line 910) | public void Initialize(Stream fileStream) method AsDataSet (line 920) | public DataSet AsDataSet() method AsDataSet (line 925) | public DataSet AsDataSet(bool convertOADateTime) method Close (line 972) | public void Close() method NextResult (line 993) | public bool NextResult() method Read (line 1004) | public bool Read() method GetBoolean (line 1018) | public bool GetBoolean(int i) method GetDateTime (line 1025) | public DateTime GetDateTime(int i) method GetDecimal (line 1054) | public decimal GetDecimal(int i) method GetDouble (line 1061) | public double GetDouble(int i) method GetFloat (line 1068) | public float GetFloat(int i) method GetInt16 (line 1075) | public short GetInt16(int i) method GetInt32 (line 1082) | public int GetInt32(int i) method GetInt64 (line 1089) | public long GetInt64(int i) method GetString (line 1096) | public string GetString(int i) method GetValue (line 1103) | public object GetValue(int i) method IsDBNull (line 1108) | public bool IsDBNull(int i) method GetSchemaTable (line 1123) | public DataTable GetSchemaTable() method GetByte (line 1138) | public byte GetByte(int i) method GetBytes (line 1143) | public long GetBytes(int i, long fieldOffset, byte[] buffer, int buffe... method GetChar (line 1148) | public char GetChar(int i) method GetChars (line 1153) | public long GetChars(int i, long fieldoffset, char[] buffer, int buffe... method GetData (line 1158) | public IDataReader GetData(int i) method GetDataTypeName (line 1163) | public string GetDataTypeName(int i) method GetFieldType (line 1168) | public Type GetFieldType(int i) method GetGuid (line 1173) | public Guid GetGuid(int i) method GetName (line 1178) | public string GetName(int i) method GetOrdinal (line 1183) | public int GetOrdinal(string name) method GetValues (line 1188) | public int GetValues(object[] values) type ReadOption (line 1232) | public enum ReadOption FILE: Excel/ExcelDataReader.cs class ExcelDataReader (line 14) | public class ExcelDataReader : IDisposable method ExcelDataReader (line 69) | public ExcelDataReader(Stream fileStream) method ExcelDataReader (line 80) | public ExcelDataReader(Stream fileStream, bool promoteToColumns, bool ... method Dispose (line 91) | public void Dispose() method Dispose (line 98) | private void Dispose(bool disposing) method ParseXlsStream (line 130) | private void ParseXlsStream(Stream fileStream) method ReadWorkbookGlobals (line 166) | private void ReadWorkbookGlobals() method ReadWorksheet (line 265) | private bool ReadWorksheet(XlsWorksheet sheet) method TryConvertOADate (line 448) | private string TryConvertOADate(double value, ushort XFormat) method TryConvertOADate (line 475) | private string TryConvertOADate(object value, ushort XFormat) method InitializeColumns (line 498) | private static void InitializeColumns(ref DataTable dataTable, int col... method RemapColumnsNames (line 506) | private static void RemapColumnsNames(ref DataTable dataTable, object[... method IsV8 (line 517) | private bool IsV8() FILE: Excel/ExcelFileType.cs type ExcelFileType (line 7) | public enum ExcelFileType FILE: Excel/ExcelOpenXmlReader.cs class ExcelOpenXmlReader (line 16) | public class ExcelOpenXmlReader : IExcelDataReader method ExcelOpenXmlReader (line 44) | internal ExcelOpenXmlReader() method ReadGlobals (line 56) | private void ReadGlobals() method CheckDateTimeNumFmts (line 68) | private void CheckDateTimeNumFmts(List list) method ReadSheetGlobals (line 100) | private void ReadSheetGlobals(XlsxWorksheet sheet) method ReadSheetRow (line 190) | private bool ReadSheetRow(XlsxWorksheet sheet) method InitializeSheetRead (line 306) | private bool InitializeSheetRead() method IsDateTimeStyle (line 322) | private bool IsDateTimeStyle(int styleId) method Initialize (line 330) | public void Initialize(System.IO.Stream fileStream) method AsDataSet (line 348) | public System.Data.DataSet AsDataSet() method AsDataSet (line 353) | public System.Data.DataSet AsDataSet(bool convertOADateTime) method Close (line 436) | public void Close() method NextResult (line 462) | public bool NextResult() method Read (line 474) | public bool Read() method GetBoolean (line 491) | public bool GetBoolean(int i) method GetDateTime (line 498) | public DateTime GetDateTime(int i) method GetDecimal (line 513) | public decimal GetDecimal(int i) method GetDouble (line 520) | public double GetDouble(int i) method GetFloat (line 527) | public float GetFloat(int i) method GetInt16 (line 534) | public short GetInt16(int i) method GetInt32 (line 541) | public int GetInt32(int i) method GetInt64 (line 548) | public long GetInt64(int i) method GetString (line 555) | public string GetString(int i) method GetValue (line 562) | public object GetValue(int i) method IsDBNull (line 567) | public bool IsDBNull(int i) method Dispose (line 581) | public void Dispose() method Dispose (line 588) | private void Dispose(bool disposing) method GetSchemaTable (line 623) | public DataTable GetSchemaTable() method GetByte (line 638) | public byte GetByte(int i) method GetBytes (line 643) | public long GetBytes(int i, long fieldOffset, byte[] buffer, int buffe... method GetChar (line 648) | public char GetChar(int i) method GetChars (line 653) | public long GetChars(int i, long fieldoffset, char[] buffer, int buffe... method GetData (line 658) | public IDataReader GetData(int i) method GetDataTypeName (line 663) | public string GetDataTypeName(int i) method GetFieldType (line 668) | public Type GetFieldType(int i) method GetGuid (line 673) | public Guid GetGuid(int i) method GetName (line 678) | public string GetName(int i) method GetOrdinal (line 683) | public int GetOrdinal(string name) method GetValues (line 688) | public int GetValues(object[] values) FILE: Excel/ExcelReaderFactory.cs class ExcelReaderFactory (line 11) | public static class ExcelReaderFactory method CreateBinaryReader (line 19) | public static IExcelDataReader CreateBinaryReader(Stream fileStream) method CreateBinaryReader (line 32) | public static IExcelDataReader CreateBinaryReader(Stream fileStream, R... method CreateBinaryReader (line 45) | public static IExcelDataReader CreateBinaryReader(Stream fileStream, b... method CreateBinaryReader (line 58) | public static IExcelDataReader CreateBinaryReader(Stream fileStream, b... method CreateOpenXmlReader (line 71) | public static IExcelDataReader CreateOpenXmlReader(Stream fileStream) FILE: Excel/Exceptions/BiffRecordException.cs class BiffRecordException (line 5) | public class BiffRecordException : Exception method BiffRecordException (line 7) | public BiffRecordException() method BiffRecordException (line 11) | public BiffRecordException(string message) method BiffRecordException (line 16) | public BiffRecordException(string message, Exception innerException) FILE: Excel/Exceptions/HeaderException.cs class HeaderException (line 5) | public class HeaderException : Exception method HeaderException (line 7) | public HeaderException() method HeaderException (line 11) | public HeaderException(string message) method HeaderException (line 16) | public HeaderException(string message, Exception innerException) FILE: Excel/Factory.cs class Factory (line 8) | public static class Factory method CreateReader (line 10) | public static IExcelDataReader CreateReader(Stream fileStream, ExcelFi... FILE: Excel/IExcelDataReader.cs type IExcelDataReader (line 9) | public interface IExcelDataReader : IDataReader method Initialize (line 15) | void Initialize(Stream fileStream); method AsDataSet (line 21) | DataSet AsDataSet(); method AsDataSet (line 28) | DataSet AsDataSet(bool convertOADateTime); FILE: Excel/Log/ILog-4.5.cs type ILog (line 12) | public partial interface ILog method Debug (line 18) | void Debug(Func message); method Info (line 24) | void Info(Func message); method Warn (line 30) | void Warn(Func message); method Error (line 36) | void Error(Func message); method Fatal (line 42) | void Fatal(Func message); FILE: Excel/Log/ILog.cs type ILog (line 10) | public partial interface ILog method InitializeFor (line 16) | void InitializeFor(string loggerName); method Debug (line 23) | void Debug(string message, params object[] formatting); method Info (line 30) | void Info(string message, params object[] formatting); method Warn (line 37) | void Warn(string message, params object[] formatting); method Error (line 44) | void Error(string message, params object[] formatting); method Fatal (line 51) | void Fatal(string message, params object[] formatting); type ILog (line 59) | public interface ILog where T : new() method InitializeFor (line 16) | void InitializeFor(string loggerName); method Debug (line 23) | void Debug(string message, params object[] formatting); method Info (line 30) | void Info(string message, params object[] formatting); method Warn (line 37) | void Warn(string message, params object[] formatting); method Error (line 44) | void Error(string message, params object[] formatting); method Fatal (line 51) | void Fatal(string message, params object[] formatting); FILE: Excel/Log/Log.cs class Log (line 11) | public static partial class Log method InitializeWith (line 20) | public static void InitializeWith() where T : ILog, new() method InitializeWith (line 30) | public static void InitializeWith(ILog loggerType) method GetLoggerFor (line 42) | public static ILog GetLoggerFor(string objectName) FILE: Excel/Log/LogExtensions.cs class LogExtensions (line 11) | public static class LogExtensions method Log (line 24) | public static ILog Log(this T type) method Log (line 35) | public static ILog Log(this string objectName) FILE: Excel/Log/LogManager.cs class LogManager (line 10) | public static class LogManager method Log (line 25) | public static ILog Log(T type) method Log (line 36) | public static ILog Log(string objectName) FILE: Excel/Log/Logger/NullLog-4.5.cs class NullLog (line 8) | public partial class NullLog : ILog, ILog method Debug (line 10) | public void Debug(Func message) method Info (line 14) | public void Info(Func message) method Warn (line 18) | public void Warn(Func message) method Error (line 22) | public void Error(Func message) method Fatal (line 26) | public void Fatal(Func message) FILE: Excel/Log/Logger/NullLog.cs class NullLog (line 8) | public partial class NullLog : ILog, ILog method InitializeFor (line 10) | public void InitializeFor(string loggerName) method Debug (line 14) | public void Debug(string message, params object[] formatting) method Info (line 18) | public void Info(string message, params object[] formatting) method Warn (line 22) | public void Warn(string message, params object[] formatting) method Error (line 26) | public void Error(string message, params object[] formatting) method Fatal (line 30) | public void Fatal(string message, params object[] formatting) FILE: Excel/Log/StringExtensions.cs class StringExtensions (line 9) | public static class StringExtensions method FormatWith (line 17) | public static string FormatWith(this string input, params object[] for... FILE: Lemma/AdapterSelectorForm.Designer.cs class AdapterSelectorForm (line 3) | partial class AdapterSelectorForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Lemma/AdapterSelectorForm.cs class AdapterSelectorForm (line 13) | public partial class AdapterSelectorForm : Form method AdapterSelectorForm (line 18) | public AdapterSelectorForm(bool vr) class Entry (line 24) | private class Entry method AdapterSelectorForm_Load (line 30) | private void AdapterSelectorForm_Load(object sender, EventArgs e) method button1_Click (line 45) | private void button1_Click(object sender, EventArgs e) FILE: Lemma/ComponentInterfaces.cs type IDrawableComponent (line 11) | public interface IDrawableComponent : IGraphicsComponent method Draw (line 14) | void Draw(GameTime time, RenderParameters parameters); method IsVisible (line 15) | bool IsVisible(BoundingFrustum frustum); method GetDistance (line 16) | float GetDistance(Vector3 camera); type IDrawableAlphaComponent (line 19) | public interface IDrawableAlphaComponent : IGraphicsComponent method DrawAlpha (line 21) | void DrawAlpha(GameTime time, RenderParameters parameters); type IDrawablePostAlphaComponent (line 25) | public interface IDrawablePostAlphaComponent : IGraphicsComponent method DrawPostAlpha (line 27) | void DrawPostAlpha(GameTime time, RenderParameters parameters); type IDrawablePreFrameComponent (line 31) | public interface IDrawablePreFrameComponent : IGraphicsComponent method DrawPreFrame (line 33) | void DrawPreFrame(GameTime time, RenderParameters parameters); type INonPostProcessedDrawableComponent (line 36) | public interface INonPostProcessedDrawableComponent : IGraphicsComponent method DrawNonPostProcessed (line 38) | void DrawNonPostProcessed(GameTime time, RenderParameters parameters); FILE: Lemma/Components/AI.cs class AI (line 11) | [XmlInclude(typeof(AI.Task))] class Task (line 15) | public class Task class AIState (line 24) | public class AIState method AIState (line 35) | public AIState() method Setup (line 75) | public void Setup(params AIState[] states) method Add (line 81) | public void Add(AIState state) method Awake (line 114) | public override void Awake() method Update (line 157) | public void Update(float elapsedTime) FILE: Lemma/Components/Agent.cs class Agent (line 12) | public class Agent : Component
method Query (line 16) | public static bool Query(Vector3 pos, float visionRadius, float soundR... method Query (line 21) | public static Agent Query(Vector3 pos, float visionRadius, float sound... method query (line 26) | private static Agent query(Vector3 pos, float visionRadius, float soun... method Awake (line 68) | public override void Awake() FILE: Lemma/Components/AmbientSound.cs class AmbientSound (line 11) | public class AmbientSound : Component
method Awake (line 21) | public override void Awake() method Start (line 39) | public override void Start() method play (line 45) | private void play() method stop (line 54) | private void stop() method delete (line 61) | public override void delete() FILE: Lemma/Components/Analytics.cs class Session (line 18) | public class Session class ContinuousProperty (line 20) | public class ContinuousProperty method Initialize (line 29) | public void Initialize(Session session) method Record (line 60) | public void Record(float value) method serialize (line 65) | public unsafe static string serialize(List data) method deserialize (line 81) | public unsafe static List deserialize(string input) method Clear (line 109) | public void Clear() class PositionProperty (line 115) | public class PositionProperty method Initialize (line 123) | public void Initialize(Session session) method GetLastRecordedPosition (line 179) | public Vector3 GetLastRecordedPosition(float time) method Record (line 185) | public void Record(Vector3 value) class EventList (line 193) | public class EventList class Event (line 201) | public class Event method GetContinuousProperty (line 207) | public ContinuousProperty GetContinuousProperty(string name) method Load (line 262) | public static Session Load(string path) class Recorder (line 327) | public class Recorder: Component
method Event (line 329) | public static void Event(Main main, string name, string data = null) method UploadSession (line 336) | public static void UploadSession(string file) method worker (line 352) | private void worker() method Recorder (line 383) | public Recorder(Main main) method Save (line 427) | public void Save(string path, int build, string map, float totalTime) method Reset (line 458) | public void Reset() method Add (line 470) | public void Add(string name, Func get) method Add (line 487) | public void Add(string name, Func get) method RecordEvent (line 504) | public void RecordEvent(string name, string data = null) method Update (line 522) | public void Update(float dt) FILE: Lemma/Components/AnimatedProp.cs class AnimatedProp (line 10) | public class AnimatedProp : Component
method Awake (line 16) | public override void Awake() method Start (line 43) | public override void Start() method play (line 49) | private void play() method stop (line 55) | private void stop() FILE: Lemma/Components/Animation.cs class EaseTypeExtensions (line 10) | public static class EaseTypeExtensions method IsIn (line 12) | public static bool IsIn(this Animation.Ease.EaseType type) method IsOut (line 25) | public static bool IsOut(this Animation.Ease.EaseType type) method BlendsInto (line 38) | public static bool BlendsInto(this Animation.Ease.EaseType type, Anima... class Animation (line 44) | public class Animation : Component
, IUpdateableComponent class Base (line 46) | public abstract class Base method Reset (line 49) | public abstract void Reset(); method Update (line 50) | public abstract void Update(float dt); class Interval (line 53) | public abstract class Interval : Base method Interval (line 58) | public Interval(float duration) method Reset (line 63) | public override void Reset() method Update (line 69) | public override void Update(float dt) method UpdateInterval (line 76) | public abstract void UpdateInterval(float x); class Custom (line 79) | public class Custom : Interval method Custom (line 83) | public Custom(Action action, float duration) method UpdateInterval (line 89) | public override void UpdateInterval(float x) class Move (line 95) | public abstract class Move : Interval method Move (line 101) | public Move(Property p, T t, float duration) method Reset (line 108) | public override void Reset() class Vector2MoveTo (line 115) | public class Vector2MoveTo : Move method Vector2MoveTo (line 117) | public Vector2MoveTo(Property p, Vector2 t, float duration) method UpdateInterval (line 123) | public override void UpdateInterval(float x) class MatrixMoveTo (line 129) | public class MatrixMoveTo : Move method MatrixMoveTo (line 131) | public MatrixMoveTo(Property p, Matrix t, float duration) method UpdateInterval (line 137) | public override void UpdateInterval(float x) class Vector2MoveToSpeed (line 148) | public class Vector2MoveToSpeed : Vector2MoveTo method Vector2MoveToSpeed (line 151) | public Vector2MoveToSpeed(Property p, Vector2 t, float speed) method Reset (line 157) | public override void Reset() class Vector2MoveBy (line 164) | public class Vector2MoveBy : Move method Vector2MoveBy (line 166) | public Vector2MoveBy(Property p, Vector2 t, float duration) method UpdateInterval (line 172) | public override void UpdateInterval(float x) class Vector2MoveBySpeed (line 178) | public class Vector2MoveBySpeed : Vector2MoveBy method Vector2MoveBySpeed (line 180) | public Vector2MoveBySpeed(Property p, Vector2 t, float speed) class Vector3MoveTo (line 187) | public class Vector3MoveTo : Move method Vector3MoveTo (line 189) | public Vector3MoveTo(Property p, Vector3 t, float duration) method UpdateInterval (line 195) | public override void UpdateInterval(float x) class Vector3MoveToSpeed (line 201) | public class Vector3MoveToSpeed : Vector3MoveTo method Vector3MoveToSpeed (line 204) | public Vector3MoveToSpeed(Property p, Vector3 t, float speed) method Reset (line 210) | public override void Reset() class Vector3MoveBy (line 217) | public class Vector3MoveBy : Move method Vector3MoveBy (line 219) | public Vector3MoveBy(Property p, Vector3 t, float duration) method UpdateInterval (line 225) | public override void UpdateInterval(float x) class Vector3MoveBySpeed (line 231) | public class Vector3MoveBySpeed : Vector3MoveBy method Vector3MoveBySpeed (line 233) | public Vector3MoveBySpeed(Property p, Vector3 t, float speed) class Vector4MoveTo (line 240) | public class Vector4MoveTo : Move method Vector4MoveTo (line 242) | public Vector4MoveTo(Property p, Vector4 t, float duration) method UpdateInterval (line 248) | public override void UpdateInterval(float x) class Vector4MoveToSpeed (line 254) | public class Vector4MoveToSpeed : Vector4MoveTo method Vector4MoveToSpeed (line 258) | public Vector4MoveToSpeed(Property p, Vector4 t, float speed) method Reset (line 264) | public override void Reset() class Vector4MoveBy (line 271) | public class Vector4MoveBy : Move method Vector4MoveBy (line 273) | public Vector4MoveBy(Property p, Vector4 t, float duration) method UpdateInterval (line 279) | public override void UpdateInterval(float x) class Vector4MoveBySpeed (line 285) | public class Vector4MoveBySpeed : Vector4MoveBy method Vector4MoveBySpeed (line 287) | public Vector4MoveBySpeed(Property p, Vector4 t, float speed) class QuaternionMoveTo (line 294) | public class QuaternionMoveTo : Move method QuaternionMoveTo (line 296) | public QuaternionMoveTo(Property p, Quaternion t, float ... method UpdateInterval (line 302) | public override void UpdateInterval(float x) class QuaternionMoveToSpeed (line 308) | public class QuaternionMoveToSpeed : QuaternionMoveTo method QuaternionMoveToSpeed (line 312) | public QuaternionMoveToSpeed(Property p, Quaternion t, f... method Reset (line 318) | public override void Reset() class ColorMoveTo (line 325) | public class ColorMoveTo : Move method ColorMoveTo (line 327) | public ColorMoveTo(Property p, Color t, float duration) method UpdateInterval (line 333) | public override void UpdateInterval(float x) class ColorMoveToSpeed (line 339) | public class ColorMoveToSpeed : ColorMoveTo method ColorMoveToSpeed (line 342) | public ColorMoveToSpeed(Property p, Color t, float speed) method Reset (line 348) | public override void Reset() class IntMoveTo (line 355) | public class IntMoveTo : Move method IntMoveTo (line 357) | public IntMoveTo(Property p, int t, float duration) method UpdateInterval (line 363) | public override void UpdateInterval(float x) class IntMoveToSpeed (line 369) | public class IntMoveToSpeed : IntMoveTo method IntMoveToSpeed (line 372) | public IntMoveToSpeed(Property p, int t, float speed) method Reset (line 378) | public override void Reset() class IntMoveBy (line 385) | public class IntMoveBy : Move method IntMoveBy (line 387) | public IntMoveBy(Property p, int t, float duration) method UpdateInterval (line 393) | public override void UpdateInterval(float x) class IntMoveBySpeed (line 399) | public class IntMoveBySpeed : IntMoveBy method IntMoveBySpeed (line 401) | public IntMoveBySpeed(Property p, int t, float speed) class FloatMoveTo (line 408) | public class FloatMoveTo : Move method FloatMoveTo (line 410) | public FloatMoveTo(Property p, float t, float duration) method UpdateInterval (line 416) | public override void UpdateInterval(float x) class FloatMoveToSpeed (line 422) | public class FloatMoveToSpeed : FloatMoveTo method FloatMoveToSpeed (line 425) | public FloatMoveToSpeed(Property p, float t, float speed) method Reset (line 431) | public override void Reset() class FloatMoveBy (line 438) | public class FloatMoveBy : Move method FloatMoveBy (line 440) | public FloatMoveBy(Property p, float t, float duration) method UpdateInterval (line 446) | public override void UpdateInterval(float x) class FloatMoveBySpeed (line 452) | public class FloatMoveBySpeed : FloatMoveBy method FloatMoveBySpeed (line 454) | public FloatMoveBySpeed(Property p, float t, float speed) class Delay (line 461) | public class Delay : Interval method Delay (line 463) | public Delay(float duration) method UpdateInterval (line 469) | public override void UpdateInterval(float x) class Execute (line 475) | public class Execute : Interval method Execute (line 480) | public Execute(Action action) method Execute (line 486) | public Execute(Command action) method Reset (line 492) | public override void Reset() method UpdateInterval (line 498) | public override void UpdateInterval(float x) method Execute (line 512) | public Execute(Action action, T parameter) method Execute (line 518) | public Execute(Command action, T parameter) method Reset (line 525) | public override void Reset() method UpdateInterval (line 531) | public override void UpdateInterval(float x) class Execute (line 506) | public class Execute : Interval method Execute (line 480) | public Execute(Action action) method Execute (line 486) | public Execute(Command action) method Reset (line 492) | public override void Reset() method UpdateInterval (line 498) | public override void UpdateInterval(float x) method Execute (line 512) | public Execute(Action action, T parameter) method Execute (line 518) | public Execute(Command action, T parameter) method Reset (line 525) | public override void Reset() method UpdateInterval (line 531) | public override void UpdateInterval(float x) class Set (line 539) | public class Set : Interval method Set (line 545) | public Set(Property p, T t) method Reset (line 552) | public override void Reset() method UpdateInterval (line 558) | public override void UpdateInterval(float x) class Parallel (line 566) | public class Parallel : Interval method Parallel (line 571) | public Parallel(params Interval[] intervals) method Reset (line 578) | public override void Reset() method UpdateInterval (line 588) | public override void UpdateInterval(float x) class Sequence (line 609) | public class Sequence : Interval method Sequence (line 615) | public Sequence(params Interval[] intervals) method Add (line 621) | public void Add(Interval interval) method Reset (line 630) | public override void Reset() method UpdateInterval (line 648) | public override void UpdateInterval(float x) class Repeat (line 682) | public class Repeat : Interval method Repeat (line 688) | public Repeat(Interval interval, int count) method Reset (line 695) | public override void Reset() method UpdateInterval (line 703) | public override void UpdateInterval(float x) class Reverse (line 714) | public class Reverse : Interval method Reverse (line 718) | public Reverse(Interval interval) method Reset (line 724) | public override void Reset() method UpdateInterval (line 731) | public override void UpdateInterval(float x) class Speed (line 737) | public class Speed : Interval method Speed (line 742) | public Speed(Interval interval, float speed) method Reset (line 749) | public override void Reset() method UpdateInterval (line 756) | public override void UpdateInterval(float x) class Ease (line 762) | public class Ease : Interval type EaseType (line 764) | public enum EaseType method Ease (line 785) | public Ease(Interval interval, EaseType _easeType = EaseType.InQuadr... method Reset (line 792) | public override void Reset() method UpdateInterval (line 799) | public override void UpdateInterval(float x) class RepeatForever (line 871) | public class RepeatForever : Base method RepeatForever (line 876) | public RepeatForever(Interval interval) method Reset (line 881) | public override void Reset() method Update (line 887) | public sealed override void Update(float dt) method Animation (line 926) | public Animation(Base action) method Animation (line 933) | public Animation(params Interval[] intervals) method Update (line 939) | void IUpdateableComponent.Update(float dt) FILE: Lemma/Components/Block.cs class Block (line 11) | public class Block : Component
FILE: Lemma/Components/BlockCloud.cs class BlockCloud (line 13) | public class BlockCloud : Component
, IUpdateableComponent method Awake (line 40) | public override void Awake() method clear (line 49) | private void clear() method Blocks_Cleared (line 61) | void Blocks_Cleared() method Blocks_ItemChanged (line 66) | void Blocks_ItemChanged(int index, Entity.Handle old, Entity.Handle ne... method Blocks_ItemAdded (line 73) | void Blocks_ItemAdded(int index, Entity.Handle e) method Blocks_ItemRemoved (line 80) | void Blocks_ItemRemoved(int index, Entity.Handle t) method delete (line 85) | public override void delete() method Start (line 94) | public override void Start() method Update (line 117) | public void Update(float dt) FILE: Lemma/Components/Bouncer.cs class Bouncer (line 17) | public class Bouncer : Component
, IUpdateableComponent method physicsUpdated (line 31) | private void physicsUpdated(float mass, float volume) method CreateJoint (line 41) | public ISpaceObject CreateJoint(BEPUphysics.Entities.Entity entity1, B... method Awake (line 57) | public override void Awake() method Update (line 63) | public void Update(float dt) FILE: Lemma/Components/CameraStop.cs class CameraStop (line 13) | public class CameraStop : Component
method Awake (line 33) | public override void Awake() method animate (line 39) | private void animate() FILE: Lemma/Components/Collectible.cs class Collectible (line 15) | public class Collectible : Component
method Awake (line 34) | public override void Awake() method delete (line 75) | public override void delete() FILE: Lemma/Components/Data.cs class Data (line 11) | public class Data : Component
method Property (line 32) | public Property Property(string name, T defaultValue = default(T)) method ListProperty (line 40) | public ListProperty ListProperty(string name) method Command (line 48) | public Command Command(string name) FILE: Lemma/Components/DialogueFile.cs class DialogueFile (line 13) | public class DialogueFile : Component
method Start (line 17) | public override void Start() method EditorProperties (line 38) | public void EditorProperties() FILE: Lemma/Components/EffectBlock.cs class EffectBlock (line 12) | public class EffectBlock : Component
, IUpdateableComponent type Entry (line 14) | public struct Entry method IsAnimating (line 22) | public static bool IsAnimating(Entry block) method Awake (line 49) | public override void Awake() method setupSoundTimer (line 65) | private static void setupSoundTimer(Main main) method addEntry (line 77) | private void addEntry() method Setup (line 89) | public void Setup(Entity map, Voxel.Coord c, Voxel.t s) method Update (line 97) | public void Update(float dt) FILE: Lemma/Components/EnemyBase.cs class EnemyBase (line 11) | public class EnemyBase : Component
method AttachEditorComponents (line 74) | public static void AttachEditorComponents(Entity entity, Main main, Ve... method Awake (line 90) | public override void Awake() method Start (line 122) | public override void Start() FILE: Lemma/Components/Exploder.cs class Exploder (line 10) | public class Exploder : Component
FILE: Lemma/Components/Explosion.cs class Explosion (line 13) | public class Explosion : Component
method Awake (line 23) | public override void Awake() method Explode (line 34) | public static void Explode(Main main, Vector3 pos, int radius = 8, flo... method Explode (line 39) | public static void Explode(Main main, Voxel map, Voxel.Coord coord, in... method explode (line 47) | private static void explode(Main main, Voxel map, Voxel.Coord coord, V... FILE: Lemma/Components/FallingTower.cs class FallingTower (line 12) | public class FallingTower : Component
, IUpdateableComponent method Awake (line 39) | public override void Awake() method fall (line 46) | private void fall() method Start (line 115) | public override void Start() method Update (line 128) | public void Update(float dt) FILE: Lemma/Components/ImplodeBlock.cs class ImplodeBlock (line 10) | public class ImplodeBlock : Component
, IUpdateableComponent method Awake (line 28) | public override void Awake() method Update (line 34) | public void Update(float dt) FILE: Lemma/Components/Joint.cs class Joint (line 10) | public class Joint : Component
FILE: Lemma/Components/Levitator.cs class Levitator (line 10) | public class Levitator : Component
FILE: Lemma/Components/MapExit.cs class MapExit (line 11) | public class MapExit : Component
method Query (line 18) | public static MapExit Query(Vector3 pos, float radius) method Go (line 28) | public void Go() method Awake (line 34) | public override void Awake() method delete (line 40) | public override void delete() FILE: Lemma/Components/Note.cs class Note (line 12) | public class Note : Component
method Awake (line 33) | public override void Awake() method delete (line 61) | public override void delete() FILE: Lemma/Components/PID.cs class PID (line 10) | public class PID : Component
, IUpdateableComponent method Awake (line 23) | public override void Awake() method Update (line 30) | public void Update(float dt) class PID3 (line 40) | public class PID3 : Component
, IUpdateableComponent method Awake (line 53) | public override void Awake() method Update (line 60) | public void Update(float dt) FILE: Lemma/Components/ParticleWind.cs class ParticleWind (line 12) | public class ParticleWind : Component
, IUpdateableComponent method Awake (line 35) | public override void Awake() method Update (line 44) | public void Update(float dt) method Update (line 51) | public void Update() FILE: Lemma/Components/PhysicsBlock.cs class PhysicsBlock (line 17) | public class PhysicsBlock : Component
, IUpdateableComponent method CancelPlayerCollisions (line 29) | public static void CancelPlayerCollisions(PhysicsBlock block) method Awake (line 34) | public override void Awake() method Events_ContactCreated (line 88) | void Events_ContactCreated(EntityCollidable sender, Collidable other, ... method Update (line 93) | void IUpdateableComponent.Update(float dt) method delete (line 98) | public override void delete() FILE: Lemma/Components/PhysicsSphere.cs class PhysicsSphere (line 17) | public class PhysicsSphere : Component
, IUpdateableComponent method Awake (line 30) | public override void Awake() method Events_ContactCreated (line 88) | void Events_ContactCreated(EntityCollidable sender, Collidable other, ... method Update (line 93) | void IUpdateableComponent.Update(float dt) method delete (line 100) | public override void delete() FILE: Lemma/Components/PlayerCylinderTrigger.cs class PlayerCylinderTrigger (line 15) | public class PlayerCylinderTrigger : Component
, IUpdateableComponent method PlayerCylinderTrigger (line 30) | public PlayerCylinderTrigger() method Awake (line 36) | public override void Awake() method EditorProperties (line 42) | public void EditorProperties() method Update (line 49) | public void Update(float elapsedTime) method AttachEditorComponents (line 80) | public static void AttachEditorComponents(Entity entity, Main main, Ve... FILE: Lemma/Components/PlayerData.cs class PlayerData (line 10) | public class PlayerData : Component
, IUpdateableComponent method Awake (line 34) | public override void Awake() method Update (line 42) | public void Update(float dt) FILE: Lemma/Components/PlayerSpawn.cs class PlayerSpawn (line 12) | public class PlayerSpawn : Component
method FirstActive (line 27) | public static PlayerSpawn FirstActive() method EditorProperties (line 32) | public void EditorProperties() method Awake (line 40) | public override void Awake() FILE: Lemma/Components/PlayerTrigger.cs class PlayerTrigger (line 15) | public class PlayerTrigger : Component
, IUpdateableComponent method PlayerTrigger (line 29) | public PlayerTrigger() method EditorProperties (line 35) | public void EditorProperties() method Awake (line 40) | public override void Awake() method Update (line 57) | public void Update(float elapsedTime) method AttachEditorComponents (line 80) | public static void AttachEditorComponents(Entity entity, Main main, Ve... FILE: Lemma/Components/PostInitialization.cs class PostInitialization (line 11) | public class PostInitialization : Component
method PostInitialization (line 13) | public PostInitialization() method PostInitialization (line 18) | public PostInitialization(Action a) method Awake (line 26) | public override void Awake() method Start (line 32) | public override void Start() FILE: Lemma/Components/PowerBlockSocket.cs class PowerBlockSocket (line 12) | public class PowerBlockSocket : Component
method Awake (line 32) | public override void Awake() method updatePower (line 47) | private void updatePower() FILE: Lemma/Components/Propagator.cs class Propagator (line 14) | [XmlInclude(typeof(ScheduledBlock))] type Spark (line 18) | public enum Spark class ScheduledBlock (line 23) | public class ScheduledBlock method Awake (line 53) | public override void Awake() method isInQueue (line 230) | private bool isInQueue(Entity m, Voxel.Coord c, bool removing) method Update (line 242) | public void Update(float dt) method SparksLowPriority (line 469) | public void SparksLowPriority(Vector3 pos, Spark type) method Sparks (line 479) | public void Sparks(Vector3 pos, Spark type, bool playSound = true) FILE: Lemma/Components/Rain.cs class Rain (line 12) | public class Rain : Component
, IUpdateableComponent method Awake (line 55) | public override void Awake() method Start (line 113) | public override void Start() method Update (line 131) | public void Update() method Update (line 162) | public void Update(float dt) method delete (line 206) | public override void delete() FILE: Lemma/Components/RaycastAI.cs class RaycastAI (line 13) | public class RaycastAI : Component
method RaycastAI (line 32) | public RaycastAI() method DefaultVoxelFilter (line 38) | public static bool DefaultVoxelFilter(Voxel.t x) method WaterFilter (line 43) | public static bool WaterFilter(Vector3 pos) method SignalTowerFilter (line 53) | public static bool SignalTowerFilter(Vector3 pos) method MapExitFilter (line 63) | public static bool MapExitFilter(Vector3 pos) method DefaultPositionFilter (line 73) | public static bool DefaultPositionFilter(Vector3 pos) method Update (line 82) | public void Update() method MoveTo (line 107) | public void MoveTo(Voxel.Coord coord, Voxel map = null) method Move (line 117) | public void Move(Vector3 dir) FILE: Lemma/Components/RaycastAIMovement.cs class RaycastAIMovement (line 10) | public class RaycastAIMovement : Component
FILE: Lemma/Components/Rift.cs class Rift (line 15) | public class Rift : Component
, IUpdateableComponent type Style (line 17) | public enum Style method Awake (line 46) | public override void Awake() method go (line 57) | private void go() method delete (line 96) | public override void delete() method Query (line 102) | public static Rift Query(Vector3 pos) method Update (line 117) | public void Update(float dt) method AttachEditorComponents (line 190) | public static void AttachEditorComponents(Entity entity, Main main, Ve... FILE: Lemma/Components/Rotator.cs class Rotator (line 10) | public class Rotator : Component
, IUpdateableComponent method Rotator (line 15) | public Rotator() method EditorProperties (line 21) | public void EditorProperties() method Start (line 28) | public override void Start() method Update (line 46) | public void Update(float dt) FILE: Lemma/Components/SceneryBlock.cs class SceneryBlock (line 10) | public class SceneryBlock : Component
method EditorProperties (line 21) | public void EditorProperties() method Awake (line 26) | public override void Awake() method delete (line 44) | public override void delete() FILE: Lemma/Components/Script.cs class Script (line 16) | public class Script : Component
type ScriptMethods (line 31) | private struct ScriptMethods method GetInternalScriptMethods (line 48) | private static ScriptMethods GetInternalScriptMethods(Main main, strin... method load (line 79) | private void load(string name) method Awake (line 125) | public override void Awake() method Start (line 155) | public override void Start() FILE: Lemma/Components/Scriptlike/AnimatedSetter.cs class AnimatedSetter (line 12) | public class AnimatedSetter : Setter method Awake (line 20) | public override void Awake() method onDone (line 27) | private void onDone() method set (line 32) | private void set() FILE: Lemma/Components/Scriptlike/Binder.cs class Binder (line 14) | public class Binder : Component
method Awake (line 42) | public override void Awake() method GetPropertyValue (line 86) | private object GetPropertyValue(ref IProperty prop) method SetPropertyValue (line 114) | private void SetPropertyValue(ref IProperty prop, object value) method InChanged (line 149) | private void InChanged() method OutChanged (line 159) | private void OutChanged() method Start (line 172) | public override void Start() method FindProperty (line 177) | private void FindProperty(ref IProperty prop, Entity entity, string name) method FindProperties (line 214) | public void FindProperties() FILE: Lemma/Components/Scriptlike/ConsoleCommand.cs class ConsoleCommand (line 13) | public class ConsoleCommand : Component
method Awake (line 22) | public override void Awake() FILE: Lemma/Components/Scriptlike/Constant.cs class Constant (line 13) | public class Constant : Component
method Constant (line 23) | public Constant() FILE: Lemma/Components/Scriptlike/Counter.cs class Counter (line 13) | public class Counter : Component
method Awake (line 34) | public override void Awake() FILE: Lemma/Components/Scriptlike/LogicGate.cs class LogicGate (line 13) | public class LogicGate : Component
type LogicMode (line 15) | public enum LogicMode { And, Nand, Or, Nor, ExclusiveOr, ExclusiveNor } method Awake (line 54) | public override void Awake() method evaluate (line 98) | private void evaluate() method Start (line 123) | public override void Start() method FindProperties (line 128) | public void FindProperties() method delete (line 161) | public override void delete() FILE: Lemma/Components/Scriptlike/MessageDisplayer.cs class MessageDisplayer (line 11) | public class MessageDisplayer : Component
method MessageDisplayer (line 27) | public MessageDisplayer() FILE: Lemma/Components/Scriptlike/RandomTicker.cs class RandomTicker (line 11) | public class RandomTicker : Component
, IUpdateableComponent method RandomTicker (line 23) | public RandomTicker() method Awake (line 29) | public override void Awake() method Update (line 36) | public void Update(float dt) FILE: Lemma/Components/Scriptlike/Scriptlike.cs class Scriptlike (line 11) | public class Scriptlike : Component
method AttachEditorComponents (line 13) | public static void AttachEditorComponents(Entity entity, Main main, Ve... FILE: Lemma/Components/Scriptlike/Sequence.cs class Sequence (line 11) | public class Sequence : Component
method Sequence (line 27) | public Sequence() method reset (line 35) | private void reset() method advance (line 40) | private void advance() FILE: Lemma/Components/Scriptlike/Setter.cs class Setter (line 13) | public class Setter : Component
type PropType (line 15) | public enum PropType { Bool, Int, Float, Direction, String, Vector2, V... method Awake (line 49) | public override void Awake() method set (line 57) | private void set() method Start (line 95) | public override void Start() method FindProperties (line 100) | public void FindProperties() FILE: Lemma/Components/Scriptlike/Ticker.cs class Ticker (line 11) | public class Ticker : Component
, IUpdateableComponent method Ticker (line 21) | public Ticker() method Update (line 27) | public void Update(float dt) FILE: Lemma/Components/SignalTower.cs class SignalTower (line 18) | public class SignalTower : Component
method Awake (line 32) | public override void Awake() method delete (line 78) | public override void delete() FILE: Lemma/Components/Skybox.cs class Skybox (line 9) | public class Skybox : Component
FILE: Lemma/Components/Slider.cs class Slider (line 15) | public class Slider : Component
, IUpdateableComponent method setLimits (line 47) | private void setLimits() method updateMaterial (line 63) | private void updateMaterial() method setSpeed (line 87) | private void setSpeed() method setLocked (line 97) | private void setLocked() method setGoal (line 104) | private void setGoal() method setMode (line 111) | private void setMode() method setMaxForce (line 118) | private void setMaxForce() method Move (line 127) | public void Move(int value) method CreateJoint (line 134) | public ISpaceObject CreateJoint(BEPUphysics.Entities.Entity entity1, B... method Awake (line 156) | public override void Awake() method Start (line 171) | public override void Start() method Update (line 197) | public void Update(float dt) FILE: Lemma/Components/SliderCommon.cs class SliderCommon (line 11) | public class SliderCommon : Component
FILE: Lemma/Components/Smoke.cs class Smoke (line 11) | public class Smoke : Component
, IUpdateableComponent method Awake (line 19) | public override void Awake() method Update (line 25) | public void Update(float dt) FILE: Lemma/Components/Snake.cs class Snake (line 9) | public class Snake : Component
FILE: Lemma/Components/Sound.cs class Sound (line 12) | public class Sound : Component
method AttachTracker (line 22) | public static void AttachTracker(Entity entity, Property prope... method AttachTracker (line 37) | public static void AttachTracker(Entity entity, Property prop... method RegisterTemp (line 50) | public static uint RegisterTemp(Vector3 pos) method PostEvent (line 57) | public static void PostEvent(uint e, Vector3 pos) method Awake (line 64) | public override void Awake() method EditorProperties (line 81) | public void EditorProperties() method play (line 89) | private void play() method stop (line 95) | private void stop() method delete (line 101) | public override void delete() FILE: Lemma/Components/SoundBank.cs class SoundBank (line 12) | public class SoundBank : Component
method Awake (line 20) | public override void Awake() method delete (line 31) | public override void delete() FILE: Lemma/Components/SoundKiller.cs class SoundKiller (line 12) | public class SoundKiller : Component
method Awake (line 15) | public override void Awake() method Add (line 27) | public static void Add(Entity entity, params uint[] events) FILE: Lemma/Components/Spawner.cs class Spawner (line 12) | public class Spawner : Component
, IUpdateableComponent method ResetTimer (line 48) | public void ResetTimer() method Awake (line 53) | public override void Awake() method FlashAnimation (line 93) | public Animation.Parallel FlashAnimation() method EndFlashAnimation (line 103) | public Animation.Parallel EndFlashAnimation() method spawn (line 113) | private void spawn() method Update (line 119) | public void Update(float dt) FILE: Lemma/Components/Spinner.cs class Spinner (line 15) | public class Spinner : Component
, IUpdateableComponent method forward (line 43) | private void forward() method backward (line 49) | private void backward() method setLimits (line 56) | private void setLimits() method setSpeed (line 72) | private void setSpeed() method setLocked (line 81) | private void setLocked() method setGoal (line 87) | private void setGoal() method setMode (line 93) | private void setMode() method Move (line 99) | public void Move(int value) method CreateJoint (line 108) | public ISpaceObject CreateJoint(BEPUphysics.Entities.Entity entity1, B... method Awake (line 132) | public override void Awake() method Update (line 155) | public void Update(float dt) FILE: Lemma/Components/Starter.cs class Starter (line 10) | public class Starter : Component
method Start (line 15) | public override void Start() FILE: Lemma/Components/StaticSlider.cs class StaticSlider (line 16) | public class StaticSlider : Component
, IUpdateableComponent method Move (line 58) | public void Move(int value) method Awake (line 63) | public override void Awake() method Start (line 107) | public override void Start() method Update (line 143) | public void Update(float dt) FILE: Lemma/Components/Switch.cs class Switch (line 12) | public class Switch : Component
method canConnect (line 37) | private static bool canConnect(Voxel.State state) method Awake (line 48) | public override void Awake() method delete (line 155) | public override void delete() FILE: Lemma/Components/TimeTrial.cs class TimeTrial (line 15) | public class TimeTrial : Component
, IUpdateableComponent method Awake (line 36) | public override void Awake() method retryDeath (line 73) | private void retryDeath() method retry (line 88) | private void retry() method Update (line 96) | public void Update(float dt) method delete (line 101) | public override void delete() FILE: Lemma/Components/TimeTrialUI.cs class TimeTrialUI (line 23) | public class TimeTrialUI : Component
, IUpdateableComponent method Awake (line 80) | public override void Awake() method Update (line 345) | void IUpdateableComponent.Update(float dt) method leaderboardEntry (line 358) | private Container leaderboardEntry(LeaderboardEntry_t entry) method resizeContainer (line 395) | private void resizeContainer(Container container, float padding = 0.0f) method resizeButton (line 401) | private void resizeButton(Container button, float padding = 0.0f) method SecondsToTimeString (line 410) | public static string SecondsToTimeString(float seconds) FILE: Lemma/Components/Timer.cs class Timer (line 10) | public class Timer : Component
, IUpdateableComponent method Awake (line 21) | public override void Awake() method Update (line 39) | public void Update(float elapsedTime) FILE: Lemma/Components/Trigger.cs class Trigger (line 15) | public class Trigger : Component
, IUpdateableComponent method Trigger (line 28) | public Trigger() method EditorProperties (line 34) | public void EditorProperties() method Awake (line 40) | public override void Awake() method Update (line 51) | public void Update(float elapsedTime) method AttachEditorComponents (line 70) | public static void AttachEditorComponents(Entity entity, Main main, Ve... FILE: Lemma/Components/Turret.cs class Turret (line 11) | public class Turret : Component
method Awake (line 22) | public override void Awake() FILE: Lemma/Components/Updater.cs class Updater (line 11) | public class Updater : Component
, IUpdateableComponent method delete (line 16) | public override void delete() method Updater (line 22) | public Updater() method Updater (line 27) | public Updater(Action action) method Awake (line 32) | public override void Awake() method Update (line 52) | public void Update(float elapsedTime) FILE: Lemma/Components/Voxel.cs class Voxel (line 29) | [XmlInclude(typeof(State))] type t (line 64) | public enum t // Material type class States (line 112) | public static class States method Add (line 114) | public static void Add(params State[] states) method Remove (line 123) | public static void Remove(params State[] states) method Init (line 1033) | public static void Init() type Vertex (line 1043) | public struct Vertex class Snapshot (line 1061) | public class Snapshot method Snapshot (line 1066) | public Snapshot(Voxel m, Coord start, Coord end) method Add (line 1072) | public void Add(Coord start, Coord end) method Free (line 1099) | public void Free() class State (line 1123) | public class State method ApplyTo (line 1157) | public void ApplyTo(Model model) method ApplyToBlock (line 1179) | public void ApplyToBlock(ComponentBind.Entity block) method ApplyToEffectBlock (line 1188) | public void ApplyToEffectBlock(ModelInstance modelInstance) method ToString (line 1199) | public override string ToString() class ChunkData (line 1205) | public class ChunkData method ChunkData (line 1214) | public ChunkData(int size) method Free (line 1243) | public void Free() class Chunk (line 1262) | public class Chunk : ChunkData class MeshEntry (line 1264) | protected class MeshEntry method UpdateTransform (line 1282) | public void UpdateTransform(BEPUutilities.AffineTransform t) method MarkDirty (line 1294) | public void MarkDirty(Box box) method Chunk (line 1314) | public Chunk(int size) method RefreshImmediately (line 1346) | public void RefreshImmediately() method Instantiate (line 1564) | public void Instantiate() method RebuildAdjacency (line 1587) | public void RebuildAdjacency() method Activate (line 1595) | public virtual void Activate() method Deactivate (line 1615) | public virtual void Deactivate() method Delete (line 1635) | public virtual void Delete() type Coord (line 1671) | public struct Coord method WithData (line 1678) | public Coord WithData(State state) method Move (line 1691) | public Coord Move(Direction dir, int amount) method Max (line 1718) | public static Coord Max(Coord a, Coord b) method Min (line 1728) | public static Coord Min(Coord a, Coord b) method Plus (line 1738) | public Coord Plus(Coord other) method Minus (line 1743) | public Coord Minus(Coord other) method Between (line 1749) | public bool Between(Coord a, Coord b) method CoordinatesBetween (line 1756) | public IEnumerable CoordinatesBetween(Coord b) method Equivalent (line 1770) | public bool Equivalent(Coord coord) method GetHashCode (line 1775) | public override int GetHashCode() method Reorient (line 1784) | public Coord Reorient(Direction x, Direction y, Direction z) method Equals (line 1793) | public override bool Equals(object obj) method Move (line 1804) | public Coord Move(int x, int y, int z) method Move (line 1809) | public Coord Move(Direction dir) method Clone (line 1814) | public Coord Clone() method GetComponent (line 1819) | public int GetComponent(Direction dir) method SetComponent (line 1840) | public void SetComponent(Direction dir, int value) method ToString (line 1867) | public override string ToString() class Box (line 1873) | public class Box method GetComponent (line 1905) | public int GetComponent(Direction dir) method GetCoords (line 1926) | public IEnumerable GetCoords() method GetCenter (line 1940) | public Vector3 GetCenter() method GetSizeComponent (line 1945) | public int GetSizeComponent(Direction dir) method Contains (line 1963) | public bool Contains(Coord coord) method Between (line 1970) | public bool Between(Coord a, Coord b) method GetCompoundShapeEntry (line 1977) | public CompoundShapeEntry GetCompoundShapeEntry() type GlobalRaycastResult (line 2001) | public struct GlobalRaycastResult type RaycastResult (line 2010) | public struct RaycastResult method GlobalRaycast (line 2018) | public static GlobalRaycastResult GlobalRaycast(Vector3 start, Vector3... class SerializedVoxelData (line 2057) | public class SerializedVoxelData method Voxel (line 2258) | public Voxel() method Voxel (line 2264) | public Voxel(int offsetX, int offsetY, int offsetZ) method Voxel (line 2272) | protected Voxel(int maxChunks, int chunkHalfSize) method updatePhysics (line 2280) | public virtual void updatePhysics() method updateBounds (line 2284) | private void updateBounds() type BoxRelationship (line 2296) | private struct BoxRelationship class SpawnGroup (line 2303) | private class SpawnGroup method transformBinding (line 2311) | protected virtual void transformBinding() method Awake (line 2325) | public override void Awake() method processSerializedData (line 2407) | private void processSerializedData(int[] data) method GetChunksBetween (line 2505) | public IEnumerable GetChunksBetween(Voxel.Coord a, Voxel.Coord b) method postDeserialization (line 2533) | protected virtual void postDeserialization() method serializeData (line 2540) | protected static SerializedVoxelData serializeData(List data) method deserializeData (line 2555) | protected static int[] deserializeData(SerializedVoxelData data) method GetRelativeDirection (line 2570) | public Direction GetRelativeDirection(Direction dir) method GetRelativeDirection (line 2575) | public Direction GetRelativeDirection(Vector3 vector) method GetAbsoluteDirection (line 2580) | public Direction GetAbsoluteDirection(Direction dir) method GetRelativeVector (line 2585) | public Vector3 GetRelativeVector(Vector3 vector) method GetAbsoluteVector (line 2590) | public Vector3 GetAbsoluteVector(Vector3 vector) method delete (line 2595) | public override void delete() method GetChunk (line 2618) | public Chunk GetChunk(Coord coord, bool createIfNonExistent = true) method GetChunk (line 2623) | public Chunk GetChunk(int x, int y, int z, bool createIfNonExistent = ... method newChunk (line 2679) | protected virtual Chunk newChunk() method Contains (line 2686) | public bool Contains(Coord coord) method Fill (line 2693) | public bool Fill(Vector3 pos, State state, bool notify = true) method Fill (line 2698) | public bool Fill(Coord start, Coord end, State state, bool notify = true) method Fill (line 2714) | public bool Fill(Coord coord, State state, bool notify = true, Voxel t... method Empty (line 2719) | public bool Empty(Vector3 pos, bool force = false, bool forceHard = tr... method Empty (line 2724) | public bool Empty(Coord coord, bool force = false, bool forceHard = tr... method Empty (line 2729) | public bool Empty(Coord a, Coord b, bool force = false, bool forceHard... method Fill (line 2756) | public bool Fill(int x, int y, int z, State state, bool notify = true,... method Fill (line 2779) | public void Fill(IEnumerable coords, bool notify = true, Voxel ... method notifyFilled (line 2808) | private void notifyFilled(IEnumerable coords, Voxel transferred... method notifyEmptied (line 2814) | private void notifyEmptied(IEnumerable coords, Voxel transferri... method Empty (line 2847) | public bool Empty(IEnumerable coords, bool force = false, bool ... method Empty (line 2995) | public bool Empty(int x, int y, int z, bool force = false, bool forceH... method addBoxWithoutAdjacency (line 3129) | protected void addBoxWithoutAdjacency(Box box) method addBox (line 3152) | protected void addBox(Box box) method RebuildAdjacency (line 3299) | public void RebuildAdjacency() method calculateAdjacency (line 3306) | protected void calculateAdjacency(IEnumerable boxes) method regenerateSurfaces (line 3473) | protected bool regenerateSurfaces(Box box) method removeBox (line 3601) | protected void removeBox(Box box) method removeBoxAdjacency (line 3620) | protected void removeBoxAdjacency(Box box) method Regenerate (line 3633) | public void Regenerate(Action> callback = null) type WorkItem (line 3638) | private struct WorkItem method worker (line 3646) | private static void worker() method RegenerateImmediately (line 3664) | public void RegenerateImmediately(Action> callback ... method updateGraphics (line 3754) | private void updateGraphics(IEnumerable chunks) method applyChanges (line 3760) | private void applyChanges(List boxes, bool[] modifications) method BuildFromBoxes (line 3797) | public void BuildFromBoxes(IEnumerable boxes) method GetContiguousByType (line 3835) | public List GetContiguousByType(IEnumerable input) method GetContiguous (line 3841) | public List GetContiguous(IEnumerable input, Func... method getAdjacentIslands (line 3879) | private bool getAdjacentIslands(IEnumerable removals, out IEnum... method GetAdjacentIslands (line 3924) | public IEnumerable> GetAdjacentIslands(IEnumerable boxAdjacencyCache, Dic... method buildAdjacency (line 4135) | private bool buildAdjacency(Box box, Queue boxAdjacencyCache, Dic... method simplify (line 4173) | private bool[] simplify(List list, bool[] modified = null) method Raycast (line 4322) | public RaycastResult Raycast(Coord start, Direction dir, int length, F... method Raycast (line 4327) | public RaycastResult Raycast(Coord start, Coord end, Func rasterizeChunks(Vector3 startRelative, Vect... method Rasterize (line 4405) | public IEnumerable Rasterize(Vector3 start, Vector3 end) method Rasterize (line 4417) | public IEnumerable Rasterize(Coord startCoord, Coord endCoord) method rasterize (line 4426) | private IEnumerable rasterize(Vector3 start, Vector3 end, Coord... method Raycast (line 4485) | public RaycastResult Raycast(Vector3 start, Vector3 end, Func, IUpdateableComponent method filter (line 16) | private static bool filter(Voxel.State state) method Awake (line 46) | public override void Awake() method Update (line 57) | public void Update(float dt) method debugBroadphase (line 158) | private void debugBroadphase(Voxel m, Stack path) method debugNarrowphase (line 188) | private void debugNarrowphase(Voxel m, Stack path) FILE: Lemma/Components/VoxelFill.cs class VoxelFill (line 13) | [XmlInclude(typeof(CoordinateEntry))] class CoordinateEntry (line 18) | public class CoordinateEntry method Awake (line 41) | public override void Awake() method delete (line 60) | public override void delete() method Start (line 67) | public override void Start() method populateCoords (line 73) | private void populateCoords() method sortCoords (line 100) | private void sortCoords() method Update (line 126) | public void Update(float dt) FILE: Lemma/Components/VoxelSetter.cs class VoxelSetter (line 12) | public class VoxelSetter : Component
method GetState (line 26) | public Voxel.State GetState() method set (line 39) | private void set() method Awake (line 79) | public override void Awake() FILE: Lemma/Components/VoxelTrigger.cs class VoxelTrigger (line 11) | public class VoxelTrigger : Component
method Awake (line 31) | public override void Awake() method Start (line 56) | public override void Start() method bindVoxel (line 62) | private void bindVoxel() method EditorProperties (line 92) | public void EditorProperties() FILE: Lemma/Components/Water.cs class Water (line 12) | public class Water : Component
, IDrawableAlphaComponent, IDrawable... type QuadVertex (line 28) | private struct QuadVertex : IVertexType method Get (line 90) | public static Water Get(Vector3 pos) method Raycast (line 101) | public static Water Raycast(Vector3 pos, Vector3 ray, float radius, ou... method Water (line 141) | public Water() method resize (line 148) | private void resize() method loadEffectAndVertexBuffers (line 171) | private void loadEffectAndVertexBuffers() method LoadContent (line 241) | public void LoadContent(bool reload) method Awake (line 249) | public override void Awake() method updatePhysics (line 370) | private void updatePhysics() method isVisible (line 397) | private bool isVisible(Camera c) method DrawAlpha (line 410) | void IDrawableAlphaComponent.DrawAlpha(Microsoft.Xna.Framework.GameTim... method DrawPreFrame (line 473) | void IDrawablePreFrameComponent.DrawPreFrame(GameTime time, RenderPara... method Update (line 504) | void IUpdateableComponent.Update(float dt) method SplashParticles (line 586) | public static void SplashParticles(Main main, Vector3 pos, float radius) method SplashParticles (line 611) | public static void SplashParticles(Main main, BoundingBox boundingBox,... method delete (line 634) | public override void delete() FILE: Lemma/Components/World.cs class World (line 14) | public class World : Component
, IUpdateableComponent, IGraphicsCom... method NewUUID (line 42) | public void NewUUID() method LoadContent (line 47) | public void LoadContent(bool reload) method Awake (line 53) | public override void Awake() method Start (line 81) | public override void Start() method boxesContain (line 87) | private static bool boxesContain(IEnumerable getActiveBoundin... method updateZones (line 199) | private void updateZones(Zone newZone) method UpdateZones (line 221) | public void UpdateZones() method Update (line 226) | public void Update(float dt) FILE: Lemma/Components/Zone.cs class Zone (line 11) | public class Zone : Component
type BuildMode (line 13) | public enum BuildMode { CanBuild, NoBuild, ExclusiveBuild }; type ReverbMode (line 14) | public enum ReverbMode { None, Room, Subtle } method GetConnectedZones (line 40) | public static IEnumerable GetConnectedZones(Zone zone) method Awake (line 52) | public override void Awake() method Contains (line 95) | public bool Contains(Vector3 x) method Get (line 100) | public static Zone Get(Vector3 x) method CanSpawnAt (line 121) | public static bool CanSpawnAt(Vector3 x) method AuxSend (line 128) | public static uint AuxSend(Vector3 pos, AkAuxSendArray array) method CanBuild (line 155) | public static bool CanBuild(Vector3 pos) method CanSpawnRift (line 174) | public static bool CanSpawnRift(Vector3 pos) FILE: Lemma/Console/AutoConCommand.cs class AutoConCommand (line 8) | [AttributeUsage(AttributeTargets.Method)] method AutoConCommand (line 13) | public AutoConCommand(string name, string description) FILE: Lemma/Console/AutoConVar.cs class AutoConVar (line 8) | [AttributeUsage(AttributeTargets.Field)] method AutoConVar (line 13) | public AutoConVar(string name, string description) FILE: Lemma/Console/ConCommand.cs class ConCommand (line 12) | public class ConCommand method ConCommand (line 49) | public ConCommand(string name, string description, Action onChange... method ConVar (line 39) | public ConVar(string name, string description, string defaultValue) method ConVar (line 44) | public ConVar(string name, string description, Action onChanged) method ConVar (line 50) | public ConVar(string name, string description) method GetCastedValue (line 56) | public object GetCastedValue(string input = null) method IsGoodValue (line 68) | public bool IsGoodValue(string input) method IsGood (line 82) | public bool IsGood(Type T, string input) FILE: Lemma/Console/Console.cs class Console (line 17) | public class Console : Component
method ConsoleUserInput (line 27) | public void ConsoleUserInput(string input) method Log (line 83) | public static void Log(string input) method ListAllConsoleStuff (line 88) | public void ListAllConsoleStuff() method PrintConCommandDescription (line 101) | public void PrintConCommandDescription(string name) method PrintConCommandDescription (line 106) | public void PrintConCommandDescription(ConCommand cmd) method SetConVarValue (line 132) | public static void SetConVarValue(string name, string value) method GetConVarValue (line 146) | public static string GetConVarValue(string name, string defaultVal = "") method GetConCommand (line 152) | public static ConCommand GetConCommand(string name) method GetConVar (line 158) | public static ConVar GetConVar(string name) method IsConVar (line 164) | public static bool IsConVar(string name) method RemoveConVar (line 169) | public static void RemoveConVar(string name) method RemoveConCommand (line 174) | public static void RemoveConCommand(string name) method AddConVar (line 179) | public static void AddConVar(ConVar c) method AddConCommand (line 185) | public static void AddConCommand(ConCommand c) method IsConCommand (line 191) | public static bool IsConCommand(string name) method IsConVarOrCmd (line 196) | public static bool IsConVarOrCmd(string name) method BindAllTypes (line 201) | public static void BindAllTypes() method BindType (line 208) | public static void BindType(Type t, object instance = null) method CallMethod (line 243) | private static void CallMethod(MethodInfo member, ConCommand.ArgCollec... method BindMethod (line 251) | public static void BindMethod(MethodInfo member, AutoConCommand comman... method BindMember (line 287) | public static void BindMember(MemberInfo member, AutoConVar convar, ob... method Awake (line 396) | public override void Awake() FILE: Lemma/Console/ConsoleParser.cs class ConsoleParser (line 8) | public static class ConsoleParser class ParseResult (line 10) | public class ParseResult class ParseToken (line 12) | public class ParseToken type TokenType (line 14) | public enum TokenType type ParseState (line 29) | private enum ParseState method Parse (line 36) | public static ParseResult Parse(string input) FILE: Lemma/Editor/AnalyticsViewer.cs class AnalyticsViewer (line 12) | public class AnalyticsViewer class EventEntry (line 14) | private class EventEntry class SessionEntry (line 20) | private class SessionEntry class PropertyEntry (line 26) | private class PropertyEntry method colorHash (line 32) | private static Vector4 colorHash(string eventName) method Bind (line 40) | public static void Bind(Entity entity, Main main, ListContainer comman... FILE: Lemma/Editor/Editor.cs class Editor (line 15) | public class Editor : Component
, IUpdateableComponent method SetupDefaultEditorComponents (line 18) | public static void SetupDefaultEditorComponents() type TransformModes (line 107) | public enum TransformModes { None, Translate, Rotate }; type TransformAxes (line 109) | public enum TransformAxes { All, X, Y, Z, LocalX, LocalY, LocalZ }; type BrushShapes (line 111) | public enum BrushShapes { Sphere, Cube } type FillMode (line 133) | public enum FillMode { None, Fill, Empty, ForceFill } method SaveWithCallback (line 149) | public void SaveWithCallback(Action callback = null) method Editor (line 209) | public Editor() method restoreVoxel (line 216) | private void restoreVoxel(Voxel.Coord start, Voxel.Coord end, bool era... method restoreVoxel (line 261) | private void restoreVoxel(Voxel.Coord start, Voxel.Coord end, Directio... method getBrush (line 285) | private Voxel.State getBrush() method Awake (line 290) | public override void Awake() method Update (line 894) | public void Update(float elapsedTime) method jitter (line 1179) | protected Voxel.Coord jitter(Voxel map, Voxel.Coord coord) method brushStroke (line 1189) | protected void brushStroke(Voxel map, Voxel.Coord center) FILE: Lemma/Editor/EditorGeeUI.cs class EditorGeeUI (line 27) | public class EditorGeeUI : Component
type EditorCommand (line 32) | public struct EditorCommand method Awake (line 102) | public override void Awake() method delete (line 390) | public override void delete() method SetVoxelProperties (line 403) | public void SetVoxelProperties(Dictionary props) method buildProperty (line 414) | private View buildProperty(string name, PropertyEntry entry) method buildCommandButton (line 426) | private View buildCommandButton(EditorCommand cmd) method entityString (line 439) | private string entityString(Entity e) method RebuildSelectDropDown (line 444) | public void RebuildSelectDropDown() method RebuildOpenDropDown (line 460) | public void RebuildOpenDropDown() method HideLinkerView (line 483) | public void HideLinkerView() method ShowLinkerView (line 488) | public void ShowLinkerView(ButtonView button, Command.Entry select) method BindLinker (line 501) | public void BindLinker(ButtonView button, Entity e, Command.Entry sele... method ShowEntityListView (line 623) | public void ShowEntityListView(ButtonView button, PropertyEntry entry) method BindEntityListView (line 634) | public void BindEntityListView(ButtonView button, Entity e, PropertyEn... method show (line 729) | private void show(IEnumerable entities) method AnyTextFieldViewsSelected (line 785) | public bool AnyTextFieldViewsSelected() method BuildContainerLabel (line 796) | public View BuildContainerLabel(string label, bool horizontal) method BuildButton (line 809) | public View BuildButton(Entity ent, Command.Entry entry, string label,... method refresh (line 839) | private void refresh() method BuildValueFieldView (line 870) | public void BuildValueFieldView(View parent, Type type, IProperty prop... method BuildValueView (line 1060) | public View BuildValueView(PropertyEntry entry, out bool shouldSameLine) method BindScrollWheel (line 1344) | public void BindScrollWheel(Property property, VectorElement el... method BindScrollWheel (line 1356) | public void BindScrollWheel(Property property, VectorEleme... method BindScrollWheel (line 1368) | public void BindScrollWheel(Property property, VectorElement ... method BindScrollWheel (line 1380) | public void BindScrollWheel(Property property, VectorElement ... method BindScrollWheel (line 1392) | public void BindScrollWheel(Property property, VectorElement ... method BindScrollWheel (line 1404) | public void BindScrollWheel(Property property, PropertyEntry en... method BindScrollWheel (line 1414) | public void BindScrollWheel(Property property, PropertyEntry entr... FILE: Lemma/ErrorForm.Designer.cs class ErrorForm (line 3) | partial class ErrorForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Lemma/ErrorForm.cs class ErrorForm (line 14) | public partial class ErrorForm : Form method ErrorForm (line 23) | public ErrorForm(string error, string anonymousId, bool upload) method ErrorForm_Load (line 33) | private void ErrorForm_Load(object sender, EventArgs e) method updateUploadStatus (line 45) | private void updateUploadStatus() method button1_Click (line 57) | private void button1_Click(object sender, EventArgs e) method linkLabel1_LinkClicked (line 62) | private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClicke... method timer1_Tick (line 68) | private void timer1_Tick(object sender, EventArgs e) FILE: Lemma/Factories/AmbientLightFactory.cs class AmbientLightFactory (line 11) | public class AmbientLightFactory : Factory
method AmbientLightFactory (line 13) | public AmbientLightFactory() method Create (line 18) | public override Entity Create(Main main) method Bind (line 27) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 40) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/AmbientSoundFactory.cs class AmbientSoundFactory (line 11) | public class AmbientSoundFactory : Factory
method AmbientSoundFactory (line 13) | public AmbientSoundFactory() method Create (line 18) | public override Entity Create(Main main) method Bind (line 23) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 42) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/AnimatedPropFactory.cs class AnimatedPropFactory (line 12) | public class AnimatedPropFactory : Factory
method AnimatedPropFactory (line 14) | public AnimatedPropFactory() method Create (line 19) | public override Entity Create(Main main) method Bind (line 24) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 59) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/BinderFactory.cs class BinderFactory (line 13) | public class BinderFactory : Factory
method BinderFactory (line 15) | public BinderFactory() method Create (line 20) | public override Entity Create(Main main) method AttachEditorComponents (line 25) | public override void AttachEditorComponents(Entity entity, Main main) method Bind (line 34) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/BlockFactory.cs class BlockFactory (line 15) | public class BlockFactory : Factory
method BlockFactory (line 17) | public BlockFactory() method Create (line 23) | public override Entity Create(Main main) method Bind (line 28) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/BouncerFactory.cs class BouncerFactory (line 18) | public class BouncerFactory : Factory
method Create (line 20) | public override Entity Create(Main main) method Bind (line 29) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/CameraStopFactory.cs class CameraStopFactory (line 10) | public class CameraStopFactory : Factory
method CameraStopFactory (line 12) | public CameraStopFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 77) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/CloudFactory.cs class CloudFactory (line 10) | public class CloudFactory : Factory
method CloudFactory (line 12) | public CloudFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/CollectibleFactory.cs class CollectibleFactory (line 10) | public class CollectibleFactory : Factory
method CollectibleFactory (line 14) | public CollectibleFactory() method Create (line 19) | public override Entity Create(Main main) method Bind (line 24) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 70) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/ConsoleCommandFactory.cs class ConsoleCommandFactory (line 13) | public class ConsoleCommandFactory : Factory
method ConsoleCommandFactory (line 15) | public ConsoleCommandFactory() method Create (line 21) | public override Entity Create(Main main) method AttachEditorComponents (line 26) | public override void AttachEditorComponents(Entity entity, Main main) method Bind (line 32) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/ConstantFactory.cs class ConstantFactory (line 13) | public class ConstantFactory : Factory
method ConstantFactory (line 15) | public ConstantFactory() method Create (line 20) | public override Entity Create(Main main) method AttachEditorComponents (line 25) | public override void AttachEditorComponents(Entity entity, Main main) method Bind (line 32) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/CounterFactory.cs class CounterFactory (line 10) | public class CounterFactory : Factory
method CounterFactory (line 12) | public CounterFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 39) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/DialogueFileFactory.cs class DialogueFileFactory (line 12) | public class DialogueFileFactory : Factory
method DialogueFileFactory (line 14) | public DialogueFileFactory() method Create (line 20) | public override Entity Create(Main main) method Bind (line 29) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/DirectionalLightFactory.cs class DirectionalLightFactory (line 10) | public class DirectionalLightFactory : Factory
method DirectionalLightFactory (line 12) | public DirectionalLightFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 40) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/DustFactory.cs class DustFactory (line 13) | public class DustFactory : Factory
method DustFactory (line 15) | public DustFactory() method Create (line 20) | public override Entity Create(Main main) method Bind (line 27) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/EditorFactory.cs class EditorFactory (line 19) | public class EditorFactory : Factory
method EditorFactory (line 21) | public EditorFactory() method Create (line 27) | public override Entity Create(Main main) method raycast (line 34) | private void raycast(Main main, Vector3 rayStart, Vector3 ray, out Ent... method AddCommand (line 66) | public static void AddCommand(Entity entity, Main main, ListContainer ... method Bind (line 116) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 1356) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/EffectBlockFactory.cs class EffectBlockFactory (line 14) | public class EffectBlockFactory : Factory
type BlockBuildOrder (line 16) | public struct BlockBuildOrder method EffectBlockFactory (line 25) | public EffectBlockFactory() method Create (line 31) | public override Entity Create(Main main) method Bind (line 36) | public override void Bind(Entity entity, Main main, bool creating = fa... method Build (line 60) | public void Build(Main main, IEnumerable blocks, Vect... FILE: Lemma/Factories/EmptyFactory.cs class EmptyFactory (line 10) | public class EmptyFactory : Factory
method EmptyFactory (line 12) | public EmptyFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 32) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/EntityConnectable.cs class EntityConnectable (line 10) | public class EntityConnectable method AttachEditorComponents (line 14) | public static void AttachEditorComponents(Entity entity, string name, ... method AttachEditorComponents (line 49) | public static void AttachEditorComponents(Entity entity, string name, ... FILE: Lemma/Factories/EvilBlocksFactory.cs class EvilBlocksFactory (line 14) | public class EvilBlocksFactory : Factory
method EvilBlocksFactory (line 18) | public EvilBlocksFactory() method Create (line 23) | public override Entity Create(Main main) method Bind (line 28) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/ExploderFactory.cs class ExploderFactory (line 12) | public class ExploderFactory : Factory
method ExploderFactory (line 16) | public ExploderFactory() method Create (line 21) | public override Entity Create(Main main) method Bind (line 26) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/ExplosionFactory.cs class ExplosionFactory (line 11) | public class ExplosionFactory : Factory
method ExplosionFactory (line 13) | public ExplosionFactory() method Create (line 18) | public override Entity Create(Main main) method Bind (line 23) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 40) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/FallingTowerFactory.cs class FallingTowerFactory (line 13) | public class FallingTowerFactory : Factory
method Create (line 15) | public override Entity Create(Main main) method Bind (line 20) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 51) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/FileFilter.cs class FileFilter (line 10) | public class FileFilter type Entry (line 12) | private struct Entry method Get (line 23) | public static ListProperty Get(Main main, string root, string[... FILE: Lemma/Factories/ImplodeBlockFactory.cs class ImplodeBlockFactory (line 14) | public class ImplodeBlockFactory : Factory
method ImplodeBlockFactory (line 18) | public ImplodeBlockFactory() method Create (line 24) | public override Entity Create(Main main) method Bind (line 29) | public override void Bind(Entity entity, Main main, bool creating = fa... method Implode (line 53) | public void Implode(Main main, Voxel v, Voxel.Coord coord, Voxel.State... method BlowAway (line 69) | public void BlowAway(Main main, Voxel v, Voxel.Coord coord, Voxel.Stat... FILE: Lemma/Factories/JointFactory.cs class JointFactory (line 18) | public class JointFactory method Bind (line 20) | public static void Bind(Entity entity, Main main, Func method LevitatorFactory (line 16) | public LevitatorFactory() method Create (line 21) | public override Entity Create(Main main) method Bind (line 26) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/LogicGateFactory.cs class LogicGateFactory (line 12) | public class LogicGateFactory : Factory
method LogicGateFactory (line 14) | public LogicGateFactory() method Create (line 19) | public override Entity Create(Main main) method AttachEditorComponents (line 24) | public override void AttachEditorComponents(Entity entity, Main main) method Bind (line 33) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/LowerLimitFactory.cs class LowerLimitFactory (line 10) | public class LowerLimitFactory : Factory
method LowerLimitFactory (line 14) | public LowerLimitFactory() method Create (line 19) | public override Entity Create(Main main) method GetLowerLimit (line 27) | public float GetLowerLimit() method Bind (line 35) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 72) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/MapExitFactory.cs class MapExitFactory (line 13) | public class MapExitFactory : Factory
method MapExitFactory (line 15) | public MapExitFactory() method Create (line 20) | public override Entity Create(Main main) method Bind (line 25) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 61) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/MessageDisplayerFactory.cs class MessageDisplayerFactory (line 13) | public class MessageDisplayerFactory : Factory
method MessageDisplayerFactory (line 15) | public MessageDisplayerFactory() method Create (line 20) | public override Entity Create(Main main) method AttachEditorComponents (line 25) | public override void AttachEditorComponents(Entity entity, Main main) method Bind (line 32) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/NoteFactory.cs class NoteFactory (line 13) | public class NoteFactory : Factory
method NoteFactory (line 15) | public NoteFactory() method Create (line 20) | public override Entity Create(Main main) method Bind (line 28) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 67) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/ParticleEmitterFactory.cs class ParticleEmitterFactory (line 12) | public class ParticleEmitterFactory : Factory
method ParticleEmitterFactory (line 14) | public ParticleEmitterFactory() method Create (line 19) | public override Entity Create(Main main) method Bind (line 24) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 56) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/PlayerDataFactory.cs class PlayerDataFactory (line 13) | public class PlayerDataFactory : Factory
method PlayerDataFactory (line 17) | public PlayerDataFactory() method Create (line 23) | public override Entity Create(Main main) method Bind (line 28) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 68) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/PlayerSpawnFactory.cs class PlayerSpawnFactory (line 10) | public class PlayerSpawnFactory : Factory
method PlayerSpawnFactory (line 12) | public PlayerSpawnFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 73) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/PlayerTriggerFactory.cs class PlayerTriggerFactory (line 10) | public class PlayerTriggerFactory : Factory
method PlayerTriggerFactory (line 12) | public PlayerTriggerFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 42) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/PointLightFactory.cs class PointLightFactory (line 10) | public class PointLightFactory : Factory
method PointLightFactory (line 12) | public PointLightFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 41) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/PowerBlockSocketFactory.cs class PowerBlockSocketFactory (line 11) | public class PowerBlockSocketFactory : Factory
method PowerBlockSocketFactory (line 13) | public PowerBlockSocketFactory() method Create (line 18) | public override Entity Create(Main main) method Bind (line 25) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 189) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/PowerSoundFactory.cs class PowerSoundFactory (line 11) | public class PowerSoundFactory : Factory
method PowerSoundFactory (line 13) | public PowerSoundFactory() method Create (line 18) | public override Entity Create(Main main) method Bind (line 23) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 44) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/PropFactory.cs class PropFactory (line 12) | public class PropFactory : Factory
method PropFactory (line 14) | public PropFactory() method Create (line 19) | public override Entity Create(Main main) method Bind (line 24) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 43) | public override void AttachEditorComponents(Entity entity, Main main) class PropAlphaFactory (line 54) | public class PropAlphaFactory : PropFactory method Create (line 56) | public override Entity Create(Main main) FILE: Lemma/Factories/RainFactory.cs class RainFactory (line 13) | public class RainFactory : Factory
method RainFactory (line 15) | public RainFactory() method Create (line 20) | public override Entity Create(Main main) method Bind (line 32) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 81) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/RandomTickerFactory.cs class RandomTickerFactory (line 11) | public class RandomTickerFactory : Factory
method RandomTickerFactory (line 13) | public RandomTickerFactory() method Create (line 18) | public override Entity Create(Main main) method Bind (line 23) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 40) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/RiftFactory.cs class RiftFactory (line 11) | public class RiftFactory : Factory
method RiftFactory (line 13) | public RiftFactory() method Create (line 18) | public override Entity Create(Main main) method Bind (line 27) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 55) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/RotatorFactory.cs class RotatorFactory (line 10) | public class RotatorFactory : Factory
method RotatorFactory (line 12) | public RotatorFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 31) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/SceneryBlockFactory.cs class SceneryBlockFactory (line 14) | public class SceneryBlockFactory : Factory
method SceneryBlockFactory (line 16) | public SceneryBlockFactory() method Create (line 21) | public override Entity Create(Main main) method Bind (line 26) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 57) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/ScriptFactory.cs class ScriptFactory (line 12) | public class ScriptFactory : Factory
method ScriptFactory (line 14) | public ScriptFactory() method Create (line 19) | public override Entity Create(Main main) method Bind (line 26) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 67) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/SequenceFactory.cs class SequenceFactory (line 10) | public class SequenceFactory : Factory
method SequenceFactory (line 12) | public SequenceFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 43) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/SetterFactory.cs class SetterFactory (line 12) | public class SetterFactory : Factory
method SetterFactory (line 14) | public SetterFactory() method Create (line 19) | public override Entity Create(Main main) method AttachEditorComponents (line 24) | public override void AttachEditorComponents(Entity entity, Main main) method Bind (line 32) | public override void Bind(Entity entity, Main main, bool creating = fa... class AnimatedSetterFactory (line 126) | public class AnimatedSetterFactory : SetterFactory method Bind (line 128) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/SignalTowerFactory.cs class SignalTowerFactory (line 10) | public class SignalTowerFactory : Factory
method SignalTowerFactory (line 14) | public SignalTowerFactory() method Create (line 19) | public override Entity Create(Main main) method Bind (line 24) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 93) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/SkyDecalFactory.cs class SkyDecalFactory (line 12) | public class SkyDecalFactory : Factory
method SkyDecalFactory (line 14) | public SkyDecalFactory() method Create (line 19) | public override Entity Create(Main main) method Bind (line 30) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/SkyboxFactory.cs class SkyboxFactory (line 12) | public class SkyboxFactory : Factory
method SkyboxFactory (line 14) | public SkyboxFactory() method Create (line 19) | public override Entity Create(Main main) method Bind (line 30) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/SliderFactory.cs class SliderFactory (line 17) | public class SliderFactory : Factory
method Create (line 19) | public override Entity Create(Main main) method Bind (line 28) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/SmokeFactory.cs class SmokeFactory (line 10) | public class SmokeFactory : Factory
method SmokeFactory (line 14) | public SmokeFactory() method Create (line 22) | public override Entity Create(Main main) method Bind (line 32) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/SnakeFactory.cs class SnakeFactory (line 14) | public class SnakeFactory : Factory
method Create (line 16) | public override Entity Create(Main main) method Bind (line 23) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/SnowFactory.cs class SnowFactory (line 13) | public class SnowFactory : Factory
method SnowFactory (line 15) | public SnowFactory() method Create (line 20) | public override Entity Create(Main main) method Bind (line 38) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/SoundBankFactory.cs class SoundBankFactory (line 11) | public class SoundBankFactory : Factory
method SoundBankFactory (line 13) | public SoundBankFactory() method Create (line 18) | public override Entity Create(Main main) method Bind (line 23) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/SoundFactory.cs class SoundFactory (line 11) | public class SoundFactory : Factory
method SoundFactory (line 13) | public SoundFactory() method Create (line 18) | public override Entity Create(Main main) method Bind (line 23) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/SpinnerFactory.cs class SpinnerFactory (line 17) | public class SpinnerFactory : Factory
method Create (line 19) | public override Entity Create(Main main) method Bind (line 30) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/SplashOutTriggerFactory.cs class SplashOutTriggerFactory (line 11) | public class SplashOutTriggerFactory : Factory
method SplashOutTriggerFactory (line 13) | public SplashOutTriggerFactory() method Create (line 19) | public override Entity Create(Main main) method Bind (line 24) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 85) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/SpotLightFactory.cs class SpotLightFactory (line 10) | public class SpotLightFactory : Factory
method SpotLightFactory (line 12) | public SpotLightFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 47) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/StarterFactory.cs class StarterFactory (line 11) | public class StarterFactory : Factory
method StarterFactory (line 13) | public StarterFactory() method Create (line 18) | public override Entity Create(Main main) method Bind (line 23) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 33) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/StaticSliderFactory.cs class StaticSliderFactory (line 17) | public class StaticSliderFactory : VoxelFactory method Create (line 19) | public override Entity Create(Main main, int offsetX, int offsetY, int... method Bind (line 34) | public override void Bind(Entity entity, Main main, bool creating = fa... method attachEditorComponents (line 77) | private void attachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/SwitchFactory.cs class SwitchFactory (line 12) | public class SwitchFactory : Factory
method SwitchFactory (line 14) | public SwitchFactory() method Create (line 19) | public override Entity Create(Main main) method Bind (line 24) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 80) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/TargetFactory.cs class TargetFactory (line 10) | public class TargetFactory : Factory
method TargetFactory (line 14) | public TargetFactory() method Create (line 19) | public override Entity Create(Main main) method Bind (line 24) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 59) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/TickerFactory.cs class TickerFactory (line 10) | public class TickerFactory : Factory
method TickerFactory (line 12) | public TickerFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 37) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/TimeTrialFactory.cs class TimeTrialFactory (line 12) | public class TimeTrialFactory : Factory
method TimeTrialFactory (line 14) | public TimeTrialFactory() method Create (line 19) | public override Entity Create(Main main) method Bind (line 24) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/TriggerFactory.cs class TriggerFactory (line 10) | public class TriggerFactory : Factory
method TriggerFactory (line 12) | public TriggerFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 40) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/TurretFactory.cs class TurretFactory (line 14) | public class TurretFactory : Factory
method Create (line 16) | public override Entity Create(Main main) method Bind (line 21) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 367) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/VoxelAttachable.cs class VoxelAttachable (line 12) | public class VoxelAttachable : Component
method VoxelAttachable (line 28) | public VoxelAttachable() method MakeAttachable (line 33) | public static VoxelAttachable MakeAttachable(Entity entity, Main main,... method EditorProperties (line 61) | public void EditorProperties() method Awake (line 70) | public override void Awake() method Start (line 152) | public override void Start() method BindTarget (line 202) | public static void BindTarget(Entity entity, Property target) method BindTarget (line 209) | public static void BindTarget(Entity entity, Property target) method AttachEditorComponents (line 216) | public static void AttachEditorComponents(Entity entity, Main main, Pr... FILE: Lemma/Factories/VoxelFactory.cs class VoxelFactory (line 14) | public class VoxelFactory : Factory
method VoxelFactory (line 16) | public VoxelFactory() method Create (line 21) | public override Entity Create(Main main) method Create (line 26) | public virtual Entity Create(Main main, int offsetX, int offsetY, int ... method CreateAndBind (line 40) | public Entity CreateAndBind(Main main, int offsetX, int offsetY, int o... method Bind (line 47) | public override void Bind(Entity entity, Main main, bool creating = fa... method InternalBind (line 58) | public void InternalBind(Entity entity, Main main, bool creating = fal... method newVoxelComponent (line 165) | protected virtual Voxel newVoxelComponent(int offsetX, int offsetY, in... class DynamicVoxelFactory (line 171) | public class DynamicVoxelFactory : VoxelFactory method Create (line 173) | public override Entity Create(Main main, int offsetX, int offsetY, int... method newVoxelComponent (line 180) | protected override Voxel newVoxelComponent(int offsetX, int offsetY, i... method Bind (line 185) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/VoxelFillFactory.cs class VoxelFillFactory (line 17) | public class VoxelFillFactory : VoxelFactory method Create (line 19) | public override Entity Create(Main main, int offsetX, int offsetY, int... method Bind (line 27) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 74) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/VoxelSetterFactory.cs class VoxelSetterFactory (line 11) | public class VoxelSetterFactory : Factory
method VoxelSetterFactory (line 13) | public VoxelSetterFactory() method Create (line 18) | public override Entity Create(Main main) method Bind (line 23) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 46) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/VoxelTriggerFactory.cs class VoxelTriggerFactory (line 10) | public class VoxelTriggerFactory : Factory
method VoxelTriggerFactory (line 12) | public VoxelTriggerFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 42) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/WaterFactory.cs class WaterFactory (line 10) | public class WaterFactory : Factory
method WaterFactory (line 12) | public WaterFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/WaterfallFactory.cs class WaterfallFactory (line 12) | public class WaterfallFactory : Factory
method WaterfallFactory (line 14) | public WaterfallFactory() method Create (line 19) | public override Entity Create(Main main) method Bind (line 24) | public override void Bind(Entity entity, Main main, bool creating = fa... method AttachEditorComponents (line 81) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/Factories/WorldFactory.cs class WorldFactory (line 11) | public class WorldFactory : Factory
method WorldFactory (line 17) | public WorldFactory() method Create (line 37) | public override Entity Create(Main main) method Bind (line 44) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Factories/ZoneFactory.cs class ZoneFactory (line 10) | public class ZoneFactory : Factory
method ZoneFactory (line 12) | public ZoneFactory() method Create (line 17) | public override Entity Create(Main main) method Bind (line 22) | public override void Bind(Entity entity, Main main, bool creating = fa... method addCornerModel (line 40) | private Transform addCornerModel(Entity entity, Property selected) method AttachEditorComponents (line 58) | public override void AttachEditorComponents(Entity entity, Main main) FILE: Lemma/GInterfaces/ConsoleUI.cs class ConsoleUI (line 20) | public class ConsoleUI : Component
method Awake (line 30) | public override void Awake() method delete (line 60) | public override void delete() method keyPressedHandler (line 67) | private void keyPressedHandler(string keyPressed, Keys key) method OnTextSubmitted (line 106) | public void OnTextSubmitted() method LogText (line 113) | public void LogText(string text) method HandleToggle (line 122) | public void HandleToggle() method HandleResize (line 162) | public void HandleResize() FILE: Lemma/GInterfaces/TextPrompt.cs class TextPrompt (line 17) | public class TextPrompt : Component
method TextPrompt (line 31) | public TextPrompt(Action callback, string defaultText = "", st... method Awake (line 39) | public override void Awake() method keyHandler (line 79) | private void keyHandler(string keyPressed, Keys key) method Go (line 85) | public void Go() method delete (line 92) | public override void delete() FILE: Lemma/GInterfaces/WorkShopInterface.cs class WorkShopInterface (line 20) | public class WorkShopInterface : Component
method WorkShopInterface (line 42) | public WorkShopInterface(Editor e) method Awake (line 47) | public override void Awake() method upload (line 135) | private void upload() method ConfigureTextField (line 233) | private void ConfigureTextField(TextFieldView view) method delete (line 240) | public override void delete() method MD5 (line 246) | public string MD5(string filePath) FILE: Lemma/GeeUI/Composites/ToolTip.cs class ToolTip (line 14) | public class ToolTip : View method ToolTip (line 42) | public ToolTip(GeeUIMain theGeeUI, View parentView, View linkedTo, str... method CheckActive (line 66) | private void CheckActive() method AnimateIn (line 76) | private void AnimateIn() method Draw (line 81) | public override void Draw(SpriteBatch spriteBatch) FILE: Lemma/GeeUI/GeeUIMain.cs class GeeUIMain (line 23) | public class GeeUIMain : Component
, IGraphicsComponent method PotentiallyDetached (line 87) | public void PotentiallyDetached(View v) method InitializeKeybindings (line 99) | internal void InitializeKeybindings() method HandleScroll (line 144) | internal void HandleScroll(View view, Point mousePos, int scrollDelta) method HandleClick (line 162) | internal bool HandleClick(View view, Point mousePos, bool rightClick, ... method HandleMouseMovement (line 199) | internal void HandleMouseMovement(View view, Point mousePos) method Update (line 217) | public void Update(float dt, KeyboardState kb, MouseState mouse) method Draw (line 232) | public void Draw(SpriteBatch spriteBatch) method UpdateView (line 238) | internal void UpdateView(View toUpdate, float dt) method CorrectScissor (line 251) | internal Rectangle CorrectScissor(Rectangle scissor, Point screenSize) method DrawChildren (line 272) | internal void DrawChildren(View toDrawParent, SpriteBatch spriteBatch,... method GetAllViews (line 310) | internal IEnumerable GetAllViews(View rootView) method FindViewByName (line 323) | public View FindViewByName(string name) method FindViewsByName (line 330) | public List FindViewsByName(string name) method LoadContent (line 337) | public void LoadContent(bool reload) method GeeUIMain (line 394) | public GeeUIMain() method Awake (line 401) | public override void Awake() FILE: Lemma/GeeUI/Managers/ConversionManager.cs class ConversionManager (line 10) | public static class ConversionManager method BitmapToTexture (line 12) | public static Texture2D BitmapToTexture(Bitmap bmp, GraphicsDevice gd) method MidPoint (line 23) | public static Vector2 MidPoint(Vector2 point1, Vector2 point2) method GetSafeName (line 28) | public static string GetSafeName(string path) method FloatToTime (line 35) | public static TimeSpan FloatToTime(float minutes) method DegreeToRadians (line 41) | public static double DegreeToRadians(double degree) method RadianToDegrees (line 47) | public static double RadianToDegrees(double radian) method PtoV (line 52) | public static Vector2 PtoV(Microsoft.Xna.Framework.Point p) method VtoP (line 57) | public static Microsoft.Xna.Framework.Point VtoP(Vector2 v) FILE: Lemma/GeeUI/Managers/DrawManager.cs class DrawManager (line 6) | public static class DrawManager method DrawBezier (line 8) | public static void DrawBezier(Vector2 point1, Vector2 point2, Color c,... method DrawLine (line 29) | public static void DrawLine(Vector2 point1, Vector2 point2, Color c, S... method DrawBox (line 41) | public static void DrawBox(Vector2 position, float width, float height... method DrawBox (line 49) | public static void DrawBox(Rectangle box, Color c, SpriteBatch b, floa... method DrawBox (line 57) | public static void DrawBox(Vector2 topLeft, Vector2 bottomRight, Color... method DrawCircle (line 76) | public static void DrawCircle(Vector2 position, float radius, Color c,... method DrawOutline (line 95) | public static void DrawOutline(Rectangle box, Color c, SpriteBatch b, ... method DrawOutline (line 103) | public static void DrawOutline(Vector2 position, float width, float he... method DrawOutline (line 111) | public static void DrawOutline(Vector2 topLeft, Vector2 bottomRight, C... method PointInCircle (line 126) | public static bool PointInCircle(Vector2 origin, float radius, Vector2... method PointOnLine (line 132) | public static bool PointOnLine(Vector2 linePoint1, Vector2 linePoint2,... FILE: Lemma/GeeUI/Managers/InputManager.cs class InputManager (line 8) | public class InputManager method BindKey (line 22) | public static void BindKey(Action lambda, Keys key, bool constant = fa... method BindMouse (line 27) | public static void BindMouse(Action a, MouseButton button, bool press ... method GetScrollValue (line 32) | public int GetScrollValue() method GetMousePos (line 37) | public static Point GetMousePos() method GetMousePosV (line 42) | public static Vector2 GetMousePosV() method Update (line 47) | public void Update(KeyboardState kb, MouseState mouse) method IsKeyPressed (line 134) | public static bool IsKeyPressed(Keys k) method IsMousePressed (line 139) | public static bool IsMousePressed(MouseButton button) type MouseButton (line 154) | public enum MouseButton type TextAlign (line 164) | public enum TextAlign FILE: Lemma/GeeUI/Resource1.Designer.cs class Resource1 (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resource1 (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Lemma/GeeUI/Structs/BoundKey.cs class CodeBoundKey (line 5) | public class CodeBoundKey method CodeBoundKey (line 12) | public CodeBoundKey(Action a, Keys key, bool constant = false, bool pr... FILE: Lemma/GeeUI/Structs/BoundMouse.cs class CodeBoundMouse (line 5) | public class CodeBoundMouse method CodeBoundMouse (line 13) | public CodeBoundMouse(Action a, MouseButton button, bool pressing = tr... FILE: Lemma/GeeUI/Structs/DropDownItem.cs class DropDownItem (line 6) | public class DropDownItem method DropDownItem (line 13) | public DropDownItem(string text, Action onClick = null) method AddChild (line 19) | public void AddChild(DropDownItem d) FILE: Lemma/GeeUI/Structs/NinePatch.cs class NinePatch (line 9) | public class NinePatch method NinePatch (line 51) | public NinePatch() method IsAlreadyNinepatch (line 65) | public static bool IsAlreadyNinepatch(Texture2D texture) method LoadFromTexture (line 131) | public void LoadFromTexture(Texture2D texture) method Draw (line 178) | public void Draw(SpriteBatch sb, Vector2 position, int contentWidth, i... method DrawContent (line 245) | public void DrawContent(SpriteBatch sb, Vector2 position, int contentW... method GetCenter (line 276) | public Vector2 GetCenter(int contentWidth, int contentHeight) method RotateAroundOrigin (line 302) | public static Vector2 RotateAroundOrigin(Vector2 point, Vector2 origin... method RotatePoint (line 322) | public static Vector2 RotatePoint(Vector2 point, double angle) FILE: Lemma/GeeUI/Structs/RadioButtonGroup.cs class RadioButtonGroup (line 3) | public class RadioButtonGroup FILE: Lemma/GeeUI/ViewLayouts/BorderViewLayout.cs class BorderViewLayout (line 7) | public class BorderViewLayout : ViewLayout method BorderViewLayout (line 15) | public BorderViewLayout(View top, View bottom, View left, View right, ... method OrderChildren (line 26) | public override void OrderChildren(View parentView) FILE: Lemma/GeeUI/ViewLayouts/ExpandToFitLayout.cs class ExpandToFitLayout (line 5) | public class ExpandToFitLayout : ViewLayout method ExpandToFitLayout (line 13) | public ExpandToFitLayout() method ExpandToFitLayout (line 19) | public ExpandToFitLayout(bool vertical, bool horizontal) method OrderChildren (line 25) | public override void OrderChildren(View parentView) FILE: Lemma/GeeUI/ViewLayouts/HorizontalViewLayout.cs class HorizontalViewLayout (line 6) | public class HorizontalViewLayout : ViewLayout method HorizontalViewLayout (line 20) | public HorizontalViewLayout(int paddingBetweenHorizontal = 2, bool wra... method NoWrap (line 28) | private void NoWrap(View parentView) method Wrap (line 41) | private void Wrap(View parentView) method OrderChildren (line 90) | public override void OrderChildren(View parentView) FILE: Lemma/GeeUI/ViewLayouts/SpinViewLayout.cs class SpinViewLayout (line 12) | public class SpinViewLayout : ViewLayout method SpinViewLayout (line 22) | public SpinViewLayout(int radius = 10, float step = 1) method OrderChildren (line 28) | public override void OrderChildren(View parentView) FILE: Lemma/GeeUI/ViewLayouts/VerticalViewLayout.cs class VerticalViewLayout (line 7) | public class VerticalViewLayout : ViewLayout method VerticalViewLayout (line 23) | public VerticalViewLayout(int paddingBetweenVertical = 2, bool wrapAro... method NoWrap (line 31) | private void NoWrap(View parentView) method Wrap (line 45) | private void Wrap(View parentView) method OrderChildren (line 105) | public override void OrderChildren(View parentView) FILE: Lemma/GeeUI/ViewLayouts/ViewLayout.cs class ViewLayout (line 5) | public class ViewLayout method ViewLayout (line 12) | public ViewLayout() method OrderChildren (line 17) | public virtual void OrderChildren(View parentView) FILE: Lemma/GeeUI/Views/ButtonView.cs class ButtonView (line 9) | public class ButtonView : View method ButtonView (line 62) | public ButtonView(GeeUIMain GeeUI, View rootView, string text, Vector2... method ButtonView (line 76) | public ButtonView(GeeUIMain GeeUI, View rootview, View contentView, Ve... method Draw (line 86) | public override void Draw(SpriteBatch spriteBatch) FILE: Lemma/GeeUI/Views/CheckBoxView.cs class CheckBoxView (line 9) | public class CheckBoxView : View method CheckBoxView (line 81) | public CheckBoxView(GeeUIMain GeeUI, View rootView, Vector2 position, ... method OnMClick (line 90) | public override void OnMClick(Vector2 position, bool fromChild) method OnMOver (line 97) | public override void OnMOver() method Draw (line 104) | public override void Draw(SpriteBatch spriteBatch) FILE: Lemma/GeeUI/Views/DropDownView.cs class DropDownView (line 18) | public class DropDownView : View class DropDownOption (line 20) | public class DropDownOption method DropDownView (line 51) | public DropDownView(GeeUIMain theGeeUI, View parentView, Vector2 posit... method Focus (line 119) | public override void Focus() method Blur (line 125) | public override void Blur() method keyPressedHandler (line 130) | private void keyPressedHandler(string keyPressed, Keys key) method ArrowKeysHandle (line 169) | private void ArrowKeysHandle() method Refilter (line 185) | public void Refilter() method ExecuteLast (line 217) | public void ExecuteLast() method GetOptionIndex (line 229) | public int GetOptionIndex(string optionName) method GetOptionIndexByRelated (line 241) | public int GetOptionIndexByRelated(object related) method GetSelectedOption (line 253) | public DropDownOption GetSelectedOption() method SetSelectedOption (line 260) | public void SetSelectedOption(string optionName, bool callOnSelected =... method SetSelectedOptionByRelated (line 267) | public void SetSelectedOptionByRelated(object related, bool callOnSele... method OnOptionSelected (line 274) | public void OnOptionSelected(DropDownOption option, bool call = true) method AddOption (line 284) | public ButtonView AddOption(string name, Action action, object related... method RemoveAllOptions (line 309) | public void RemoveAllOptions() method Update (line 319) | public override void Update(float dt) method ToggleDropDown (line 345) | public void ToggleDropDown() method HideDropDown (line 353) | public void HideDropDown() method ShowDropDown (line 367) | public void ShowDropDown() method delete (line 378) | public override void delete() FILE: Lemma/GeeUI/Views/EmptyView.cs class EmptyView (line 11) | public class EmptyView : View method EmptyView (line 14) | public EmptyView(GeeUIMain GeeUI, View rootView) method Draw (line 19) | public override void Draw(SpriteBatch spriteBatch) FILE: Lemma/GeeUI/Views/ImageView.cs class ImageView (line 6) | public class ImageView : View method ImageView (line 40) | public ImageView(GeeUIMain GeeUI, View rootView, Texture2D texture) method Draw (line 48) | public override void Draw(SpriteBatch spriteBatch) FILE: Lemma/GeeUI/Views/ListView.cs class ListView (line 13) | public class ListView : View method OrderChildren (line 22) | public override void OrderChildren() method ListView (line 39) | public ListView(GeeUIMain GeeUI, View rootView) method recomputeOffset (line 48) | private void recomputeOffset(int scroll) method OnMScroll (line 65) | public override void OnMScroll(Vector2 position, int scrollDelta, bool... method Draw (line 71) | public override void Draw(SpriteBatch spriteBatch) FILE: Lemma/GeeUI/Views/PanelView.cs class PanelView (line 7) | public class PanelView : View method PanelView (line 46) | public PanelView(GeeUIMain GeeUI, View rootView, Vector2 position) method Draw (line 54) | public override void Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch... method FollowMouse (line 61) | protected internal void FollowMouse() method OnMClick (line 87) | public override void OnMClick(Vector2 position, bool fromChild) method OnMClickAway (line 104) | public override void OnMClickAway() method OnMOver (line 112) | public override void OnMOver() method OnMOff (line 118) | public override void OnMOff() FILE: Lemma/GeeUI/Views/SliderView.cs class SliderView (line 10) | public class SliderView : View method SliderView (line 69) | public SliderView(GeeUIMain GeeUI, View rootView, Vector2 position, in... method OnMClick (line 82) | public override void OnMClick(Vector2 position, bool fromChild) method OnMClickAway (line 88) | public override void OnMClickAway() method OnMOver (line 94) | public override void OnMOver() method OnMOff (line 100) | public override void OnMOff() method SliderCalc (line 107) | private void SliderCalc(Vector2 position) method Update (line 123) | public override void Update(float dt) method Draw (line 134) | public override void Draw(SpriteBatch spriteBatch) FILE: Lemma/GeeUI/Views/TabContainer.cs class TabContainer (line 10) | internal class TabContainer : View method TabClicked (line 46) | internal void TabClicked(TabView child) method AddTab (line 57) | public TabView AddTab(string tabText, View tabChild) method TabContainer (line 68) | public TabContainer(GeeUIMain GeeUI, View rootView) method setChildrenWidth (line 74) | private void setChildrenWidth() method Update (line 85) | public override void Update(float dt) method Draw (line 98) | public override void Draw(SpriteBatch spriteBatch) FILE: Lemma/GeeUI/Views/TabHost.cs class TabHost (line 10) | public class TabHost : View method TabHost (line 44) | public TabHost(GeeUIMain GeeUI, View rootView, Vector2 position) method delete (line 54) | public override void delete() method keyPressedHandler (line 60) | void keyPressedHandler(string keyPressed, Keys key) method TabTab (line 66) | private void TabTab() method TabViewToView (line 72) | internal View TabViewToView(TabView v) method TabIndex (line 78) | public int TabIndex(string name) method RemoveAllTabs (line 93) | public void RemoveAllTabs() method RemoveTab (line 103) | public void RemoveTab(string text) method AddTab (line 118) | public void AddTab(string tabText, View newTab) method SetActiveTab (line 123) | public void SetActiveTab(int index) method GetActiveTab (line 140) | public string GetActiveTab() method TabClicked (line 151) | internal void TabClicked(int index) method Update (line 163) | public override void Update(float dt) FILE: Lemma/GeeUI/Views/TabView.cs class TabView (line 7) | internal class TabView : View method TabView (line 55) | public TabView(GeeUIMain GeeUI, View rootView, Vector2 position) method OnMClick (line 70) | public override void OnMClick(Vector2 position, bool fromChild) method Update (line 78) | public override void Update(float dt) method Draw (line 87) | public override void Draw(SpriteBatch spriteBatch) FILE: Lemma/GeeUI/Views/TextFieldView.cs class TextFieldView (line 16) | public class TextFieldView : View method TextFieldView (line 164) | public TextFieldView(GeeUIMain GeeUI, View rootView, Vector2 position) method keyReleasedHandler (line 185) | void keyReleasedHandler(string keyReleased, Keys key) method Focus (line 195) | public override void Focus() method keyPressedHandler (line 201) | void keyPressedHandler(string keyPressed, Keys key) method SelectionArrowKeys (line 289) | private void SelectionArrowKeys() method erase (line 307) | private void erase(bool forward) method MoveCursorX (line 380) | private void MoveCursorX(int xMovement) method MoveCursorY (line 414) | private void MoveCursorY(int yMovement) method MoveOffsetX (line 426) | private void MoveOffsetX(int xMovement, bool moveSelection) method ReEvaluateOffset (line 437) | private void ReEvaluateOffset() method AppendTextCursor (line 485) | private void AppendTextCursor(string text) method AppendText (line 539) | public void AppendText(string text) method CallOnChanged (line 544) | private void CallOnChanged() method SetCursorPos (line 552) | public void SetCursorPos(int x, int y) method Validate (line 559) | public bool Validate() method MustValidate (line 565) | public bool MustValidate() method GetMouseTextPos (line 570) | public Vector2 GetMouseTextPos(Vector2 pos) method OnMScroll (line 620) | public override void OnMScroll(Vector2 position, int scrollDelta, bool... method OnMClick (line 639) | public override void OnMClick(Vector2 mousePosition, bool fromChild) method OnMClickAway (line 652) | public override void OnMClickAway() method GetDrawPosForCursorPos (line 662) | private Vector2 GetDrawPosForCursorPos(int cursorX, int cursorY) method ClearText (line 688) | public void ClearText() method Update (line 697) | public override void Update(float dt) method Draw (line 755) | public override void Draw(SpriteBatch spriteBatch) method DrawContent (line 772) | public override void DrawContent(SpriteBatch spriteBatch) method OnDelete (line 831) | public override void OnDelete() FILE: Lemma/GeeUI/Views/TextView.cs class TextView (line 8) | public class TextView : View method TextView (line 48) | public TextView(GeeUIMain GeeUI, View rootView, string text, Vector2 p... method HandleResize (line 59) | private void HandleResize() method TruncateString (line 70) | internal static string TruncateString(string input, int widthAllowed, ... method Draw (line 83) | public override void Draw(SpriteBatch spriteBatch) type TextJustification (line 90) | public enum TextJustification FILE: Lemma/GeeUI/Views/View.cs class View (line 16) | public class View : Bindable method LoadContent (line 66) | public virtual void LoadContent(bool reload) method Focus (line 226) | public virtual void Focus() method Blur (line 231) | public virtual void Blur() method findInputView (line 236) | private View findInputView(bool reverse = false) method FocusNextInputView (line 253) | public void FocusNextInputView(bool reverse = false) method View (line 291) | internal View(GeeUIMain theGeeUI) method View (line 351) | public View(GeeUIMain geeUi, View parent) method OrderChildren (line 360) | public virtual void OrderChildren() method FindChildrenByName (line 367) | public List FindChildrenByName(string name, int depth = -1, List... method FindFirstChildByName (line 386) | public View FindFirstChildByName(string name, int depth = -1) method RemoveToolTip (line 405) | public void RemoveToolTip() method SetToolTipText (line 415) | public void SetToolTipText(string text) method ShowToolTip (line 421) | private void ShowToolTip() method SetWidth (line 431) | public View SetWidth(int width) method SetHeight (line 437) | public View SetHeight(int height) method SetPosition (line 443) | public View SetPosition(Vector2 position) method SetOpacity (line 449) | public View SetOpacity(float opacity) method SetContentOffset (line 455) | public View SetContentOffset(Vector2 offset) method BringToFront (line 463) | public void BringToFront() method BringChildToFront (line 470) | public void BringChildToFront(View view) method RemoveFromParent (line 480) | public void RemoveFromParent() method ResetOnMouseClick (line 487) | public void ResetOnMouseClick() method ResetOnMouseScroll (line 492) | public void ResetOnMouseScroll() method OnDelete (line 499) | public virtual void OnDelete() method delete (line 504) | public override void delete() method OnMScroll (line 518) | public virtual void OnMScroll(Vector2 position, int scrollDelta, bool ... method OnMRightClick (line 525) | public virtual void OnMRightClick(Vector2 position, bool fromChild) method OnMClick (line 532) | public virtual void OnMClick(Vector2 position, bool fromChild) method OnMClickAway (line 539) | public virtual void OnMClickAway() method OnMOver (line 547) | public virtual void OnMOver() method OnMOff (line 555) | public virtual void OnMOff() method Update (line 565) | public virtual void Update(float dt) method PostUpdate (line 569) | public void PostUpdate(float dt) method Draw (line 582) | public virtual void Draw(SpriteBatch spriteBatch) method DrawContent (line 590) | public virtual void DrawContent(SpriteBatch spriteBatch) FILE: Lemma/GeeUI/Views/WindowView.cs class WindowView (line 8) | public class WindowView : View method WindowView (line 51) | public WindowView(GeeUIMain GeeUI, View rootView, Vector2 position) method FollowMouse (line 59) | protected internal void FollowMouse() method Draw (line 70) | public override void Draw(SpriteBatch spriteBatch) method Update (line 90) | public override void Update(float dt) method OnMClick (line 108) | public override void OnMClick(Vector2 position, bool fromChild) method OnMClickAway (line 121) | public override void OnMClickAway() method OnMOff (line 128) | public override void OnMOff() method OnMOver (line 134) | public override void OnMOver() FILE: Lemma/Graphics/AmbientLight.cs class AmbientLight (line 9) | public class AmbientLight : Component
method Awake (line 15) | public override void Awake() method delete (line 21) | public override void delete() FILE: Lemma/Graphics/AnimatedModel.cs class AnimatedModel (line 11) | public class AnimatedModel : Model, IUpdateableComponent method IsPlaying (line 58) | public bool IsPlaying(params string[] clipNames) class Callback (line 75) | private class Callback method StartClip (line 83) | public void StartClip(string clipName, int priority = 0, bool loop = f... method Stop (line 106) | public void Stop(params string[] clips) method Trigger (line 138) | public void Trigger(string clip, float offset, Command callback) method Bind (line 146) | public void Bind(AnimatedModel target) method UpdateBoneTransforms (line 165) | public void UpdateBoneTransforms(TimeSpan elapsedTime) method UpdateWorldTransforms (line 264) | public void UpdateWorldTransforms() method GetWorldTransform (line 281) | public Matrix GetWorldTransform(int bone) method GetWorldBindTransform (line 295) | public Matrix GetWorldBindTransform(int bone) method AnimatedModel (line 313) | public AnimatedModel() method delete (line 318) | public override void delete() method GetRelativeBoneTransform (line 327) | public Property GetRelativeBoneTransform(string bone) method GetBoneTransform (line 345) | public Property GetBoneTransform(string bone) method GetBoneIndex (line 363) | public int GetBoneIndex(string bone) method GetWorldBoneTransform (line 368) | public Property GetWorldBoneTransform(string bone) method loadModel (line 386) | protected override void loadModel(string file, bool reload) method Update (line 413) | public void Update(float elapsedTime) method drawInstances (line 422) | protected override void drawInstances(RenderParameters parameters, Mat... method setParameters (line 427) | protected override bool setParameters(Matrix transform, RenderParamete... FILE: Lemma/Graphics/Camera.cs class Camera (line 14) | public class Camera : Component
, IUpdateableComponent type ProjectionMode (line 86) | public enum ProjectionMode { Perspective, Orthographic, Custom } method Awake (line 105) | public override void Awake() method SetFromCamera (line 177) | public void SetFromCamera(Camera other) method SetProjectionFromCamera (line 187) | public void SetProjectionFromCamera(Camera other) method SetPerspectiveProjection (line 199) | public void SetPerspectiveProjection(float fov, Point viewportSize, fl... method SetOrthographicProjection (line 210) | public void SetOrthographicProjection(Point viewportSize, float near, ... method Update (line 220) | void IUpdateableComponent.Update(float dt) method SetParameters (line 227) | public void SetParameters(Effect effect) method GetWorldSpaceControllerCoordinates (line 288) | public Vector2 GetWorldSpaceControllerCoordinates(Vector2 thumbStick) FILE: Lemma/Graphics/Cloud.cs class Cloud (line 10) | public class Cloud : Component
FILE: Lemma/Graphics/DirectionalLight.cs class DirectionalLight (line 10) | public class DirectionalLight : Component
method Awake (line 23) | public override void Awake() method delete (line 29) | public override void delete() FILE: Lemma/Graphics/DynamicModel.cs class DynamicModel (line 13) | public class DynamicModel : Model method UpdateVertices (line 27) | public void UpdateVertices(Vertex[] v, int surfaces) method DynamicModel (line 38) | public DynamicModel(VertexDeclaration declaration) method LoadContent (line 44) | public override void LoadContent(bool reload) method loadEffect (line 61) | protected override void loadEffect(string file) method GetIndices (line 70) | public static uint[] GetIndices(int size) method draw (line 105) | protected override void draw(RenderParameters parameters, Matrix trans... method drawInstances (line 199) | protected override void drawInstances(RenderParameters parameters, Mat... method delete (line 204) | public override void delete() class DynamicModelAlpha (line 212) | public class DynamicModelAlpha : DynamicModel, IDrawable... method DynamicModelAlpha (line 218) | public DynamicModelAlpha(VertexDeclaration declaration) method Awake (line 226) | public override void Awake() method Draw (line 232) | public override void Draw(GameTime time, RenderParameters parameters) method DrawAlpha (line 237) | void IDrawableAlphaComponent.DrawAlpha(GameTime time, RenderParameters... method setParameters (line 243) | protected override bool setParameters(Matrix transform, RenderParamete... FILE: Lemma/Graphics/FullscreenQuad.cs class FullscreenQuad (line 11) | public class FullscreenQuad : Component
, IDrawableAlphaComponent type QuadVertex (line 17) | private struct QuadVertex : IVertexType method FullscreenQuad (line 56) | public FullscreenQuad() method Awake (line 61) | public override void Awake() method LoadContent (line 67) | public virtual void LoadContent(bool reload) method DrawAlpha (line 99) | public virtual void DrawAlpha(GameTime time, RenderParameters p) FILE: Lemma/Graphics/LightingManager.cs class LightingManager (line 11) | public class LightingManager : Component
, IGraphicsComponent type DynamicShadowSetting (line 13) | public enum DynamicShadowSetting { Off, Low, Medium, High, Ultra }; method loadEnvironmentMap (line 61) | private void loadEnvironmentMap(string file) method Awake (line 66) | public override void Awake() method LoadContent (line 175) | public void LoadContent(bool reload) method ClearMaterials (line 181) | public void ClearMaterials() method SetMaterials (line 187) | public void SetMaterials(RenderParameters p) method UpdateGlobalLights (line 193) | public void UpdateGlobalLights() method GetMaterialIndex (line 235) | public int GetMaterialIndex(float specularPower, float specularIntensity) method GetMaterialIndex (line 240) | public int GetMaterialIndex(Model.Material key) method SetRenderParameters (line 253) | public void SetRenderParameters(Microsoft.Xna.Framework.Graphics.Effec... method RenderGlobalShadowMap (line 257) | public void RenderGlobalShadowMap(Camera camera) method RenderSpotShadowMap (line 301) | public void RenderSpotShadowMap(SpotLight light, int index) type LightEntry (line 310) | private struct LightEntry method RenderShadowMaps (line 320) | public void RenderShadowMaps(Camera camera) method SetGlobalLightParameters (line 362) | public void SetGlobalLightParameters(Microsoft.Xna.Framework.Graphics.... method SetCompositeParameters (line 387) | public void SetCompositeParameters(Microsoft.Xna.Framework.Graphics.Ef... method SetSpotLightParameters (line 392) | public void SetSpotLightParameters(SpotLight light, Microsoft.Xna.Fram... method SetPointLightParameters (line 417) | public void SetPointLightParameters(PointLight light, Microsoft.Xna.Fr... method delete (line 425) | public override void delete() FILE: Lemma/Graphics/LineDrawer.cs class LineDrawer (line 11) | public class LineDrawer : Component
, IDrawableAlphaComponent type Line (line 13) | public struct Line method LineDrawer (line 32) | public LineDrawer() method LoadContent (line 38) | public void LoadContent(bool reload) method Awake (line 43) | public override void Awake() method DrawAlpha (line 50) | void IDrawableAlphaComponent.DrawAlpha(Microsoft.Xna.Framework.GameTim... method delete (line 94) | public override void delete() FILE: Lemma/Graphics/Model.cs class Model (line 16) | [XmlInclude(typeof(Material))] type InstanceVertex (line 30) | protected struct InstanceVertex method GetDistance (line 37) | public float GetDistance(Vector3 camera) method IsVisible (line 48) | public bool IsVisible(BoundingFrustum frustum) method EditorProperties (line 68) | public virtual void EditorProperties() type Material (line 78) | public struct Material type Instance (line 112) | public struct Instance method Model (line 153) | public Model() method Awake (line 158) | public override void Awake() method LoadContent (line 315) | public virtual void LoadContent(bool reload) method loadEffect (line 321) | protected virtual void loadEffect(string file) method loadModel (line 349) | protected virtual void loadModel(string file, bool reload) method GetBoolParameter (line 379) | public Property GetBoolParameter(string name) method GetBoolArrayParameter (line 400) | public Property GetBoolArrayParameter(string name) method GetIntParameter (line 421) | public Property GetIntParameter(string name) method GetIntArrayParameter (line 442) | public Property GetIntArrayParameter(string name) method GetFloatParameter (line 463) | public Property GetFloatParameter(string name) method GetFloatArrayParameter (line 484) | public Property GetFloatArrayParameter(string name) method GetVector2Parameter (line 505) | public Property GetVector2Parameter(string name) method GetVector2ArrayParameter (line 526) | public Property GetVector2ArrayParameter(string name) method GetVector3Parameter (line 547) | public Property GetVector3Parameter(string name) method GetVector3ArrayParameter (line 568) | public Property GetVector3ArrayParameter(string name) method GetVector4Parameter (line 589) | public Property GetVector4Parameter(string name) method GetVector4ArrayParameter (line 610) | public Property GetVector4ArrayParameter(string name) method GetMatrixParameter (line 631) | public Property GetMatrixParameter(string name) method GetMatrixArrayParameter (line 652) | public Property GetMatrixArrayParameter(string name) method GetTexture2DParameter (line 673) | public Property GetTexture2DParameter(string name) method GetRenderTarget2DParameter (line 694) | public Property GetRenderTarget2DParameter(string name) method setParameters (line 715) | protected virtual bool setParameters(Matrix transform, RenderParameter... method Draw (line 757) | public virtual void Draw(GameTime time, RenderParameters parameters) method draw (line 771) | protected virtual void draw(RenderParameters parameters, Matrix transf... method drawInstances (line 824) | protected virtual void drawInstances(RenderParameters parameters, Matr... class ModelAlpha (line 935) | public class ModelAlpha : Model, IDrawableAlphaComponent method ModelAlpha (line 941) | public ModelAlpha() method EditorProperties (line 948) | public override void EditorProperties() method Awake (line 961) | public override void Awake() method Draw (line 971) | public override void Draw(GameTime time, RenderParameters parameters) method DrawAlpha (line 976) | void IDrawableAlphaComponent.DrawAlpha(GameTime time, RenderParameters... method setParameters (line 982) | protected override bool setParameters(Matrix transform, RenderParamete... class ModelNonPostProcessed (line 995) | public class ModelNonPostProcessed : Model, INonPostProcessedDrawableCom... method ModelNonPostProcessed (line 1001) | public ModelNonPostProcessed() method EditorProperties (line 1008) | public override void EditorProperties() method Awake (line 1018) | public override void Awake() method Draw (line 1028) | public override void Draw(GameTime time, RenderParameters parameters) method DrawNonPostProcessed (line 1033) | void INonPostProcessedDrawableComponent.DrawNonPostProcessed(GameTime ... method setParameters (line 1039) | protected override bool setParameters(Matrix transform, RenderParamete... FILE: Lemma/Graphics/ModelInstance.cs class ModelInstance (line 12) | public class ModelInstance : Component
class ModelInstanceSystem (line 14) | public class ModelInstanceSystem : Model method Awake (line 20) | public override void Awake() method Add (line 30) | public void Add(ModelInstance instance) method Remove (line 35) | public void Remove(ModelInstance instance) method drawInstances (line 40) | protected override void drawInstances(RenderParameters parameters, M... method delete (line 50) | public override void delete() class ModelInstanceSystemAlpha (line 57) | public class ModelInstanceSystemAlpha : ModelInstanceSystem, IDrawable... method ModelInstanceSystemAlpha (line 62) | public ModelInstanceSystemAlpha() method Awake (line 69) | public override void Awake() method Draw (line 75) | public override void Draw(GameTime time, RenderParameters parameters) method DrawAlpha (line 80) | void IDrawableAlphaComponent.DrawAlpha(GameTime time, RenderParamete... method setParameters (line 86) | protected override bool setParameters(Matrix transform, RenderParame... method refreshModel (line 122) | protected void refreshModel() method Setup (line 156) | public void Setup(string filename, int instanceKey, bool alpha = false) method Awake (line 172) | public override void Awake() method delete (line 189) | public override void delete() FILE: Lemma/Graphics/ParticleEmitter.cs class ParticleEmitter (line 19) | public class ParticleEmitter : Component
, IUpdateableComponent method ParticleEmitter (line 45) | public ParticleEmitter() method EditorProperties (line 54) | public void EditorProperties() method Awake (line 69) | public override void Awake() method Emit (line 85) | public static void Emit(Main main, string type, Vector3 position, floa... method Emit (line 92) | public static void Emit(Main main, string type, IEnumerable p... method Prime (line 99) | public void Prime(Vector3 velocity) method Update (line 123) | public void Update(float dt) FILE: Lemma/Graphics/ParticleSystem.cs class ParticleSystem (line 14) | public class ParticleSystem : Component
, IUpdateableComponent, IDr... method IsVisible (line 22) | public bool IsVisible(BoundingFrustum frustum) method GetDistance (line 27) | public float GetDistance(Vector3 camera) type ParticleVertex (line 36) | protected struct ParticleVertex class ParticleSettings (line 81) | public class ParticleSettings method Add (line 178) | public static ParticleSystem Add(Main main, string type, ParticleSyste... method add (line 188) | protected static ParticleSystem add(Main main, string type, ParticleSy... method Reset (line 200) | public static void Reset() method initialize (line 223) | private static void initialize(Main main) method Get (line 608) | public static ParticleSystem Get(Main main, string type) method Awake (line 619) | public override void Awake() method initialize (line 645) | protected void initialize(bool reload) method LoadContent (line 739) | public void LoadContent(bool reload) method Update (line 748) | public void Update(float elapsedTime) method Prime (line 765) | public void Prime() method retireActiveParticles (line 780) | protected void retireActiveParticles() method freeRetiredParticles (line 810) | protected void freeRetiredParticles() method Draw (line 837) | void IDrawableComponent.Draw(GameTime gameTime, RenderParameters param... method DrawPostAlpha (line 846) | void IDrawablePostAlphaComponent.DrawPostAlpha(GameTime gameTime, Rend... method DrawAlpha (line 855) | void IDrawableAlphaComponent.DrawAlpha(GameTime gameTime, RenderParame... method draw (line 861) | protected void draw(RenderParameters parameters) method addNewParticlesToVertexBuffer (line 986) | protected void addNewParticlesToVertexBuffer() method AddParticle (line 1023) | public void AddParticle(Vector3 position, Vector3 velocity, float life... FILE: Lemma/Graphics/PointLight.cs class PointLight (line 10) | public class PointLight : Component
method Awake (line 21) | public override void Awake() method delete (line 28) | public override void delete() FILE: Lemma/Graphics/Renderer.cs type Technique (line 11) | public enum Technique { Render, Shadow, Clip }; class RenderParameters (line 13) | public class RenderParameters method Clone (line 53) | public RenderParameters Clone() class Renderer (line 73) | public class Renderer : Component
, IGraphicsComponent method Renderer (line 137) | public Renderer(Main main, bool allowHdr, bool allowBloom, bool allowT... method Awake (line 147) | public override void Awake() method Debug (line 190) | public void Debug() method loadLightRampTexture (line 198) | private void loadLightRampTexture(string file) method reload (line 220) | private static void reload(Main m) method LoadContent (line 243) | public void LoadContent(bool reload) method ReallocateBuffers (line 275) | public void ReallocateBuffers(Point size) method SetRenderTargets (line 491) | public void SetRenderTargets(RenderParameters p) method needBufferReallocation (line 511) | private bool needBufferReallocation() method PostProcess (line 529) | public void PostProcess(RenderTarget2D result, RenderParameters parame... method drawModel (line 844) | private void drawModel(Microsoft.Xna.Framework.Graphics.Model model) method setTargets (line 865) | private bool setTargets(RenderTarget2D[] results) method preparePostProcess (line 899) | private bool preparePostProcess(RenderTarget2D[] sources, RenderTarget... method setTargetParameters (line 908) | private void setTargetParameters(RenderTarget2D[] sources, RenderTarge... method applyEffect (line 931) | private void applyEffect(Effect effect) method delete (line 936) | public override void delete() FILE: Lemma/Graphics/SpotLight.cs class SpotLight (line 11) | public class SpotLight : Component
method Awake (line 47) | public override void Awake() method delete (line 88) | public override void delete() method LoadContent (line 94) | public void LoadContent(bool reload) FILE: Lemma/IO/FPSInput.cs class FPSInput (line 11) | public class FPSInput : PCInput method RecenterMouse (line 36) | public static void RecenterMouse() method ResetLook (line 41) | public void ResetLook(Vector2 value) method enableLook (line 46) | private void enableLook() method Awake (line 56) | public override void Awake() method Update (line 111) | public override void Update(float elapsedTime) method handleMouse (line 141) | protected override void handleMouse() FILE: Lemma/IO/MapLoader.cs class MapLoader (line 21) | public class MapLoader method entityIsPersistent (line 28) | private static bool entityIsPersistent(Entity entity) method MapLoader (line 138) | static MapLoader() method LoadKeepEditor (line 143) | public static void LoadKeepEditor(Main main, string filename) method Load (line 148) | public static void Load(Main main, string filename) method Load (line 153) | public static void Load(Main main, string filename, Entity playerData) method load (line 158) | private static void load(Main main, string filename, bool deleteEditor... method New (line 192) | public static void New(Main main, string filename, string templateMap) method load (line 214) | private static void load(Main main, Stream stream, bool deleteEditor, ... method Save (line 252) | public static void Save(Main main, string directory, string filename) method Save (line 280) | public static void Save(Main main, Stream stream) method LoadWithEntities (line 286) | public static void LoadWithEntities(Main main, string nextMap, List, IUpdateableComponent type MouseButton (line 14) | public enum MouseButton { None, LeftMouseButton, MiddleMouseButton, Ri... type InputState (line 16) | public enum InputState { Down, Up } type PCInputBinding (line 18) | public struct PCInputBinding method ToString (line 27) | public override string ToString() method Bind (line 62) | public void Bind(Property inputBinding, InputS... method Bind (line 95) | public void Bind(Property destination, Property GetKey(Keys key) method GetButton (line 376) | public Property GetButton(Buttons button) method GetKeyDown (line 391) | public Command GetKeyDown(Keys key) method GetKeyUp (line 403) | public Command GetKeyUp(Keys key) method GetButtonDown (line 415) | public Command GetButtonDown(Buttons button) method GetButtonUp (line 427) | public Command GetButtonUp(Buttons button) method GetNextInput (line 439) | public void GetNextInput(Action listener) method GetInput (line 444) | public bool GetInput(PCInputBinding binding) method GetInputUp (line 472) | public Command GetInputUp(PCInputBinding binding) method GetInputDown (line 494) | public Command GetInputDown(PCInputBinding binding) method GetChord (line 516) | public Command GetChord(Chord chord) method notifyNextInputListeners (line 528) | private void notifyNextInputListeners(PCInput.PCInputBinding input) method Update (line 538) | public virtual void Update(float elapsedTime) method SwallowEvents (line 793) | public void SwallowEvents() method handleMouse (line 798) | protected virtual void handleMouse() FILE: Lemma/LeaderboardProxy.cs class LeaderboardProxy (line 11) | public class LeaderboardProxy method LeaderboardProxy (line 33) | public LeaderboardProxy(int before = 5, int after = 5, int friendsBefo... method Unregister (line 44) | public void Unregister() method CancelCallbacks (line 56) | public void CancelCallbacks() method onPersonaStateChange (line 76) | private void onPersonaStateChange(PersonaStateChange_t persona) method checkLeaderboardsDownloaded (line 81) | private void checkLeaderboardsDownloaded() method Sync (line 89) | public void Sync(string uuid, int score = 0) method download (line 127) | private void download(SteamLeaderboard_t leaderboard) FILE: Lemma/Main.cs method Main (line 35) | static Main() class ExitException (line 91) | public class ExitException : Exception class Config (line 99) | public class Config type Lang (line 101) | public enum Lang type RecordAnalytics (line 110) | public enum RecordAnalytics method Config (line 166) | public Config() method DefaultControls (line 171) | public void DefaultControls() method DefaultOptions (line 191) | public void DefaultOptions() method FactoryDefaults (line 215) | public void FactoryDefaults() class SaveInfo (line 222) | public class SaveInfo method IsChallengeMap (line 369) | public bool IsChallengeMap(string map) method GetFullMapPath (line 380) | public string GetFullMapPath() method FlushComponents (line 400) | public void FlushComponents() method ClearEntities (line 464) | public void ClearEntities(bool deleteEditor) method Main (line 519) | public Main(int monitor, bool vr) method Main (line 525) | public Main(int monitor) method updateTimesteps (line 864) | private void updateTimesteps() method saveTimes (line 872) | private void saveTimes() method GetMapTime (line 880) | public float GetMapTime(string uuid) method SaveMapTime (line 887) | public float SaveMapTime(string uuid, float time) method copySave (line 909) | private void copySave(string src, string dst) method SaveAnalytics (line 927) | public void SaveAnalytics() method OnExiting (line 941) | protected override void OnExiting(object sender, EventArgs args) method LoadAnalytics (line 950) | public List LoadAnalytics(string map) method Cleanup (line 996) | public void Cleanup() method LoadContent (line 1012) | protected override void LoadContent() method DefaultLighting (line 1378) | public void DefaultLighting() method componentEnabled (line 1385) | private bool componentEnabled(IComponent c) method executeScript (line 1390) | protected void executeScript(string scriptName) method executeStaticScript (line 1410) | protected void executeStaticScript(string scriptName) method createNewSave (line 1422) | private void createNewSave(string oldSave = null) method SaveNew (line 1436) | public void SaveNew() method SaveWithNotification (line 1442) | public void SaveWithNotification(bool overwrite) method SaveOverwrite (line 1482) | public void SaveOverwrite(string oldSave = null) method save (line 1489) | private void save(string oldSave) method ScheduleSave (line 1528) | public void ScheduleSave() method CancelScheduledSave (line 1586) | public void CancelScheduledSave() method SaveCurrentMap (line 1592) | public void SaveCurrentMap(RenderTarget2D screenshot = null, Point scree... method SaveSettings (line 1619) | public void SaveSettings() method EnterFullscreen (line 1624) | public void EnterFullscreen() method ExitFullscreen (line 1633) | public void ExitFullscreen() method DrawablesModified (line 1642) | public void DrawablesModified() method EarlyUpdateablesModified (line 1647) | public void EarlyUpdateablesModified() method AlphaDrawablesModified (line 1652) | public void AlphaDrawablesModified() method PostAlphaDrawablesModified (line 1657) | public void PostAlphaDrawablesModified() method NonPostProcessedDrawablesModified (line 1662) | public void NonPostProcessedDrawablesModified() method Update (line 1676) | protected override void Update(GameTime gameTime) method drawEye (line 1843) | private void drawEye(Camera originalCamera, GameTime gameTime, Ovr.Posef... method Draw (line 1880) | protected override void Draw(GameTime gameTime) method EndDraw (line 2003) | protected override void EndDraw() method DrawScene (line 2017) | public void DrawScene(RenderParameters parameters) method DrawAlphaComponents (line 2048) | public void DrawAlphaComponents(RenderParameters parameters) method DrawPostAlphaComponents (line 2058) | public void DrawPostAlphaComponents(RenderParameters parameters) method reallocateVrTargets (line 2069) | private void reallocateVrTargets() method ResizeViewport (line 2098) | public void ResizeViewport(int width, int height, bool fullscreen, bool ... FILE: Lemma/MainMenu.cs class MainMenu (line 15) | public class MainMenu : ScriptBase method Run (line 33) | public static void Run(Entity script) FILE: Lemma/Menu.cs method ClearMessages (line 77) | public void ClearMessages() method BuildMessage (line 83) | public Container BuildMessage(string text = null, float width = 250.0f) method ShowMessage (line 98) | public Container ShowMessage(Entity entity, Func text, params IP... method animateMessage (line 111) | private void animateMessage(Entity entity, Container container, bool ena... method ShowMessage (line 134) | public Container ShowMessage(Entity entity, string text) method ShowMessageFormat (line 145) | public Container ShowMessageFormat(Entity entity, string text, params ob... method HideMessage (line 163) | public void HideMessage(Entity entity, Container container, float delay ... method RemoveSaveGame (line 194) | public void RemoveSaveGame(string filename) method loadSaveInfo (line 201) | private Main.SaveInfo loadSaveInfo(string timestamp) method AddSaveGame (line 231) | public void AddSaveGame(string timestamp) method hidePauseMenu (line 302) | private void hidePauseMenu() method showPauseMenu (line 316) | private void showPauseMenu() method savePausedSettings (line 333) | private void savePausedSettings(bool initial = false) method restorePausedSettings (line 447) | private void restorePausedSettings() method resizeToMenu (line 508) | private void resizeToMenu(Container c) method EnableInput (line 515) | public void EnableInput(bool enable) method ShowDialog (line 521) | public void ShowDialog(string question, string action, Action callback, ... method hideLoadSave (line 575) | private void hideLoadSave() method SetupDisplayModes (line 591) | public void SetupDisplayModes(List supportedDisplayModes, i... method ConstructChallengeMenu (line 607) | public void ConstructChallengeMenu() method ShowChallengeMenu (line 1236) | public void ShowChallengeMenu() method leaderboardEntry (line 1258) | private Container leaderboardEntry(LeaderboardEntry_t entry) FILE: Lemma/Oculus.cs class Oculus (line 11) | public class Oculus method MatrixOvrToXna (line 13) | public static Matrix MatrixOvrToXna(Ovr.Matrix4f m) class DistortionMesh (line 36) | public class DistortionMesh method Reload (line 48) | public void Reload() method Load (line 74) | public void Load(Main m, Ovr.Eye eyeType, Ovr.FovPort fov) method Render (line 82) | public void Render(RenderTarget2D frameBuffer, Ovr.Posef eyePose, Ef... type Vertex (line 101) | public struct Vertex : IVertexType FILE: Lemma/OvrCapi.cs type Vector2i (line 31) | [StructLayout(LayoutKind.Explicit)] method Vector2i (line 37) | public Vector2i(Int32 _x, Int32 _y) type Sizei (line 47) | [StructLayout(LayoutKind.Explicit)] method Sizei (line 53) | public Sizei(Int32 _w, Int32 _h) type Recti (line 64) | [StructLayout(LayoutKind.Explicit)] type Quatf (line 74) | [StructLayout(LayoutKind.Explicit)] method Quatf (line 82) | public Quatf(float _x, float _y, float _z, float _w) type Vector2f (line 94) | [StructLayout(LayoutKind.Explicit)] method Vector2f (line 100) | public Vector2f(float _x, float _y) type Vector3f (line 110) | [StructLayout(LayoutKind.Explicit)] method Vector3f (line 117) | public Vector3f(float _x, float _y, float _z) type Matrix4f (line 128) | [StructLayout(LayoutKind.Sequential)] method Matrix4f (line 133) | internal Matrix4f(Matrix4f_Raw raw) type Matrix4f_Raw (line 143) | [StructLayout(LayoutKind.Explicit)] type Posef (line 170) | [StructLayout(LayoutKind.Explicit)] method Posef (line 176) | public Posef(Quatf q, Vector3f p) type PoseStatef (line 186) | [StructLayout(LayoutKind.Explicit)] type InitFlags (line 216) | public enum InitFlags type LogLevel (line 245) | public enum LogLevel class InitParams (line 258) | [StructLayout(LayoutKind.Sequential, Pack = 1)] type FovPort (line 295) | [StructLayout(LayoutKind.Explicit)] type HmdType (line 322) | public enum HmdType type HmdCaps (line 336) | public enum HmdCaps type TrackingCaps (line 406) | public enum TrackingCaps type DistortionCaps (line 432) | public enum DistortionCaps type Eye (line 489) | public enum Eye type HmdDesc (line 499) | public struct HmdDesc method HmdDesc (line 590) | internal HmdDesc(HmdDesc_Raw32 raw) method HmdDesc (line 616) | internal HmdDesc(HmdDesc_Raw64 raw) type HmdDesc_Raw32 (line 645) | [StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Ansi)] type HmdDesc_Raw64 (line 684) | [StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Ansi)] type StatusBits (line 729) | public enum StatusBits type SensorData (line 756) | public struct SensorData type TrackingState (line 784) | [StructLayout(LayoutKind.Explicit)] type FrameTiming (line 828) | [StructLayout(LayoutKind.Sequential)] method FrameTiming (line 868) | internal FrameTiming(FrameTiming_Raw raw) type FrameTiming_Raw (line 880) | [StructLayout(LayoutKind.Explicit, CharSet = CharSet.Ansi)] type EyeRenderDesc (line 901) | [StructLayout(LayoutKind.Explicit)] type RenderAPIType (line 939) | public enum RenderAPIType type RenderAPIConfigHeader (line 954) | [StructLayout(LayoutKind.Explicit)] type RenderAPIConfig_Raw (line 962) | [StructLayout(LayoutKind.Sequential, Pack = 1)] class RenderAPIConfig (line 979) | public abstract class RenderAPIConfig method RenderAPIConfig (line 981) | public RenderAPIConfig() { Header.API = RenderAPIType.None; } method ToRaw (line 985) | internal abstract RenderAPIConfig_Raw ToRaw(); class OpenGLWindowsConfig (line 991) | public class OpenGLWindowsConfig : RenderAPIConfig method OpenGLWindowsConfig (line 993) | public OpenGLWindowsConfig(Sizei backBufferSize, int multisample, IntP... method ToRaw (line 1002) | internal override RenderAPIConfig_Raw ToRaw() class OpenGLLinuxConfig (line 1018) | public class OpenGLLinuxConfig : RenderAPIConfig method OpenGLLinuxConfig (line 1020) | public OpenGLLinuxConfig(Sizei backBufferSize, int multisample, IntPtr... method ToRaw (line 1029) | internal override RenderAPIConfig_Raw ToRaw() class AndroidGLESConfig (line 1045) | public class AndroidGLESConfig : RenderAPIConfig method AndroidGLESConfig (line 1047) | public AndroidGLESConfig(Sizei backBufferSize, int multisample) method ToRaw (line 1054) | internal override RenderAPIConfig_Raw ToRaw() class D3D9Config (line 1065) | public class D3D9Config : RenderAPIConfig method D3D9Config (line 1067) | public D3D9Config(Sizei backBufferSize, int multisample, IntPtr IDirec... method ToRaw (line 1076) | internal override RenderAPIConfig_Raw ToRaw() class D3D11Config (line 1092) | public class D3D11Config : RenderAPIConfig method D3D11Config (line 1094) | public D3D11Config(Sizei backBufferSize, int multisample, IntPtr ID3D1... method ToRaw (line 1106) | internal override RenderAPIConfig_Raw ToRaw() type TextureHeader (line 1130) | [StructLayout(LayoutKind.Explicit)] class Texture (line 1141) | public abstract class Texture method Texture (line 1143) | public Texture() { Header.API = (UInt32)RenderAPIType.None; } method ToRaw (line 1147) | internal abstract Texture_Raw ToRaw(); class GLTextureData (line 1153) | public class GLTextureData : Texture method GLTextureData (line 1155) | public GLTextureData(Sizei textureSize, Recti renderViewport, IntPtr t... method ToRaw (line 1163) | internal override Texture_Raw ToRaw() class D3D9TextureData (line 1177) | public class D3D9TextureData : Texture method D3D9TextureData (line 1179) | public D3D9TextureData(Sizei textureSize, Recti renderViewport, IntPtr... method ToRaw (line 1187) | internal override Texture_Raw ToRaw() class D3D10TextureData (line 1201) | public class D3D10TextureData : Texture method D3D10TextureData (line 1203) | public D3D10TextureData(Sizei textureSize, Recti renderViewport, IntPt... method ToRaw (line 1212) | internal override Texture_Raw ToRaw() class D3D11TextureData (line 1228) | public class D3D11TextureData : Texture method D3D11TextureData (line 1230) | public D3D11TextureData(Sizei textureSize, Recti renderViewport, IntPt... method ToRaw (line 1239) | internal override Texture_Raw ToRaw() type Texture_Raw (line 1252) | [StructLayout(LayoutKind.Sequential, Pack = 1)] type DistortionVertex (line 1273) | [StructLayout(LayoutKind.Explicit)] type DistortionMesh (line 1306) | public struct DistortionMesh method DistortionMesh (line 1325) | internal DistortionMesh(DistortionMesh_Raw raw) type DistortionMesh_Raw (line 1356) | [StructLayout(LayoutKind.Sequential, Pack = 1)] type HSWDisplayState (line 1368) | [StructLayout(LayoutKind.Explicit)] class Hmd (line 1413) | public class Hmd : IDisposable method InitializeRenderingShim (line 1467) | public static bool InitializeRenderingShim(int requestedMinorVersion) method InitializeRenderingShim (line 1472) | public static bool InitializeRenderingShim() method Initialize (line 1485) | public static bool Initialize(InitParams Params) method Shutdown (line 1493) | public static void Shutdown() method GetVersionString (line 1501) | public static string GetVersionString() method Detect (line 1511) | public static int Detect() type ProjectionModifier (line 1519) | [Flags] method GetProjection (line 1558) | public static Matrix4f GetProjection( method GetOrthoSubProjection (line 1576) | public static Matrix4f GetOrthoSubProjection(Matrix4f projection, Vect... method GetTimeInSeconds (line 1585) | public static double GetTimeInSeconds() method WaitTillTime (line 1593) | public static double WaitTillTime(double absTime) method Hmd (line 1605) | public Hmd(int index) method Hmd (line 1615) | public Hmd(IntPtr hmdPtr) method Hmd (line 1625) | public Hmd(HmdType type) method Dispose (line 1645) | public void Dispose() method GetLastError (line 1660) | public string GetLastError() method AttachToWindow (line 1674) | public bool AttachToWindow(Recti destMirrorRect, Recti sourceRenderTar... method GetEnabledCaps (line 1684) | public uint GetEnabledCaps() method SetEnabledCaps (line 1693) | public void SetEnabledCaps(uint capsBits) method GetDesc (line 1701) | public HmdDesc GetDesc() method ConfigureTracking (line 1732) | public bool ConfigureTracking(uint supportedTrackingCaps, uint require... method RecenterPose (line 1742) | public void RecenterPose() method GetTrackingState (line 1754) | public TrackingState GetTrackingState(double absTime) method ResetOnlyBackOfHeadTrackingForConnectConf (line 1762) | public void ResetOnlyBackOfHeadTrackingForConnectConf() method GetFovTextureSize (line 1778) | public Sizei GetFovTextureSize(Eye eye, FovPort fov, float pixelsPerDi... method ConfigureRendering (line 1814) | public EyeRenderDesc[] ConfigureRendering(ref RenderAPIConfig renderAP... method BeginFrame (line 1830) | public FrameTiming BeginFrame(uint frameIndex) method EndFrame (line 1847) | public void EndFrame(Posef[] renderPose, Texture[] eyeTexture) method GetEyePoses (line 1871) | public Posef[] GetEyePoses(uint frameIndex) method GetHmdPosePerEye (line 1896) | public Posef GetHmdPosePerEye(Eye eye) method GetRenderDesc (line 1924) | public EyeRenderDesc GetRenderDesc(Eye eyeType, FovPort fov) method CreateDistortionMesh (line 1941) | public DistortionMesh? CreateDistortionMesh(Eye eye, FovPort fov, uint... method CreateDistortionMeshDebug (line 1957) | public DistortionMesh? CreateDistortionMeshDebug(Eye eye, FovPort fov,... method GetRenderScaleAndOffset (line 1983) | public Vector2f[] GetRenderScaleAndOffset(FovPort fov, Sizei textureSi... method GetFrameTiming (line 1995) | public FrameTiming GetFrameTiming(uint frameIndex) method BeginFrameTiming (line 2006) | public FrameTiming BeginFrameTiming(uint frameIndex) method EndFrameTiming (line 2017) | public void EndFrameTiming() method ResetFrameTiming (line 2027) | public void ResetFrameTiming(uint frameIndex) method GetEyeTimewarpMatrices (line 2039) | public Matrix4f[] GetEyeTimewarpMatrices(Eye eye, Posef renderPose) method GetEyeTimewarpMatricesDebug (line 2048) | public Matrix4f[] GetEyeTimewarpMatricesDebug(Eye eye, Posef renderPos... method ProcessLatencyTest (line 2064) | public byte[] ProcessLatencyTest() method GetLatencyTestResult (line 2075) | public string GetLatencyTestResult() method GetLatencyTest2DrawColor (line 2085) | public byte[] GetLatencyTest2DrawColor() method GetHSWDisplayState (line 2115) | public HSWDisplayState GetHSWDisplayState() method DismissHSWDisplay (line 2133) | public bool DismissHSWDisplay() method GetBool (line 2151) | public bool GetBool(string propertyName, bool defaultVal) method SetBool (line 2159) | public bool SetBool(string propertyName, bool val) method GetInt (line 2168) | public int GetInt(string propertyName, int defaultVal) method SetInt (line 2176) | public bool SetInt(string propertyName, int val) method GetFloat (line 2185) | public float GetFloat(string propertyName, float defaultVal) method SetFloat (line 2193) | public bool SetFloat(string propertyName, float val) method GetFloatArray (line 2202) | public float[] GetFloatArray(string propertyName, float[] values) method SetFloatArray (line 2214) | public bool SetFloatArray(string propertyName, float[] values) method GetString (line 2227) | public string GetString(string propertyName, string defaultVal) method SetString (line 2238) | public bool SetString(string propertyName, string val) method StartPerfLog (line 2251) | public bool StartPerfLog(string fileName, string userData1) method StopPerfLog (line 2259) | public bool StopPerfLog() method ovr_InitializeRenderingShim (line 2273) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovr_InitializeRenderingShim (line 2275) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovr_Initialize (line 2277) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovr_Shutdown (line 2279) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovr_GetVersionString (line 2281) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_Detect (line 2283) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_Create (line 2285) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_Destroy (line 2287) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_CreateDebug (line 2289) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetLastError (line 2291) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_AttachToWindow (line 2293) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetEnabledCaps (line 2299) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_SetEnabledCaps (line 2301) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_ConfigureTracking (line 2306) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_RecenterPose (line 2311) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetTrackingState (line 2313) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_ResetOnlyBackOfHeadTrackingForConnectConf (line 2315) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetFovTextureSize (line 2320) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_ConfigureRendering (line 2326) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_BeginFrame (line 2333) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_EndFrame (line 2335) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetEyePoses (line 2340) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetHmdPosePerEye (line 2347) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetRenderDesc (line 2351) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_CreateDistortionMesh (line 2356) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_CreateDistortionMeshDebug (line 2363) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_DestroyDistortionMesh (line 2371) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetRenderScaleAndOffset (line 2373) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetFrameTiming (line 2380) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_BeginFrameTiming (line 2382) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_EndFrameTiming (line 2384) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_ResetFrameTiming (line 2386) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetEyeTimewarpMatrices (line 2388) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetEyeTimewarpMatricesDebug (line 2395) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrMatrix4f_Projection (line 2407) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrMatrix4f_OrthoSubProjection (line 2413) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovr_GetTimeInSeconds (line 2419) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovr_WaitTillTime (line 2421) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_ProcessLatencyTest (line 2426) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetLatencyTestResult (line 2432) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetLatencyTest2DrawColor (line 2434) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetHSWDisplayState (line 2442) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_DismissHSWDisplay (line 2446) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetBool (line 2451) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_SetBool (line 2457) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetInt (line 2463) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_SetInt (line 2469) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetFloat (line 2475) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_SetFloat (line 2481) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetFloatArray (line 2487) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_SetFloatArray (line 2494) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_GetString (line 2501) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_SetString (line 2508) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_StartPerfLog (line 2515) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] method ovrHmd_StopPerfLog (line 2522) | [DllImport(LibFile, CallingConvention = CallingConvention.Cdecl)] FILE: Lemma/Player/AnimationController.cs class AnimationController (line 11) | public class AnimationController : Component
, IUpdateableComponent class AnimationInfo (line 13) | private class AnimationInfo method Awake (line 60) | public override void Awake() method Bind (line 69) | public void Bind(AnimatedModel m) method Update (line 255) | public void Update(float dt) FILE: Lemma/Player/BlockPredictor.cs class BlockPredictor (line 12) | public class BlockPredictor : Component
, IUpdateableComponent class Possibility (line 14) | public class Possibility class Prediction (line 22) | private class Prediction method Awake (line 69) | public override void Awake() method ClearPossibilities (line 77) | public void ClearPossibilities() method AddPossibility (line 84) | public void AddPossibility(Possibility block) method GetPossibilities (line 128) | public List GetPossibilities(Voxel m) method InstantiatePossibility (line 135) | public void InstantiatePossibility(Possibility block) method FindPlatform (line 201) | public Possibility FindPlatform(Vector3 position) method canBuild (line 264) | private bool canBuild(Voxel.State s) method canBuild (line 277) | private bool canBuild(Vector3 pos) method FindWall (line 283) | public Possibility FindWall(Vector3 position, Vector2 direction) method getPredictionInterval (line 348) | private float getPredictionInterval(float speed) method predictJump (line 354) | private void predictJump(Queue predictions, Vector3 start,... method startSlowMo (line 364) | private Vector3 startSlowMo(Queue predictions) method PredictPlatforms (line 393) | public void PredictPlatforms() method PredictWalls (line 420) | public void PredictWalls() method Update (line 440) | public void Update(float dt) FILE: Lemma/Player/CameraController.cs class CameraController (line 12) | public class CameraController : Component
, IUpdateableComponent method Awake (line 50) | public override void Awake() method blendShake (line 69) | private float blendShake() // hehe method Update (line 79) | public void Update(float dt) FILE: Lemma/Player/Character.cs class Character (line 20) | public class Character : Updateable, IEndOfTimeStepUpdateable method Character (line 148) | static Character() method Character (line 166) | public Character(Main main, Bindable bindable, Vector3 position, float... method Events_ContactCreated (line 241) | private void Events_ContactCreated(EntityCollidable sender, Collidable... method Update (line 252) | void IEndOfTimeStepUpdateable.Update(float dt) method findSupport (line 392) | private bool findSupport(out object supportEntityTag, out BEPUphysics.... method isSupportSlopeWalkable (line 467) | private bool isSupportSlopeWalkable(Vector3 supportNormal) method support (line 479) | private void support(Vector3 supportLocationVelocity, Vector3 supportN... method slide (line 506) | private bool slide(ref Vector2 movement, Vector3 wallRay) method handleHorizontalMotion (line 539) | private void handleHorizontalMotion(Vector3 supportLocationVelocity, V... method handleNoTraction (line 621) | private void handleNoTraction(float dt, float tractionDeceleration, fl... method Activate (line 677) | public void Activate() method Deactivate (line 696) | public void Deactivate() method OnAdditionToSpace (line 715) | public override void OnAdditionToSpace(ISpace newSpace) method OnRemovalFromSpace (line 725) | public override void OnRemovalFromSpace(ISpace oldSpace) FILE: Lemma/Player/FPSCamera.cs class FPSCamera (line 12) | public class FPSCamera : Component
, IUpdateableComponent method Awake (line 25) | public override void Awake() method Update (line 36) | public void Update(float dt) FILE: Lemma/Player/FallDamage.cs class FallDamage (line 11) | public class FallDamage : Component
, IUpdateableComponent method Bind (line 39) | public void Bind(AnimatedModel m) method Awake (line 68) | public override void Awake() method ApplyJump (line 90) | public bool ApplyJump() method apply (line 95) | private bool apply(float verticalAcceleration, bool jumping) method Update (line 145) | public void Update(float dt) method delete (line 177) | public override void delete() FILE: Lemma/Player/Footsteps.cs class RespawnLocation (line 13) | public class RespawnLocation class Footsteps (line 21) | public class Footsteps : Component
, IUpdateableComponent method Awake (line 56) | public override void Awake() method Update (line 189) | public void Update(float dt) FILE: Lemma/Player/Jump.cs class Jump (line 11) | public class Jump : Component
method Bind (line 51) | public void Bind(AnimatedModel m) method Awake (line 68) | public override void Awake() method randomJumpAnimation (line 86) | private string randomJumpAnimation() method Go (line 110) | public bool Go() FILE: Lemma/Player/Phone.cs class Phone (line 14) | [XmlInclude(typeof(Phone.Message))] class Message (line 22) | public class Message class Schedule (line 29) | public class Schedule class Ans (line 35) | public class Ans method Ans (line 47) | public Ans() method Ans (line 52) | public Ans(string name, string id = null, bool exclusive = true) method Awake (line 91) | public override void Awake() type Mode (line 106) | public enum Mode { Messages, Photos } type Sender (line 108) | public enum Sender { Player, A, B } method Update (line 124) | void IUpdateableComponent.Update(float dt) method Delay (line 141) | public void Delay(float delay, Sender sender, string name, string id =... method Msg (line 156) | public void Msg(Message msg) method ArchivedMsg (line 175) | public void ArchivedMsg(string name, string text = null) method ArchivedAns (line 180) | public void ArchivedAns(string name) method LastMessageID (line 189) | public string LastMessageID() method Answer (line 199) | public void Answer(Ans answer) method Choices (line 238) | public void Choices(params Ans[] answers) method OnMessage (line 246) | public Command OnMessage(string text) method OnVisit (line 255) | public Command OnVisit(string text) method OnAnswer (line 264) | public Command OnAnswer(string text) method Bind (line 288) | public void Bind(DialogueForest forest) method Execute (line 293) | public void Execute(DialogueForest.Node node) method execute (line 305) | private void execute(DialogueForest.Node node) method Visit (line 310) | void DialogueForest.IClient.Visit(DialogueForest.Node node) method Text (line 321) | void DialogueForest.IClient.Text(DialogueForest.Node node, int level) method Choice (line 327) | void DialogueForest.IClient.Choice(DialogueForest.Node node, IEnumerab... method Set (line 334) | public void Set(string key, string value) method Get (line 339) | public string Get(string key) FILE: Lemma/Player/PhoneNote.cs class PhoneNote (line 12) | public class PhoneNote method Attach (line 14) | public static void Attach(Main main, Entity entity, Player player, Ani... FILE: Lemma/Player/Player.cs class Player (line 18) | public class Player : Component
, IUpdateableComponent, IEarlyUpdat... method Player (line 57) | public Player() method Awake (line 62) | public override void Awake() method delete (line 97) | public override void delete() method Update (line 104) | void IEarlyUpdateableComponent.Update(float dt) method Update (line 110) | void IUpdateableComponent.Update(float dt) FILE: Lemma/Player/PlayerFactory.cs class PlayerFactory (line 16) | public class PlayerFactory : Factory
method PlayerFactory (line 18) | public PlayerFactory() method Create (line 24) | public override Entity Create(Main main) method Bind (line 47) | public override void Bind(Entity entity, Main main, bool creating = fa... FILE: Lemma/Player/PlayerUI.cs class PlayerUI (line 11) | public class PlayerUI method Attach (line 13) | public static void Attach(Main main, Entity entity, UIRenderer ui, Pro... FILE: Lemma/Player/RollKickSlide.cs class RollKickSlide (line 11) | public class RollKickSlide : Component
, IUpdateableComponent method StopKick (line 13) | public void StopKick() method Awake (line 75) | public override void Awake() method Bind (line 87) | public void Bind(AnimatedModel model) method determineShouldBuildFloor (line 101) | private bool determineShouldBuildFloor(Voxel v, Voxel.State floorState) method Go (line 116) | public void Go(bool overrideCooldown = false) method raycastFloor (line 290) | private Voxel.GlobalRaycastResult raycastFloor() method checkShouldBuildFloor (line 297) | private void checkShouldBuildFloor() method Update (line 319) | public void Update(float dt) FILE: Lemma/Player/RotationController.cs class RotationController (line 12) | public class RotationController : Component
, IUpdateableComponent method Awake (line 40) | public override void Awake() method UpdateLockedRotation (line 52) | public void UpdateLockedRotation(float value) method Lock (line 61) | public void Lock() method Unlock (line 71) | public void Unlock() method Update (line 80) | public void Update(float dt) FILE: Lemma/Player/Rumble.cs class Rumble (line 11) | public class Rumble : Component
, IUpdateableComponent method Go (line 21) | public void Go(float amount) method Awake (line 26) | public override void Awake() method delete (line 38) | public override void delete() method Update (line 44) | public void Update(float dt) method Reset (line 51) | public static void Reset() FILE: Lemma/Player/TargetUI.cs class TargetUI (line 10) | public class TargetUI : Component
, IUpdateableComponent method Update (line 13) | public void Update(float dt) FILE: Lemma/Player/Vault.cs class Vault (line 11) | public class Vault : Component
, IUpdateableComponent type State (line 13) | public enum State method Bind (line 72) | public void Bind(AnimatedModel model) method Awake (line 95) | public override void Awake() type CandidateStatus (line 102) | private enum CandidateStatus { Good, Uneven, Bad } method checkAdjacent (line 104) | private static CandidateStatus checkAdjacent(Voxel v, Voxel.Coord coor... method Go (line 125) | public bool Go(bool checkPossibilities) method getSupportVelocity (line 227) | private Vector3 getSupportVelocity(Voxel voxel) method vault (line 236) | private void vault(Voxel map, Voxel.Coord coord, bool uneven) method Update (line 354) | public void Update(float dt) FILE: Lemma/Player/VirtualReticle.cs class VirtualReticle (line 11) | public class VirtualReticle : Component
, IUpdateableComponent method Update (line 21) | public void Update(float dt) FILE: Lemma/Player/VoxelTools.cs class VoxelTools (line 12) | public class VoxelTools : Component
method Awake (line 21) | public override void Awake() method BuildFloor (line 28) | public void BuildFloor(Voxel floorMap, Voxel.Coord floorCoordinate, Di... method spreadFromCenter (line 62) | private IEnumerable spreadFromCenter(Voxel.Coord center, ... method BreakWalls (line 70) | public bool BreakWalls(Vector3 forward, Vector3 right) FILE: Lemma/Player/WallRun.cs class WallRun (line 12) | public class WallRun : Component
, IUpdateableComponent type State (line 14) | public enum State { None, Left, Right, Straight, Down } method Awake (line 64) | public override void Awake() method delete (line 71) | public override void delete() method Activate (line 77) | public bool Activate(State state, bool checkPossibilities) method setup (line 210) | private void setup(Voxel voxel, Direction dir, State state, Vector3 fo... method Deactivate (line 313) | public void Deactivate() method Update (line 325) | public void Update(float dt) FILE: Lemma/Program.cs class Program (line 13) | public static class Program method Main (line 19) | [STAThread] FILE: Lemma/Screenshot.cs class Screenshot (line 11) | public class Screenshot : Component
, IUpdateableComponent method Clear (line 16) | public void Clear() method Take (line 28) | public void Take(Point size, Action callback = null) method Update (line 53) | public void Update(float dt) method delete (line 75) | public override void delete() method SavePng (line 81) | public static void SavePng(RenderTarget2D t, string path, int width = ... FILE: Lemma/Scripts/Abilities.cs class Abilities (line 14) | public class Abilities : ScriptBase method Run (line 16) | public static void Run(Entity script) method EditorProperties (line 31) | public static IEnumerable EditorProperties(Entity script) FILE: Lemma/Scripts/DialogueLink.cs class DialogueLink (line 14) | public class DialogueLink : ScriptBase method Run (line 17) | public static void Run(Entity script) method EditorProperties (line 34) | public static IEnumerable EditorProperties(Entity script) FILE: Lemma/Scripts/DialogueTrigger.cs class DialogueTrigger (line 14) | public class DialogueTrigger : ScriptBase method Run (line 17) | public static void Run(Entity script) method EditorProperties (line 27) | public static IEnumerable EditorProperties(Entity script) method Commands (line 36) | public static IEnumerable Commands(Entity script) FILE: Lemma/Scripts/RiftSpawner.cs class RiftSpawner (line 14) | public class RiftSpawner : ScriptBase method Run (line 18) | public static void Run(Entity script) method EditorProperties (line 105) | public static IEnumerable EditorProperties(Entity script) method Commands (line 114) | public static IEnumerable Commands(Entity script) FILE: Lemma/Scripts/SetPhoto.cs class SetPhoto (line 15) | public class SetPhoto : ScriptBase method Run (line 18) | public static void Run(Entity script) method EditorProperties (line 27) | public static IEnumerable EditorProperties(Entity script) FILE: Lemma/Strings.cs class Strings (line 11) | public class Strings method Load (line 17) | public void Load(string filename) method Get (line 62) | public string Get(string key) method HasKey (line 73) | public bool HasKey(string key) FILE: Lemma/UI/Container.cs class Container (line 10) | public class Container : UIComponent method Awake (line 24) | public override void Awake() method childrenChanged (line 32) | private void childrenChanged() method updateLayout (line 42) | protected override void updateLayout() method LoadContent (line 75) | public override void LoadContent(bool reload) method draw (line 85) | protected override void draw(GameTime time, Matrix parent, Matrix tran... FILE: Lemma/UI/LineDrawer2D.cs class LineDrawer2D (line 11) | public class LineDrawer2D : UIComponent type Line (line 13) | public struct Line method LoadContent (line 30) | public override void LoadContent(bool reload) method Awake (line 35) | public override void Awake() method draw (line 42) | protected override void draw(GameTime time, Matrix parent, Matrix tran... method delete (line 89) | public override void delete() FILE: Lemma/UI/ListContainer.cs class ListContainer (line 9) | public class ListContainer : UIComponent type ListOrientation (line 11) | public enum ListOrientation type ListAlignment (line 16) | public enum ListAlignment method Awake (line 28) | public override void Awake() method childrenChanged (line 36) | private void childrenChanged() method updateLayout (line 44) | protected override void updateLayout() FILE: Lemma/UI/Scroller.cs class Scroller (line 11) | public class Scroller : UIComponent method Scroller (line 29) | public Scroller() method Awake (line 34) | public override void Awake() method childrenChanged (line 59) | private void childrenChanged() method updateLayout (line 67) | protected override void updateLayout() method ScrollToBottom (line 107) | public void ScrollToBottom() method ScrollTo (line 119) | public void ScrollTo(UIComponent target) method ScrollToTop (line 139) | public void ScrollToTop() FILE: Lemma/UI/Sprite.cs class Sprite (line 11) | public class Sprite : UIComponent method Awake (line 20) | public override void Awake() method delete (line 29) | public override void delete() method LoadContent (line 36) | public override void LoadContent(bool reload) method loadTexture (line 43) | private void loadTexture(string file) method draw (line 63) | protected override void draw(GameTime time, Matrix parent, Matrix tran... FILE: Lemma/UI/TextElement.cs class TextElement (line 11) | public class TextElement : UIComponent method TextElement (line 30) | public TextElement() method wrapText (line 35) | private String wrapText(String text, float width) method updateText (line 55) | private void updateText() method Awake (line 76) | public override void Awake() method LoadContent (line 208) | public override void LoadContent(bool reload) method loadFont (line 214) | protected void loadFont() method draw (line 220) | protected override void draw(GameTime time, Matrix parent, Matrix tran... FILE: Lemma/UI/UIComponent.cs class UIComponent (line 15) | public class UIComponent : Component
, IGraphicsComponent method LoadContent (line 87) | public virtual void LoadContent(bool reload) method delete (line 96) | public override void delete() method deleteWithoutRemovingFromParent (line 105) | private void deleteWithoutRemovingFromParent() method CheckLayout (line 113) | public void CheckLayout() method GetChildByName (line 124) | public UIComponent GetChildByName(string name) method updateLayout (line 138) | protected virtual void updateLayout() method Detach (line 143) | public void Detach() method UIComponent (line 149) | public UIComponent() method Awake (line 180) | public override void Awake() method GetAbsoluteTransform (line 209) | public Matrix GetAbsoluteTransform() method GetAbsolutePosition (line 221) | public Vector2 GetAbsolutePosition() method SwallowCurrentMouseEvent (line 228) | public void SwallowCurrentMouseEvent() method HandleMouse (line 233) | public bool HandleMouse(MouseState mouse, MouseState lastMouse, Matrix... method Draw (line 303) | public void Draw(GameTime time, Matrix parent, Rectangle scissor) method draw (line 345) | protected virtual void draw(GameTime time, Matrix parent, Matrix trans... FILE: Lemma/UI/UIFactory.cs class UIFactory (line 11) | public class UIFactory : Component
method OpenURL (line 15) | public static void OpenURL(string url) method CreateLink (line 29) | public TextElement CreateLink(string text, string url) method CreateScrollButton (line 58) | public Container CreateScrollButton(string label, Property... method CreateLabel (line 63) | public TextElement CreateLabel(string label = null) method CreatePropertyButton (line 72) | public Container CreatePropertyButton(string label, Property(string label, Property(string label, Property... method CreateContainer (line 139) | public Container CreateContainer() method CreateButton (line 148) | public Container CreateButton(Action action = null) method CreateButton (line 173) | public Container CreateButton(string label, Action action = null) FILE: Lemma/UI/UIRenderer.cs class UIRenderer (line 14) | public class UIRenderer : Component
, IUpdateableComponent, INonPos... class RootUIComponent (line 16) | public class RootUIComponent : UIComponent method RootUIComponent (line 18) | public RootUIComponent(UIRenderer renderer) method Setup3D (line 26) | public void Setup3D(Property transform) method resize (line 101) | private void resize() method UIRenderer (line 132) | public UIRenderer() method Awake (line 142) | public override void Awake() method deviceReset (line 181) | private void deviceReset(object sender, EventArgs e) method LoadContent (line 186) | public void LoadContent(bool reload) method Update (line 196) | void IUpdateableComponent.Update(float dt) method draw (line 260) | private void draw(GameTime time, Point screenSize) method DrawNonPostProcessed (line 278) | void INonPostProcessedDrawableComponent.DrawNonPostProcessed(GameTime ... method DrawPreFrame (line 287) | void IDrawablePreFrameComponent.DrawPreFrame(GameTime time, RenderPara... method delete (line 300) | public override void delete() FILE: Lemma/Util/Algorithms.cs class Algorithms (line 8) | public static class Algorithms method InsertionSort (line 10) | public static void InsertionSort(this IList list, Comparison ... FILE: Lemma/Util/AngleTools.cs class AngleTools (line 8) | public static class AngleTools method ToAngleRange (line 13) | public static float ToAngleRange(this float angle) method ClosestAngle (line 22) | public static float ClosestAngle(this float angle, float other) FILE: Lemma/Util/BSpline.cs class BSpline (line 9) | public class BSpline type ControlPoint (line 11) | public struct ControlPoint method Lerp (line 18) | public static ControlPoint Lerp(ControlPoint a, ControlPoint b, floa... method knot (line 34) | private float knot(int i) method deBoor (line 39) | private ControlPoint deBoor(int k, int i, float x) method Add (line 52) | public void Add(Vector3 pos, Quaternion q = default(Quaternion), float... method Evaluate (line 57) | public ControlPoint Evaluate(float x) FILE: Lemma/Util/BitWorker.cs class BitWorker (line 8) | public static class BitWorker method BitSet (line 10) | public static bool BitSet(this byte toCheck, int index) method BitSet (line 15) | public static bool BitSet(this short toCheck, int index) method BitSet (line 20) | public static bool BitSet(this int toCheck, int index) method BitSet (line 25) | public static bool BitSet(this long toCheck, int index) method SetBit (line 30) | public static byte SetBit(this byte toSet, int index, bool set = true) method SetBit (line 42) | public static short SetBit(this short toSet, int index, bool set = true) method SetBit (line 54) | public static int SetBit(this int toSet, int index, bool set = true) method SetBit (line 66) | public static long SetBit(this long toSet, int index, bool set = true) method StoreByte (line 78) | public static short StoreByte(this short toSet, byte toStore, int inde... method StoreByte (line 86) | public static int StoreByte(this int toSet, byte toStore, int index = 0) method StoreShort (line 94) | public static int StoreShort(this int toSet, short toStore, int index ... method StoreByte (line 102) | public static long StoreByte(this long toSet, byte toStore, int index ... method StoreShort (line 110) | public static long StoreShort(this long toSet, short toStore, int inde... method StoreInt (line 118) | public static long StoreInt(this long toSet, int toStore, int index = 0) method ExtractBits (line 126) | public static byte ExtractBits(this byte toExtract, int index, int num) method ExtractBits (line 136) | public static short ExtractBits(this short toExtract, int index, int num) method ExtractBits (line 146) | public static int ExtractBits(this int toExtract, int index, int num) method ExtractBits (line 156) | public static long ExtractBits(this long toExtract, int index, int num) method PackInts (line 166) | public static void PackInts(List result, int numBitsPer, IList method BlockingQueue (line 22) | public BlockingQueue(int maxSize = 0) method Enqueue (line 27) | public void Enqueue(T item) method Clear (line 45) | public void Clear() method Dequeue (line 58) | public T Dequeue() FILE: Lemma/Util/BoundingBoxExtensions.cs class BoundingBoxExtensions (line 9) | public static class BoundingBoxExtensions method Transform (line 12) | public static BoundingBox Transform(this BoundingBox box, Matrix matrix) method Expand (line 37) | public static BoundingBox Expand(this BoundingBox box, float amount) FILE: Lemma/Util/CustomFluidVolume.cs class CustomFluidVolume (line 19) | public class CustomFluidVolume : Updateable, IDuringForcesUpdateable method CustomFluidVolume (line 221) | public CustomFluidVolume(Vector3 upVector, float gravity, List choices); method Set (line 18) | void Set(string key, string value); method Get (line 19) | string Get(string key); class Node (line 22) | public class Node type Type (line 24) | public enum Type method Load (line 41) | public IEnumerable Load(string data) method GetByName (line 64) | public Node GetByName(string name) method Validate (line 79) | public void Validate(Strings strings) method Execute (line 90) | public void Execute(Node node, IClient client, int textLevel = 1) FILE: Lemma/Util/Direction.cs type Direction (line 10) | public enum Direction { PositiveX, NegativeX, PositiveY, NegativeY, Posi... class VectorDirectionExtensions (line 12) | public static class VectorDirectionExtensions method GetComponent (line 14) | public static float GetComponent(this Vector3 vector, Direction dir) method SetComponent (line 35) | public static Vector3 SetComponent(this Vector3 vector, Direction dir,... class DirectionExtensions (line 57) | public static class DirectionExtensions method GetDirectionFromVector (line 62) | public static Direction GetDirectionFromVector(Vector2 dir) method IsNegative (line 70) | public static bool IsNegative(this Direction dir) method Cross (line 75) | public static Direction Cross(this Direction a, Direction b) method GetDirectionFromVector (line 92) | public static Direction GetDirectionFromVector(Vector3 dir) method GetDirectionFromName (line 103) | public static Direction GetDirectionFromName(string name) method IsPositive (line 123) | public static bool IsPositive(this Direction dir) method IsPerpendicular (line 128) | public static bool IsPerpendicular(this Direction a, Direction b) method IsParallel (line 133) | public static bool IsParallel(this Direction a, Direction b) method IsOpposite (line 138) | public static bool IsOpposite(this Direction a, Direction b) method isPerpendicular (line 143) | private static bool isPerpendicular(Direction a, Direction b) method GetVector (line 150) | public static Vector3 GetVector(this Direction dir) method GetCoordinate (line 170) | public static Voxel.Coord GetCoordinate(this Direction dir) method RotateCounterClockwise (line 190) | public static Direction RotateCounterClockwise(this Direction dir) method RotateClockwise (line 206) | public static Direction RotateClockwise(this Direction dir) method GetReverse (line 222) | public static Direction GetReverse(this Direction dir) FILE: Lemma/Util/LambdaComparer.cs class LambdaComparer (line 8) | public class LambdaComparer : IComparer method LambdaComparer (line 12) | public LambdaComparer(Func _lambda) method Compare (line 20) | public int Compare(T x, T y) FILE: Lemma/Util/LargeObjectHeap.cs class LargeObjectHeap (line 8) | public class LargeObjectHeap method Get (line 16) | public static LargeObjectHeap Get(Func constructor) method Get (line 21) | public static LargeObjectHeap Get(Func constructor, F... method LargeObjectHeap (line 35) | private LargeObjectHeap() method Get (line 39) | public Type Get(int size) method Free (line 50) | public void Free(int size, Type t) FILE: Lemma/Util/Noise3D.cs class Noise3D (line 13) | public class Noise3D method Noise3D (line 46) | public Noise3D() method reseed (line 51) | private void reseed() method gradientAtCell2d (line 60) | private Vector2 gradientAtCell2d(int x, int y) method gradientAtCell3d (line 67) | private Vector3 gradientAtCell3d(Voxel.Coord coord) method blendCurve (line 73) | private static float blendCurve(float t) method lerp (line 79) | private static float lerp(float a, float b, float blend) method noise2d (line 85) | float noise2d(Vector2 pos) method noise3d (line 109) | float noise3d(Vector3 pos) method density (line 152) | private float density(Voxel.Coord sample) method Sample (line 178) | public float Sample(Vector3 vector) method Sample (line 183) | public float Sample(Voxel voxel, Voxel.Coord coord, float octave) FILE: Lemma/Util/PriorityQueue.cs class PriorityQueue (line 9) | public class PriorityQueue method PriorityQueue (line 14) | public PriorityQueue() method PriorityQueue (line 19) | public PriorityQueue(IComparer comparer) method PriorityQueue (line 24) | public PriorityQueue(IComparer comparer, int capacity) method SwitchElements (line 30) | protected void SwitchElements(int i, int j) method OnCompare (line 37) | protected virtual int OnCompare(int i, int j) method Push (line 47) | public int Push(T item) method Pop (line 71) | public T Pop() method Update (line 103) | public void Update(T item) method Peek (line 143) | public T Peek() method Clear (line 150) | public void Clear() FILE: Lemma/Util/RectangleExtensions.cs class RectangleExtensions (line 9) | public static class RectangleExtensions method Create (line 11) | public static Rectangle Create(Vector2 min, Vector2 max) method Intersect (line 16) | public static Rectangle Intersect(this Rectangle self, Rectangle other) method Union (line 23) | public static Rectangle Union(this Rectangle self, Rectangle other) FILE: Lemma/Util/ScriptBase.cs class ScriptBase (line 12) | public class ScriptBase method get (line 18) | protected static Entity get(string id) method showMessage (line 23) | protected static Container showMessage(Func text, params IProp... method showMessage (line 28) | protected static Container showMessage(string text) method hideMessage (line 33) | protected static void hideMessage(Container container, float delay = 0... method bindEntityTrigger (line 38) | protected static void bindEntityTrigger(string id, Action callback, bo... method bindEntityTriggerLeave (line 56) | protected static void bindEntityTriggerLeave(string id, Action callbac... method property (line 73) | protected static Property property(Entity script, string name, T... method listProperty (line 79) | protected static ListProperty listProperty(Entity script, string... method command (line 85) | protected static Command command(Entity script, string name) method bindPlayerTrigger (line 91) | protected static void bindPlayerTrigger(string id, Action callback, bo... method bindTriggerLeave (line 108) | protected static void bindTriggerLeave(string id, Action callback, boo... method consoleCommand (line 125) | protected static void consoleCommand(ConCommand conCommand) FILE: Lemma/Util/SteamWorker.cs class SteamWorker (line 15) | public static class SteamWorker method Init_SteamGame (line 62) | private static bool Init_SteamGame() method Init (line 79) | public static bool Init() method Shutdown (line 98) | public static void Shutdown() method Update (line 105) | public static void Update(float dt) method RemoveWSTemp (line 131) | public static void RemoveWSTemp() method WriteFileUGC (line 144) | public static bool WriteFileUGC(string path, string steamPath) method ShareFileUGC (line 152) | public static CallResult ShareFileUGC(... method UpdateWorkshopMap (line 171) | public static CallResult Upd... method UploadWorkShop (line 188) | public static CallResult UploadWorkS... method SetStat (line 202) | [AutoConCommand("set_stat", "Set a Steam stat")] method IndicateAchievementProgress (line 220) | public static void IndicateAchievementProgress(string name, uint value... method IncrementStat (line 226) | public static void IncrementStat(string name, int increment) method GetStat (line 232) | public static int GetStat(string name) method SetAchievement (line 239) | public static void SetAchievement(string name, bool forceUpload = true) method UploadStats (line 252) | [AutoConCommand("upload_stats", "Upload stats to Steam")] method ResetAllStats (line 262) | [AutoConCommand("reset_stats", "Reset all stats.")] class WorkshopMapMetadata (line 274) | public class WorkshopMapMetadata method DownloadLevel (line 283) | private static CallResult QuerySubscribed() method GetCreatedWorkShopEntries (line 388) | public static CallResult GetCreatedWorkShopE... method OnOverlayActivated (line 424) | private static void OnOverlayActivated(GameOverlayActivated_t callback) method OnUGCQueryReturn (line 431) | private static void OnUGCQueryReturn(SteamUGCQueryCompleted_t handle) method OnSubscribed (line 468) | private static void OnSubscribed(RemoteStoragePublishedFileSubscribed_... method OnUserStatsReceived (line 478) | private static void OnUserStatsReceived(UserStatsReceived_t pCallback) FILE: Lemma/Util/VectorExtensions.cs type VectorElement (line 9) | public enum VectorElement { X, Y, Z, W } class VectorExtensions (line 10) | public static class VectorExtensions method AngleTo (line 13) | public static Vector3 AngleTo(Vector3 from, Vector3 location) method ToEuler (line 23) | public static Vector3 ToEuler(this Quaternion rotation) method GetElement (line 49) | public static float GetElement(this Vector2 v, VectorElement element) method SetElement (line 62) | public static Vector2 SetElement(this Vector2 v, VectorElement element... method GetElement (line 75) | public static float GetElement(this Vector3 v, VectorElement element) method SetElement (line 90) | public static Vector3 SetElement(this Vector3 v, VectorElement element... method GetElement (line 105) | public static float GetElement(this Vector4 v, VectorElement element) method SetElement (line 122) | public static Vector4 SetElement(this Vector4 v, VectorElement element... method GetElement (line 139) | public static float GetElement(this Quaternion v, VectorElement element) method SetElement (line 156) | public static Quaternion SetElement(this Quaternion v, VectorElement e... method GetElement (line 173) | public static byte GetElement(this Color v, VectorElement element) method SetElement (line 190) | public static Color SetElement(this Color v, VectorElement element, by... FILE: Lemma/Util/VoxelAStar.cs class VoxelAStar (line 10) | public class VoxelAStar class BroadphaseEntry (line 12) | private class BroadphaseEntry method reconstructBroadphasePath (line 21) | private static void reconstructBroadphasePath(BroadphaseEntry entry, S... method Broadphase (line 34) | public static bool Broadphase(Voxel m, Voxel.Box start, Voxel.Coord ta... class NarrowphaseEntry (line 127) | private class NarrowphaseEntry method reconstructNarrowphasePath (line 135) | private static void reconstructNarrowphasePath(NarrowphaseEntry entry,... method Narrowphase (line 148) | public static void Narrowphase(Voxel m, Voxel.Coord start, Voxel.Box t... method BroadphaseSearch (line 232) | public static Voxel.Box BroadphaseSearch(Voxel v, Voxel.Coord coord, i... FILE: Lemma/Util/VoxelRip.cs class VoxelRip (line 12) | public class VoxelRip method Go (line 16) | public static bool Go(Voxel voxel, Voxel.Coord center, int radius, Act... method Consolidate (line 142) | public static void Consolidate(Main main, DynamicVoxel voxel, float in... method Consolidate (line 166) | public static void Consolidate(Main main, DynamicVoxel voxel, Voxel ta... FILE: Lemma/Util/WwisePicker.cs class WwisePicker (line 10) | public class WwisePicker method Get (line 13) | public static ListProperty> Get(Main main) FILE: Lemma/WwiseIDConverter.py class WwiseIDConverter (line 12) | class WwiseIDConverter(object): method __init__ (line 15) | def __init__(self, inHeader, outputDirectory): method Convert (line 19) | def Convert(self): method _ImportFile (line 45) | def _ImportFile(self, inputFile): method _ExportFile (line 53) | def _ExportFile(self, outputFile, outputLines): method _FindKeyLine (line 65) | def _FindKeyLine(self, lines, key): method _ReplaceLineByLine (line 74) | def _ReplaceLineByLine(self, lines, inPattern, outPattern): FILE: Lemma/Wwise_IDs.cs class AK (line 1) | public class AK class EVENTS (line 3) | public class EVENTS class STATES (line 131) | public class STATES class WATER (line 133) | public class WATER class STATE (line 137) | public class STATE class SWITCHES (line 146) | public class SWITCHES class FOOTSTEP_MATERIAL (line 148) | public class FOOTSTEP_MATERIAL class SWITCH (line 152) | public class SWITCH class GAME_PARAMETERS (line 164) | public class GAME_PARAMETERS class BANKS (line 180) | public class BANKS class BUSSES (line 195) | public class BUSSES class AUX_BUSSES (line 208) | public class AUX_BUSSES FILE: Newtonsoft.Json/Bson/BsonBinaryType.cs type BsonBinaryType (line 30) | internal enum BsonBinaryType : byte FILE: Newtonsoft.Json/Bson/BsonBinaryWriter.cs class BsonBinaryWriter (line 34) | internal class BsonBinaryWriter method BsonBinaryWriter (line 44) | public BsonBinaryWriter(BinaryWriter writer) method Flush (line 50) | public void Flush() method Close (line 55) | public void Close() method WriteToken (line 64) | public void WriteToken(BsonToken t) method WriteTokenInternal (line 70) | private void WriteTokenInternal(BsonToken t) method WriteString (line 193) | private void WriteString(string s, int byteCount, int? calculatedlengt... method WriteUtf8Bytes (line 203) | public void WriteUtf8Bytes(string s, int byteCount) method CalculateSize (line 224) | private int CalculateSize(int stringByteCount) method CalculateSizeWithLength (line 229) | private int CalculateSizeWithLength(int stringByteCount, bool includeS... method CalculateSize (line 238) | private int CalculateSize(BsonToken t) FILE: Newtonsoft.Json/Bson/BsonObjectId.cs class BsonObjectId (line 34) | public class BsonObjectId method BsonObjectId (line 46) | public BsonObjectId(byte[] value) FILE: Newtonsoft.Json/Bson/BsonReader.cs class BsonReader (line 40) | public class BsonReader : JsonReader type BsonReaderState (line 62) | private enum BsonReaderState class ContainerContext (line 75) | private class ContainerContext method ContainerContext (line 81) | public ContainerContext(BsonType type) method BsonReader (line 126) | public BsonReader(Stream stream) method BsonReader (line 135) | public BsonReader(BinaryReader reader) method BsonReader (line 146) | public BsonReader(Stream stream, bool readRootValueAsArray, DateTimeKi... method BsonReader (line 161) | public BsonReader(BinaryReader reader, bool readRootValueAsArray, Date... method ReadElement (line 170) | private string ReadElement() method ReadAsBytes (line 183) | public override byte[] ReadAsBytes() method ReadAsDecimal (line 192) | public override decimal? ReadAsDecimal() method ReadAsInt32 (line 201) | public override int? ReadAsInt32() method ReadAsString (line 210) | public override string ReadAsString() method ReadAsDateTime (line 219) | public override DateTime? ReadAsDateTime() method ReadAsDateTimeOffset (line 231) | public override DateTimeOffset? ReadAsDateTimeOffset() method Read (line 243) | public override bool Read() method ReadInternal (line 250) | internal override bool ReadInternal() method Close (line 295) | public override void Close() method ReadCodeWScope (line 307) | private bool ReadCodeWScope() method ReadReference (line 354) | private bool ReadReference() method ReadNormal (line 405) | private bool ReadNormal() method PopContext (line 483) | private void PopContext() method PushContext (line 492) | private void PushContext(ContainerContext newContext) method ReadByte (line 498) | private byte ReadByte() method ReadType (line 504) | private void ReadType(BsonType type) method ReadBinary (line 605) | private byte[] ReadBinary() method ReadString (line 622) | private string ReadString() method ReadLengthString (line 684) | private string ReadLengthString() method GetString (line 696) | private string GetString(int length) method GetLastFullCharStop (line 759) | private int GetLastFullCharStop(int start) method BytesInSequence (line 792) | private int BytesInSequence(byte b) method EnsureBuffers (line 801) | private void EnsureBuffers() method ReadDouble (line 814) | private double ReadDouble() method ReadInt32 (line 820) | private int ReadInt32() method ReadInt64 (line 826) | private long ReadInt64() method ReadType (line 832) | private BsonType ReadType() method MovePosition (line 838) | private void MovePosition(int count) method ReadBytes (line 843) | private byte[] ReadBytes(int count) FILE: Newtonsoft.Json/Bson/BsonToken.cs class BsonToken (line 31) | internal abstract class BsonToken class BsonObject (line 38) | internal class BsonObject : BsonToken, IEnumerable method Add (line 42) | public void Add(string name, BsonToken token) method GetEnumerator (line 53) | public IEnumerator GetEnumerator() method GetEnumerator (line 58) | IEnumerator IEnumerable.GetEnumerator() class BsonArray (line 64) | internal class BsonArray : BsonToken, IEnumerable method Add (line 68) | public void Add(BsonToken token) method GetEnumerator (line 79) | public IEnumerator GetEnumerator() method GetEnumerator (line 84) | IEnumerator IEnumerable.GetEnumerator() class BsonValue (line 90) | internal class BsonValue : BsonToken method BsonValue (line 95) | public BsonValue(object value, BsonType type) class BsonString (line 112) | internal class BsonString : BsonValue method BsonString (line 117) | public BsonString(object value, bool includeLength) class BsonBinary (line 124) | internal class BsonBinary : BsonValue method BsonBinary (line 128) | public BsonBinary(byte[] value, BsonBinaryType binaryType) class BsonRegex (line 135) | internal class BsonRegex : BsonToken method BsonRegex (line 140) | public BsonRegex(string pattern, string options) class BsonProperty (line 152) | internal class BsonProperty FILE: Newtonsoft.Json/Bson/BsonType.cs type BsonType (line 28) | internal enum BsonType : sbyte FILE: Newtonsoft.Json/Bson/BsonWriter.cs class BsonWriter (line 43) | public class BsonWriter : JsonWriter method BsonWriter (line 66) | public BsonWriter(Stream stream) method BsonWriter (line 76) | public BsonWriter(BinaryWriter writer) method Flush (line 85) | public override void Flush() method WriteEnd (line 94) | protected override void WriteEnd(JsonToken token) method WriteComment (line 109) | public override void WriteComment(string text) method WriteStartConstructor (line 118) | public override void WriteStartConstructor(string name) method WriteRaw (line 127) | public override void WriteRaw(string json) method WriteRawValue (line 136) | public override void WriteRawValue(string json) method WriteStartArray (line 144) | public override void WriteStartArray() method WriteStartObject (line 154) | public override void WriteStartObject() method WritePropertyName (line 165) | public override void WritePropertyName(string name) method Close (line 175) | public override void Close() method AddParent (line 183) | private void AddParent(BsonToken container) method RemoveParent (line 189) | private void RemoveParent() method AddValue (line 194) | private void AddValue(object value, BsonType type) method AddToken (line 199) | internal void AddToken(BsonToken token) method WriteValue (line 229) | public override void WriteValue(object value) method WriteNull (line 247) | public override void WriteNull() method WriteUndefined (line 256) | public override void WriteUndefined() method WriteValue (line 266) | public override void WriteValue(string value) method WriteValue (line 279) | public override void WriteValue(int value) method WriteValue (line 289) | [CLSCompliant(false)] method WriteValue (line 303) | public override void WriteValue(long value) method WriteValue (line 313) | [CLSCompliant(false)] method WriteValue (line 327) | public override void WriteValue(float value) method WriteValue (line 337) | public override void WriteValue(double value) method WriteValue (line 347) | public override void WriteValue(bool value) method WriteValue (line 357) | public override void WriteValue(short value) method WriteValue (line 367) | [CLSCompliant(false)] method WriteValue (line 378) | public override void WriteValue(char value) method WriteValue (line 394) | public override void WriteValue(byte value) method WriteValue (line 404) | [CLSCompliant(false)] method WriteValue (line 415) | public override void WriteValue(decimal value) method WriteValue (line 425) | public override void WriteValue(DateTime value) method WriteValue (line 437) | public override void WriteValue(DateTimeOffset value) method WriteValue (line 448) | public override void WriteValue(byte[] value) method WriteValue (line 458) | public override void WriteValue(Guid value) method WriteValue (line 468) | public override void WriteValue(TimeSpan value) method WriteValue (line 478) | public override void WriteValue(Uri value) method WriteObjectId (line 489) | public void WriteObjectId(byte[] value) method WriteRegex (line 507) | public void WriteRegex(string pattern, string options) FILE: Newtonsoft.Json/ConstructorHandling.cs type ConstructorHandling (line 31) | public enum ConstructorHandling FILE: Newtonsoft.Json/Converters/BinaryConverter.cs type IBinary (line 36) | internal interface IBinary method ToArray (line 38) | byte[] ToArray(); class BinaryConverter (line 45) | public class BinaryConverter : JsonConverter method WriteJson (line 57) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method GetByteArray (line 70) | private byte[] GetByteArray(object value) method ReadJson (line 93) | public override object ReadJson(JsonReader reader, Type objectType, ob... method ReadByteArray (line 137) | private byte[] ReadByteArray(JsonReader reader) method CanConvert (line 168) | public override bool CanConvert(Type objectType) FILE: Newtonsoft.Json/Converters/BsonObjectIdConverter.cs class BsonObjectIdConverter (line 36) | public class BsonObjectIdConverter : JsonConverter method WriteJson (line 44) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method ReadJson (line 67) | public override object ReadJson(JsonReader reader, Type objectType, ob... method CanConvert (line 84) | public override bool CanConvert(Type objectType) FILE: Newtonsoft.Json/Converters/CustomCreationConverter.cs class CustomCreationConverter (line 35) | public abstract class CustomCreationConverter : JsonConverter method WriteJson (line 43) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method ReadJson (line 56) | public override object ReadJson(JsonReader reader, Type objectType, ob... method Create (line 74) | public abstract T Create(Type objectType); method CanConvert (line 83) | public override bool CanConvert(Type objectType) FILE: Newtonsoft.Json/Converters/DataSetConverter.cs class DataSetConverter (line 36) | public class DataSetConverter : JsonConverter method WriteJson (line 44) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method ReadJson (line 71) | public override object ReadJson(JsonReader reader, Type objectType, ob... method CanConvert (line 105) | public override bool CanConvert(Type valueType) FILE: Newtonsoft.Json/Converters/DataTableConverter.cs class DataTableConverter (line 39) | public class DataTableConverter : JsonConverter method WriteJson (line 47) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method ReadJson (line 79) | public override object ReadJson(JsonReader reader, Type objectType, ob... method CreateRow (line 111) | private static void CreateRow(JsonReader reader, DataTable dt) method GetColumnDataType (line 176) | private static Type GetColumnDataType(JsonReader reader) method CanConvert (line 213) | public override bool CanConvert(Type valueType) FILE: Newtonsoft.Json/Converters/DateTimeConverterBase.cs class DateTimeConverterBase (line 33) | public abstract class DateTimeConverterBase : JsonConverter method CanConvert (line 42) | public override bool CanConvert(Type objectType) FILE: Newtonsoft.Json/Converters/DiscriminatedUnionConverter.cs class DiscriminatedUnionConverter (line 46) | public class DiscriminatedUnionConverter : JsonConverter method WriteJson (line 57) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method ReadJson (line 84) | public override object ReadJson(JsonReader reader, Type objectType, ob... method CanConvert (line 136) | public override bool CanConvert(Type objectType) method ReadAndAssertProperty (line 169) | private static void ReadAndAssertProperty(JsonReader reader, string pr... method ReadAndAssert (line 177) | private static void ReadAndAssert(JsonReader reader) FILE: Newtonsoft.Json/Converters/EntityKeyMemberConverter.cs type IEntityKeyMember (line 34) | internal interface IEntityKeyMember class EntityKeyMemberConverter (line 43) | public class EntityKeyMemberConverter : JsonConverter method WriteJson (line 57) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method ReadAndAssertProperty (line 88) | private static void ReadAndAssertProperty(JsonReader reader, string pr... method ReadAndAssert (line 96) | private static void ReadAndAssert(JsonReader reader) method ReadJson (line 110) | public override object ReadJson(JsonReader reader, Type objectType, ob... method CanConvert (line 140) | public override bool CanConvert(Type objectType) FILE: Newtonsoft.Json/Converters/ExpandoObjectConverter.cs class ExpandoObjectConverter (line 41) | public class ExpandoObjectConverter : JsonConverter method WriteJson (line 49) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method ReadJson (line 62) | public override object ReadJson(JsonReader reader, Type objectType, ob... method ReadValue (line 67) | private object ReadValue(JsonReader reader) method ReadList (line 89) | private object ReadList(JsonReader reader) method ReadObject (line 112) | private object ReadObject(JsonReader reader) method CanConvert (line 147) | public override bool CanConvert(Type objectType) FILE: Newtonsoft.Json/Converters/IsoDateTimeConverter.cs class IsoDateTimeConverter (line 35) | public class IsoDateTimeConverter : DateTimeConverterBase method WriteJson (line 79) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method ReadJson (line 120) | public override object ReadJson(JsonReader reader, Type objectType, ob... FILE: Newtonsoft.Json/Converters/JavaScriptDateTimeConverter.cs class JavaScriptDateTimeConverter (line 35) | public class JavaScriptDateTimeConverter : DateTimeConverterBase method WriteJson (line 43) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method ReadJson (line 79) | public override object ReadJson(JsonReader reader, Type objectType, ob... FILE: Newtonsoft.Json/Converters/JsonValueConverter.cs class JsonValueConverter (line 40) | public class JsonValueConverter : JsonConverter method WriteJson (line 48) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method WriteJsonValue (line 53) | private void WriteJsonValue(JsonWriter writer, IJsonValue value) method ReadJson (line 120) | public override object ReadJson(JsonReader reader, Type objectType, ob... method CreateJsonValue (line 133) | private IJsonValue CreateJsonValue(JsonReader reader) method CreateJsonObject (line 186) | private JsonObject CreateJsonObject(JsonReader reader) method CanConvert (line 219) | public override bool CanConvert(Type objectType) FILE: Newtonsoft.Json/Converters/KeyValuePairConverter.cs class KeyValuePairConverter (line 37) | public class KeyValuePairConverter : JsonConverter method WriteJson (line 48) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method ReadJson (line 77) | public override object ReadJson(JsonReader reader, Type objectType, ob... method CanConvert (line 133) | public override bool CanConvert(Type objectType) FILE: Newtonsoft.Json/Converters/RegexConverter.cs class RegexConverter (line 37) | public class RegexConverter : JsonConverter method WriteJson (line 48) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method HasFlag (line 59) | private bool HasFlag(RegexOptions options, RegexOptions flag) method WriteBson (line 64) | private void WriteBson(BsonWriter writer, Regex regex) method WriteJson (line 92) | private void WriteJson(JsonWriter writer, Regex regex, JsonSerializer ... method ReadJson (line 112) | public override object ReadJson(JsonReader reader, Type objectType, ob... method ReadRegexString (line 123) | private object ReadRegexString(JsonReader reader) method ReadRegexObject (line 154) | private Regex ReadRegexObject(JsonReader reader, JsonSerializer serial... method CanConvert (line 196) | public override bool CanConvert(Type objectType) FILE: Newtonsoft.Json/Converters/StringEnumConverter.cs class StringEnumConverter (line 44) | public class StringEnumConverter : JsonConverter method StringEnumConverter (line 63) | public StringEnumConverter() method WriteJson (line 74) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method ReadJson (line 124) | public override object ReadJson(JsonReader reader, Type objectType, ob... method ResolvedEnumName (line 185) | private static string ResolvedEnumName(BidirectionalDictionary InitializeEnumT... FILE: Newtonsoft.Json/Converters/VersionConverter.cs class VersionConverter (line 35) | public class VersionConverter : JsonConverter method WriteJson (line 43) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method ReadJson (line 67) | public override object ReadJson(JsonReader reader, Type objectType, ob... method CanConvert (line 101) | public override bool CanConvert(Type objectType) FILE: Newtonsoft.Json/Converters/XmlNodeConverter.cs class XmlDocumentWrapper (line 46) | internal class XmlDocumentWrapper : XmlNodeWrapper, IXmlDocument method XmlDocumentWrapper (line 50) | public XmlDocumentWrapper(XmlDocument document) method CreateComment (line 56) | public IXmlNode CreateComment(string data) method CreateTextNode (line 61) | public IXmlNode CreateTextNode(string text) method CreateCDataSection (line 66) | public IXmlNode CreateCDataSection(string data) method CreateWhitespace (line 71) | public IXmlNode CreateWhitespace(string text) method CreateSignificantWhitespace (line 76) | public IXmlNode CreateSignificantWhitespace(string text) method CreateXmlDeclaration (line 81) | public IXmlNode CreateXmlDeclaration(string version, string encoding, ... method CreateXmlDocumentType (line 86) | public IXmlNode CreateXmlDocumentType(string name, string publicId, st... method CreateProcessingInstruction (line 91) | public IXmlNode CreateProcessingInstruction(string target, string data) method CreateElement (line 96) | public IXmlElement CreateElement(string elementName) method CreateElement (line 101) | public IXmlElement CreateElement(string qualifiedName, string namespac... method CreateAttribute (line 106) | public IXmlNode CreateAttribute(string name, string value) method CreateAttribute (line 114) | public IXmlNode CreateAttribute(string qualifiedName, string namespace... class XmlElementWrapper (line 134) | internal class XmlElementWrapper : XmlNodeWrapper, IXmlElement method XmlElementWrapper (line 138) | public XmlElementWrapper(XmlElement element) method SetAttributeNode (line 144) | public void SetAttributeNode(IXmlNode attribute) method GetPrefixOfNamespace (line 151) | public string GetPrefixOfNamespace(string namespaceUri) class XmlDeclarationWrapper (line 162) | internal class XmlDeclarationWrapper : XmlNodeWrapper, IXmlDeclaration method XmlDeclarationWrapper (line 166) | public XmlDeclarationWrapper(XmlDeclaration declaration) class XmlDocumentTypeWrapper (line 190) | internal class XmlDocumentTypeWrapper : XmlNodeWrapper, IXmlDocumentType method XmlDocumentTypeWrapper (line 194) | public XmlDocumentTypeWrapper(XmlDocumentType documentType) class XmlNodeWrapper (line 226) | internal class XmlNodeWrapper : IXmlNode method XmlNodeWrapper (line 230) | public XmlNodeWrapper(XmlNode node) method WrapNode (line 255) | private IXmlNode WrapNode(XmlNode node) method AppendChild (line 302) | public IXmlNode AppendChild(IXmlNode newChild) type IXmlDocument (line 319) | internal interface IXmlDocument : IXmlNode method CreateComment (line 321) | IXmlNode CreateComment(string text); method CreateTextNode (line 322) | IXmlNode CreateTextNode(string text); method CreateCDataSection (line 323) | IXmlNode CreateCDataSection(string data); method CreateWhitespace (line 324) | IXmlNode CreateWhitespace(string text); method CreateSignificantWhitespace (line 325) | IXmlNode CreateSignificantWhitespace(string text); method CreateXmlDeclaration (line 326) | IXmlNode CreateXmlDeclaration(string version, string encoding, string ... method CreateXmlDocumentType (line 327) | IXmlNode CreateXmlDocumentType(string name, string publicId, string sy... method CreateProcessingInstruction (line 328) | IXmlNode CreateProcessingInstruction(string target, string data); method CreateElement (line 329) | IXmlElement CreateElement(string elementName); method CreateElement (line 330) | IXmlElement CreateElement(string qualifiedName, string namespaceUri); method CreateAttribute (line 331) | IXmlNode CreateAttribute(string name, string value); method CreateAttribute (line 332) | IXmlNode CreateAttribute(string qualifiedName, string namespaceUri, st... type IXmlDeclaration (line 337) | internal interface IXmlDeclaration : IXmlNode type IXmlDocumentType (line 344) | internal interface IXmlDocumentType : IXmlNode type IXmlElement (line 352) | internal interface IXmlElement : IXmlNode method SetAttributeNode (line 354) | void SetAttributeNode(IXmlNode attribute); method GetPrefixOfNamespace (line 355) | string GetPrefixOfNamespace(string namespaceUri); type IXmlNode (line 359) | internal interface IXmlNode method AppendChild (line 367) | IXmlNode AppendChild(IXmlNode newChild); class XDeclarationWrapper (line 375) | internal class XDeclarationWrapper : XObjectWrapper, IXmlDeclaration method XDeclarationWrapper (line 379) | public XDeclarationWrapper(XDeclaration declaration) class XDocumentTypeWrapper (line 408) | internal class XDocumentTypeWrapper : XObjectWrapper, IXmlDocumentType method XDocumentTypeWrapper (line 412) | public XDocumentTypeWrapper(XDocumentType documentType) class XDocumentWrapper (line 444) | internal class XDocumentWrapper : XContainerWrapper, IXmlDocument method XDocumentWrapper (line 451) | public XDocumentWrapper(XDocument document) method CreateComment (line 469) | public IXmlNode CreateComment(string text) method CreateTextNode (line 474) | public IXmlNode CreateTextNode(string text) method CreateCDataSection (line 479) | public IXmlNode CreateCDataSection(string data) method CreateWhitespace (line 484) | public IXmlNode CreateWhitespace(string text) method CreateSignificantWhitespace (line 489) | public IXmlNode CreateSignificantWhitespace(string text) method CreateXmlDeclaration (line 494) | public IXmlNode CreateXmlDeclaration(string version, string encoding, ... method CreateXmlDocumentType (line 499) | public IXmlNode CreateXmlDocumentType(string name, string publicId, st... method CreateProcessingInstruction (line 504) | public IXmlNode CreateProcessingInstruction(string target, string data) method CreateElement (line 509) | public IXmlElement CreateElement(string elementName) method CreateElement (line 514) | public IXmlElement CreateElement(string qualifiedName, string namespac... method CreateAttribute (line 520) | public IXmlNode CreateAttribute(string name, string value) method CreateAttribute (line 525) | public IXmlNode CreateAttribute(string qualifiedName, string namespace... method AppendChild (line 542) | public override IXmlNode AppendChild(IXmlNode newChild) class XTextWrapper (line 557) | internal class XTextWrapper : XObjectWrapper method XTextWrapper (line 564) | public XTextWrapper(XText text) class XCommentWrapper (line 587) | internal class XCommentWrapper : XObjectWrapper method XCommentWrapper (line 594) | public XCommentWrapper(XComment text) class XProcessingInstructionWrapper (line 617) | internal class XProcessingInstructionWrapper : XObjectWrapper method XProcessingInstructionWrapper (line 624) | public XProcessingInstructionWrapper(XProcessingInstruction processing... class XContainerWrapper (line 641) | internal class XContainerWrapper : XObjectWrapper method XContainerWrapper (line 648) | public XContainerWrapper(XContainer container) method WrapNode (line 669) | internal static IXmlNode WrapNode(XObject node) method AppendChild (line 691) | public override IXmlNode AppendChild(IXmlNode newChild) class XObjectWrapper (line 698) | internal class XObjectWrapper : IXmlNode method XObjectWrapper (line 702) | public XObjectWrapper(XObject xmlObject) method AppendChild (line 743) | public virtual IXmlNode AppendChild(IXmlNode newChild) class XAttributeWrapper (line 754) | internal class XAttributeWrapper : XObjectWrapper method XAttributeWrapper (line 761) | public XAttributeWrapper(XAttribute attribute) class XElementWrapper (line 794) | internal class XElementWrapper : XContainerWrapper, IXmlElement method XElementWrapper (line 801) | public XElementWrapper(XElement element) method SetAttributeNode (line 806) | public void SetAttributeNode(IXmlNode attribute) method GetPrefixOfNamespace (line 833) | public string GetPrefixOfNamespace(string namespaceUri) class XmlNodeConverter (line 849) | public class XmlNodeConverter : JsonConverter method WriteJson (line 885) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method WrapXml (line 901) | private IXmlNode WrapXml(object value) method PushParentNamespaces (line 915) | private void PushParentNamespaces(IXmlNode node, XmlNamespaceManager m... method ResolveFullName (line 947) | private string ResolveFullName(IXmlNode node, XmlNamespaceManager mana... method GetPropertyName (line 959) | private string GetPropertyName(IXmlNode node, XmlNamespaceManager mana... method IsArray (line 991) | private bool IsArray(IXmlNode node) method SerializeGroupedNodes (line 1000) | private void SerializeGroupedNodes(JsonWriter writer, IXmlNode node, X... method SerializeNode (line 1059) | private void SerializeNode(JsonWriter writer, IXmlNode node, XmlNamesp... method ReadJson (line 1215) | public override object ReadJson(JsonReader reader, Type objectType, ob... method DeserializeValue (line 1278) | private void DeserializeValue(JsonReader reader, IXmlDocument document... method ReadElement (line 1321) | private void ReadElement(JsonReader reader, IXmlDocument document, IXm... method ConvertTokenToXmlValue (line 1388) | private string ConvertTokenToXmlValue(JsonReader reader) method ReadArrayElements (line 1435) | private void ReadArrayElements(JsonReader reader, IXmlDocument documen... method AddJsonArrayAttribute (line 1462) | private void AddJsonArrayAttribute(IXmlElement element, IXmlDocument d... method ReadAttributeElements (line 1478) | private Dictionary ReadAttributeElements(JsonReader re... method CreateInstruction (line 1568) | private void CreateInstruction(JsonReader reader, IXmlDocument documen... method CreateDocumentType (line 1606) | private void CreateDocumentType(JsonReader reader, IXmlDocument docume... method CreateElement (line 1641) | private IXmlElement CreateElement(string elementName, IXmlDocument doc... method DeserializeNode (line 1650) | private void DeserializeNode(JsonReader reader, IXmlDocument document,... method IsNamespaceAttribute (line 1710) | private bool IsNamespaceAttribute(string attributeName, out string pre... method ValueAttributes (line 1729) | private IEnumerable ValueAttributes(IEnumerable c) method CanConvert (line 1742) | public override bool CanConvert(Type valueType) FILE: Newtonsoft.Json/DateFormatHandling.cs type DateFormatHandling (line 31) | public enum DateFormatHandling FILE: Newtonsoft.Json/DateParseHandling.cs type DateParseHandling (line 31) | public enum DateParseHandling FILE: Newtonsoft.Json/DateTimeZoneHandling.cs type DateTimeZoneHandling (line 33) | public enum DateTimeZoneHandling FILE: Newtonsoft.Json/DefaultValueHandling.cs type DefaultValueHandling (line 38) | [Flags] FILE: Newtonsoft.Json/FloatFormatHandling.cs type FloatFormatHandling (line 32) | public enum FloatFormatHandling FILE: Newtonsoft.Json/FloatParseHandling.cs type FloatParseHandling (line 31) | public enum FloatParseHandling FILE: Newtonsoft.Json/FormatterAssemblyStyle.cs type FormatterAssemblyStyle (line 9) | public enum FormatterAssemblyStyle FILE: Newtonsoft.Json/Formatting.cs type Formatting (line 31) | public enum Formatting FILE: Newtonsoft.Json/IJsonLineInfo.cs type IJsonLineInfo (line 31) | public interface IJsonLineInfo method HasLineInfo (line 39) | bool HasLineInfo(); FILE: Newtonsoft.Json/JsonArrayAttribute.cs class JsonArrayAttribute (line 33) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, All... method JsonArrayAttribute (line 51) | public JsonArrayAttribute() method JsonArrayAttribute (line 59) | public JsonArrayAttribute(bool allowNullItems) method JsonArrayAttribute (line 68) | public JsonArrayAttribute(string id) FILE: Newtonsoft.Json/JsonConstructorAttribute.cs class JsonConstructorAttribute (line 33) | [AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false)] FILE: Newtonsoft.Json/JsonContainerAttribute.cs class JsonContainerAttribute (line 33) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, All... method JsonContainerAttribute (line 114) | protected JsonContainerAttribute() method JsonContainerAttribute (line 122) | protected JsonContainerAttribute(string id) FILE: Newtonsoft.Json/JsonConvert.cs class JsonConvert (line 54) | public static class JsonConvert method ToString (line 105) | public static string ToString(DateTime value) method ToString (line 117) | public static string ToString(DateTime value, DateFormatHandling forma... method ToString (line 136) | public static string ToString(DateTimeOffset value) method ToString (line 147) | public static string ToString(DateTimeOffset value, DateFormatHandling... method ToString (line 164) | public static string ToString(bool value) method ToString (line 174) | public static string ToString(char value) method ToString (line 184) | public static string ToString(Enum value) method ToString (line 194) | public static string ToString(int value) method ToString (line 204) | public static string ToString(short value) method ToString (line 214) | [CLSCompliant(false)] method ToString (line 225) | [CLSCompliant(false)] method ToString (line 236) | public static string ToString(long value) method ToStringInternal (line 242) | private static string ToStringInternal(BigInteger value) method ToString (line 253) | [CLSCompliant(false)] method ToString (line 264) | public static string ToString(float value) method ToString (line 269) | internal static string ToString(float value, FloatFormatHandling float... method EnsureFloatFormat (line 274) | private static string EnsureFloatFormat(double value, string text, Flo... method ToString (line 290) | public static string ToString(double value) method ToString (line 295) | internal static string ToString(double value, FloatFormatHandling floa... method EnsureDecimalPlace (line 300) | private static string EnsureDecimalPlace(double value, string text) method EnsureDecimalPlace (line 308) | private static string EnsureDecimalPlace(string text) method ToString (line 321) | public static string ToString(byte value) method ToString (line 331) | [CLSCompliant(false)] method ToString (line 342) | public static string ToString(decimal value) method ToString (line 352) | public static string ToString(Guid value) method ToString (line 357) | internal static string ToString(Guid value, char quoteChar) method ToString (line 375) | public static string ToString(TimeSpan value) method ToString (line 380) | internal static string ToString(TimeSpan value, char quoteChar) method ToString (line 390) | public static string ToString(Uri value) method ToString (line 398) | internal static string ToString(Uri value, char quoteChar) method ToString (line 408) | public static string ToString(string value) method ToString (line 419) | public static string ToString(string value, char delimiter) method ToString (line 432) | public static string ToString(object value) method SerializeObject (line 500) | public static string SerializeObject(object value) method SerializeObject (line 513) | public static string SerializeObject(object value, Formatting formatting) method SerializeObject (line 524) | public static string SerializeObject(object value, params JsonConverte... method SerializeObject (line 540) | public static string SerializeObject(object value, Formatting formatti... method SerializeObject (line 558) | public static string SerializeObject(object value, JsonSerializerSetti... method SerializeObject (line 577) | public static string SerializeObject(object value, Type type, JsonSeri... method SerializeObject (line 594) | public static string SerializeObject(object value, Formatting formatti... method SerializeObject (line 614) | public static string SerializeObject(object value, Type type, Formatti... method SerializeObjectInternal (line 622) | private static string SerializeObjectInternal(object value, Type type,... method SerializeObjectAsync (line 645) | [ObsoleteAttribute("SerializeObjectAsync is obsolete. Use the Task.Fac... method SerializeObjectAsync (line 660) | [ObsoleteAttribute("SerializeObjectAsync is obsolete. Use the Task.Fac... method SerializeObjectAsync (line 677) | [ObsoleteAttribute("SerializeObjectAsync is obsolete. Use the Task.Fac... method DeserializeObject (line 691) | public static object DeserializeObject(string value) method DeserializeObject (line 705) | public static object DeserializeObject(string value, JsonSerializerSet... method DeserializeObject (line 716) | public static object DeserializeObject(string value, Type type) method DeserializeObject (line 727) | public static T DeserializeObject(string value) method DeserializeAnonymousType (line 743) | public static T DeserializeAnonymousType(string value, T anonymousT... method DeserializeAnonymousType (line 763) | public static T DeserializeAnonymousType(string value, T anonymousT... method DeserializeObject (line 775) | public static T DeserializeObject(string value, params JsonConverte... method DeserializeObject (line 790) | public static T DeserializeObject(string value, JsonSerializerSetti... method DeserializeObject (line 802) | public static object DeserializeObject(string value, Type type, params... method DeserializeObject (line 821) | public static object DeserializeObject(string value, Type type, JsonSe... method DeserializeObjectAsync (line 847) | [ObsoleteAttribute("DeserializeObjectAsync is obsolete. Use the Task.F... method DeserializeObjectAsync (line 866) | [ObsoleteAttribute("DeserializeObjectAsync is obsolete. Use the Task.F... method DeserializeObjectAsync (line 880) | [ObsoleteAttribute("DeserializeObjectAsync is obsolete. Use the Task.F... method DeserializeObjectAsync (line 899) | [ObsoleteAttribute("DeserializeObjectAsync is obsolete. Use the Task.F... method PopulateObject (line 912) | public static void PopulateObject(string value, object target) method PopulateObject (line 926) | public static void PopulateObject(string value, object target, JsonSer... method PopulateObjectAsync (line 952) | [ObsoleteAttribute("PopulateObjectAsync is obsolete. Use the Task.Fact... method SerializeXmlNode (line 965) | public static string SerializeXmlNode(XmlNode node) method SerializeXmlNode (line 976) | public static string SerializeXmlNode(XmlNode node, Formatting formatt... method SerializeXmlNode (line 990) | public static string SerializeXmlNode(XmlNode node, Formatting formatt... method DeserializeXmlNode (line 1002) | public static XmlDocument DeserializeXmlNode(string value) method DeserializeXmlNode (line 1013) | public static XmlDocument DeserializeXmlNode(string value, string dese... method DeserializeXmlNode (line 1029) | public static XmlDocument DeserializeXmlNode(string value, string dese... method SerializeXNode (line 1045) | public static string SerializeXNode(XObject node) method SerializeXNode (line 1056) | public static string SerializeXNode(XObject node, Formatting formatting) method SerializeXNode (line 1068) | public static string SerializeXNode(XObject node, Formatting formattin... method DeserializeXNode (line 1080) | public static XDocument DeserializeXNode(string value) method DeserializeXNode (line 1091) | public static XDocument DeserializeXNode(string value, string deserial... method DeserializeXNode (line 1107) | public static XDocument DeserializeXNode(string value, string deserial... FILE: Newtonsoft.Json/JsonConverter.cs class JsonConverter (line 37) | public abstract class JsonConverter method WriteJson (line 45) | public abstract void WriteJson(JsonWriter writer, object value, JsonSe... method ReadJson (line 55) | public abstract object ReadJson(JsonReader reader, Type objectType, ob... method CanConvert (line 64) | public abstract bool CanConvert(Type objectType); method GetSchema (line 70) | public virtual JsonSchema GetSchema() FILE: Newtonsoft.Json/JsonConverterAttribute.cs class JsonConverterAttribute (line 35) | [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | Att... method JsonConverterAttribute (line 53) | public JsonConverterAttribute(Type converterType) method CreateJsonConverterInstance (line 61) | internal static JsonConverter CreateJsonConverterInstance(Type convert... FILE: Newtonsoft.Json/JsonConverterCollection.cs class JsonConverterCollection (line 36) | public class JsonConverterCollection : Collection FILE: Newtonsoft.Json/JsonDictionaryAttribute.cs class JsonDictionaryAttribute (line 33) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, All... method JsonDictionaryAttribute (line 39) | public JsonDictionaryAttribute() method JsonDictionaryAttribute (line 47) | public JsonDictionaryAttribute(string id) FILE: Newtonsoft.Json/JsonException.cs class JsonException (line 38) | #if !(NETFX_CORE || PORTABLE40 || PORTABLE) method JsonException (line 46) | public JsonException() method JsonException (line 55) | public JsonException(string message) method JsonException (line 66) | public JsonException(string message, Exception innerException) method JsonException (line 79) | public JsonException(SerializationInfo info, StreamingContext context) method Create (line 85) | internal static JsonException Create(IJsonLineInfo lineInfo, string pa... FILE: Newtonsoft.Json/JsonExtensionDataAttribute.cs class JsonExtensionDataAttribute (line 9) | [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, Allo... method JsonExtensionDataAttribute (line 31) | public JsonExtensionDataAttribute() FILE: Newtonsoft.Json/JsonIgnoreAttribute.cs class JsonIgnoreAttribute (line 35) | [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, Allo... FILE: Newtonsoft.Json/JsonObjectAttribute.cs class JsonObjectAttribute (line 33) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | Attri... method JsonObjectAttribute (line 67) | public JsonObjectAttribute() method JsonObjectAttribute (line 75) | public JsonObjectAttribute(MemberSerialization memberSerialization) method JsonObjectAttribute (line 84) | public JsonObjectAttribute(string id) FILE: Newtonsoft.Json/JsonPosition.cs type JsonContainerType (line 34) | internal enum JsonContainerType type JsonPosition (line 42) | internal struct JsonPosition method JsonPosition (line 49) | public JsonPosition(JsonContainerType type) method WriteTo (line 57) | internal void WriteTo(StringBuilder sb) method TypeHasIndex (line 75) | internal static bool TypeHasIndex(JsonContainerType type) method BuildPath (line 80) | internal static string BuildPath(IEnumerable positions) method FormatMessage (line 92) | internal static string FormatMessage(IJsonLineInfo lineInfo, string pa... FILE: Newtonsoft.Json/JsonPropertyAttribute.cs class JsonPropertyAttribute (line 33) | [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | Att... method JsonPropertyAttribute (line 177) | public JsonPropertyAttribute() method JsonPropertyAttribute (line 185) | public JsonPropertyAttribute(string propertyName) FILE: Newtonsoft.Json/JsonReader.cs class JsonReader (line 44) | public abstract class JsonReader : IDisposable type State (line 49) | protected internal enum State method GetPosition (line 292) | internal JsonPosition GetPosition(int depth) method JsonReader (line 303) | protected JsonReader() method Push (line 314) | private void Push(JsonContainerType value) method Pop (line 336) | private JsonContainerType Pop() method Peek (line 357) | private JsonContainerType Peek() method Read (line 366) | public abstract bool Read(); method ReadAsInt32 (line 372) | public abstract int? ReadAsInt32(); method ReadAsString (line 378) | public abstract string ReadAsString(); method ReadAsBytes (line 384) | public abstract byte[] ReadAsBytes(); method ReadAsDecimal (line 390) | public abstract decimal? ReadAsDecimal(); method ReadAsDateTime (line 396) | public abstract DateTime? ReadAsDateTime(); method ReadAsDateTimeOffset (line 403) | public abstract DateTimeOffset? ReadAsDateTimeOffset(); method ReadInternal (line 406) | internal virtual bool ReadInternal() method ReadAsDateTimeOffsetInternal (line 412) | internal DateTimeOffset? ReadAsDateTimeOffsetInternal() method ReadAsBytesInternal (line 476) | internal byte[] ReadAsBytesInternal() method ReadAsDecimalInternal (line 551) | internal decimal? ReadAsDecimalInternal() method ReadAsInt32Internal (line 608) | internal int? ReadAsInt32Internal() method ReadAsStringInternal (line 665) | internal string ReadAsStringInternal() method ReadAsDateTimeInternal (line 711) | internal DateTime? ReadAsDateTimeInternal() method IsWrappedInTypeObject (line 765) | private bool IsWrappedInTypeObject() method Skip (line 796) | public void Skip() method SetToken (line 815) | protected void SetToken(JsonToken newToken) method SetToken (line 825) | protected void SetToken(JsonToken newToken, object value) method SetToken (line 830) | internal void SetToken(JsonToken newToken, object value, bool updateIn... method UpdateScopeWithFinishedValue (line 883) | private void UpdateScopeWithFinishedValue() method ValidateEnd (line 889) | private void ValidateEnd(JsonToken endToken) method SetStateBasedOnCurrent (line 905) | protected void SetStateBasedOnCurrent() method SetFinished (line 928) | private void SetFinished() method IsPrimitiveToken (line 936) | internal static bool IsPrimitiveToken(JsonToken token) method IsStartToken (line 954) | internal static bool IsStartToken(JsonToken token) method GetTypeForCloseToken (line 967) | private JsonContainerType GetTypeForCloseToken(JsonToken token) method Dispose (line 985) | void IDisposable.Dispose() method Dispose (line 994) | protected virtual void Dispose(bool disposing) method Close (line 1003) | public virtual void Close() FILE: Newtonsoft.Json/JsonReaderException.cs class JsonReaderException (line 36) | #if !(NETFX_CORE || PORTABLE || PORTABLE40) method JsonReaderException (line 62) | public JsonReaderException() method JsonReaderException (line 71) | public JsonReaderException(string message) method JsonReaderException (line 82) | public JsonReaderException(string message, Exception innerException) method JsonReaderException (line 95) | public JsonReaderException(SerializationInfo info, StreamingContext co... method JsonReaderException (line 101) | internal JsonReaderException(string message, Exception innerException,... method Create (line 109) | internal static JsonReaderException Create(JsonReader reader, string m... method Create (line 114) | internal static JsonReaderException Create(JsonReader reader, string m... method Create (line 119) | internal static JsonReaderException Create(IJsonLineInfo lineInfo, str... FILE: Newtonsoft.Json/JsonSerializationException.cs class JsonSerializationException (line 36) | #if !(NETFX_CORE || PORTABLE40 || PORTABLE) method JsonSerializationException (line 44) | public JsonSerializationException() method JsonSerializationException (line 53) | public JsonSerializationException(string message) method JsonSerializationException (line 64) | public JsonSerializationException(string message, Exception innerExcep... method JsonSerializationException (line 77) | public JsonSerializationException(SerializationInfo info, StreamingCon... method Create (line 83) | internal static JsonSerializationException Create(JsonReader reader, s... method Create (line 88) | internal static JsonSerializationException Create(JsonReader reader, s... method Create (line 93) | internal static JsonSerializationException Create(IJsonLineInfo lineIn... FILE: Newtonsoft.Json/JsonSerializer.cs class JsonSerializer (line 44) | public class JsonSerializer method IsCheckAdditionalContentSet (line 427) | internal bool IsCheckAdditionalContentSet() method JsonSerializer (line 436) | public JsonSerializer() method Create (line 462) | public static JsonSerializer Create() method Create (line 476) | public static JsonSerializer Create(JsonSerializerSettings settings) method CreateDefault (line 494) | public static JsonSerializer CreateDefault() method CreateDefault (line 512) | public static JsonSerializer CreateDefault(JsonSerializerSettings sett... method ApplySerializerSettings (line 521) | private static void ApplySerializerSettings(JsonSerializer serializer,... method Populate (line 606) | public void Populate(TextReader reader, object target) method Populate (line 616) | public void Populate(JsonReader reader, object target) method PopulateInternal (line 621) | internal virtual void PopulateInternal(JsonReader reader, object target) method Deserialize (line 635) | public object Deserialize(JsonReader reader) method Deserialize (line 647) | public object Deserialize(TextReader reader, Type objectType) method Deserialize (line 659) | public T Deserialize(JsonReader reader) method Deserialize (line 671) | public object Deserialize(JsonReader reader, Type objectType) method DeserializeInternal (line 676) | internal virtual object DeserializeInternal(JsonReader reader, Type ob... method Serialize (line 756) | public void Serialize(TextWriter textWriter, object value) method Serialize (line 772) | public void Serialize(JsonWriter jsonWriter, object value, Type object... method Serialize (line 788) | public void Serialize(TextWriter textWriter, object value, Type object... method Serialize (line 799) | public void Serialize(JsonWriter jsonWriter, object value) method SerializeInternal (line 804) | internal virtual void SerializeInternal(JsonWriter jsonWriter, object ... method GetReferenceResolver (line 885) | internal IReferenceResolver GetReferenceResolver() method GetMatchingConverter (line 893) | internal JsonConverter GetMatchingConverter(Type type) method GetMatchingConverter (line 898) | internal static JsonConverter GetMatchingConverter(IList sche... method GetRequiredProperties (line 93) | private IEnumerable GetRequiredProperties(JsonSchemaModel sc... method Push (line 167) | private void Push(SchemaScope scope) method Pop (line 173) | private SchemaScope Pop() method RaiseError (line 269) | private void RaiseError(string message, JsonSchemaModel schema) method OnValidationEvent (line 280) | private void OnValidationEvent(JsonSchemaException exception) method JsonValidatingReader (line 294) | public JsonValidatingReader(JsonReader reader) method ValidateNotDisallowed (line 327) | private void ValidateNotDisallowed(JsonSchemaModel schema) method GetCurrentNodeSchemaType (line 340) | private JsonSchemaType? GetCurrentNodeSchemaType() method ReadAsInt32 (line 367) | public override int? ReadAsInt32() method ReadAsBytes (line 381) | public override byte[] ReadAsBytes() method ReadAsDecimal (line 393) | public override decimal? ReadAsDecimal() method ReadAsString (line 405) | public override string ReadAsString() method ReadAsDateTime (line 417) | public override DateTime? ReadAsDateTime() method ReadAsDateTimeOffset (line 430) | public override DateTimeOffset? ReadAsDateTimeOffset() method Read (line 445) | public override bool Read() method ValidateCurrentToken (line 457) | private void ValidateCurrentToken() method WriteToken (line 572) | private void WriteToken(IList schemas) method ValidateEndObject (line 626) | private void ValidateEndObject(JsonSchemaModel schema) method ValidateEndArray (line 643) | private void ValidateEndArray(JsonSchemaModel schema) method ValidateNull (line 657) | private void ValidateNull(JsonSchemaModel schema) method ValidateBoolean (line 668) | private void ValidateBoolean(JsonSchemaModel schema) method ValidateString (line 679) | private void ValidateString(JsonSchemaModel schema) method ValidateInteger (line 707) | private void ValidateInteger(JsonSchemaModel schema) method ProcessValue (line 759) | private void ProcessValue() method ValidateFloat (line 779) | private void ValidateFloat(JsonSchemaModel schema) method FloatingPointRemainder (line 816) | private static double FloatingPointRemainder(double dividend, double d... method IsZero (line 821) | private static bool IsZero(double value) method ValidatePropertyName (line 828) | private void ValidatePropertyName(JsonSchemaModel schema) method IsPropertyDefinied (line 849) | private bool IsPropertyDefinied(JsonSchemaModel schema, string propert... method ValidateArray (line 866) | private bool ValidateArray(JsonSchemaModel schema) method ValidateObject (line 874) | private bool ValidateObject(JsonSchemaModel schema) method TestType (line 882) | private bool TestType(JsonSchemaModel currentSchema, JsonSchemaType cu... method HasLineInfo (line 893) | bool IJsonLineInfo.HasLineInfo() FILE: Newtonsoft.Json/JsonWriter.cs class JsonWriter (line 46) | public abstract class JsonWriter : IDisposable type State (line 48) | internal enum State method BuildStateArray (line 79) | internal static State[][] BuildStateArray() method JsonWriter (line 111) | static JsonWriter() method OnStringEscapeHandlingChanged (line 259) | internal virtual void OnStringEscapeHandlingChanged() method JsonWriter (line 296) | protected JsonWriter() method UpdateScopeWithFinishedValue (line 306) | internal void UpdateScopeWithFinishedValue() method Push (line 312) | private void Push(JsonContainerType value) method Pop (line 320) | private JsonContainerType Pop() method Peek (line 337) | private JsonContainerType Peek() method Flush (line 345) | public abstract void Flush(); method Close (line 350) | public virtual void Close() method WriteStartObject (line 358) | public virtual void WriteStartObject() method WriteEndObject (line 366) | public virtual void WriteEndObject() method WriteStartArray (line 374) | public virtual void WriteStartArray() method WriteEndArray (line 382) | public virtual void WriteEndArray() method WriteStartConstructor (line 391) | public virtual void WriteStartConstructor(string name) method WriteEndConstructor (line 399) | public virtual void WriteEndConstructor() method WritePropertyName (line 408) | public virtual void WritePropertyName(string name) method WritePropertyName (line 418) | public virtual void WritePropertyName(string name, bool escape) method WriteEnd (line 426) | public virtual void WriteEnd() method WriteToken (line 435) | public void WriteToken(JsonReader reader) method WriteToken (line 445) | public void WriteToken(JsonReader reader, bool writeChildren) method WriteToken (line 452) | internal void WriteToken(JsonReader reader, bool writeChildren, bool w... method WriteToken (line 466) | internal void WriteToken(JsonReader reader, int initialDepth, bool wri... method WriteConstructorDate (line 564) | private void WriteConstructorDate(JsonReader reader) method IsEndToken (line 582) | internal static bool IsEndToken(JsonToken token) method IsStartToken (line 595) | internal static bool IsStartToken(JsonToken token) method WriteEnd (line 608) | private void WriteEnd(JsonContainerType type) method AutoCompleteAll (line 626) | private void AutoCompleteAll() method GetCloseTokenForType (line 634) | private JsonToken GetCloseTokenForType(JsonContainerType type) method AutoCompleteClose (line 649) | private void AutoCompleteClose(JsonContainerType type) method WriteEnd (line 717) | protected virtual void WriteEnd(JsonToken token) method WriteIndent (line 724) | protected virtual void WriteIndent() method WriteValueDelimiter (line 731) | protected virtual void WriteValueDelimiter() method WriteIndentSpace (line 738) | protected virtual void WriteIndentSpace() method AutoComplete (line 742) | internal void AutoComplete(JsonToken tokenBeingWritten) method WriteNull (line 773) | public virtual void WriteNull() method WriteUndefined (line 781) | public virtual void WriteUndefined() method WriteRaw (line 790) | public virtual void WriteRaw(string json) method WriteRawValue (line 799) | public virtual void WriteRawValue(string json) method WriteValue (line 811) | public virtual void WriteValue(string value) method WriteValue (line 820) | public virtual void WriteValue(int value) method WriteValue (line 829) | [CLSCompliant(false)] method WriteValue (line 839) | public virtual void WriteValue(long value) method WriteValue (line 848) | [CLSCompliant(false)] method WriteValue (line 858) | public virtual void WriteValue(float value) method WriteValue (line 867) | public virtual void WriteValue(double value) method WriteValue (line 876) | public virtual void WriteValue(bool value) method WriteValue (line 885) | public virtual void WriteValue(short value) method WriteValue (line 894) | [CLSCompliant(false)] method WriteValue (line 904) | public virtual void WriteValue(char value) method WriteValue (line 913) | public virtual void WriteValue(byte value) method WriteValue (line 922) | [CLSCompliant(false)] method WriteValue (line 932) | public virtual void WriteValue(decimal value) method WriteValue (line 941) | public virtual void WriteValue(DateTime value) method WriteValue (line 951) | public virtual void WriteValue(DateTimeOffset value) method WriteValue (line 961) | public virtual void WriteValue(Guid value) method WriteValue (line 970) | public virtual void WriteValue(TimeSpan value) method WriteValue (line 979) | public virtual void WriteValue(int? value) method WriteValue (line 991) | [CLSCompliant(false)] method WriteValue (line 1004) | public virtual void WriteValue(long? value) method WriteValue (line 1016) | [CLSCompliant(false)] method WriteValue (line 1029) | public virtual void WriteValue(float? value) method WriteValue (line 1041) | public virtual void WriteValue(double? value) method WriteValue (line 1053) | public virtual void WriteValue(bool? value) method WriteValue (line 1065) | public virtual void WriteValue(short? value) method WriteValue (line 1077) | [CLSCompliant(false)] method WriteValue (line 1090) | public virtual void WriteValue(char? value) method WriteValue (line 1102) | public virtual void WriteValue(byte? value) method WriteValue (line 1114) | [CLSCompliant(false)] method WriteValue (line 1127) | public virtual void WriteValue(decimal? value) method WriteValue (line 1139) | public virtual void WriteValue(DateTime? value) method WriteValue (line 1152) | public virtual void WriteValue(DateTimeOffset? value) method WriteValue (line 1165) | public virtual void WriteValue(Guid? value) method WriteValue (line 1177) | public virtual void WriteValue(TimeSpan? value) method WriteValue (line 1189) | public virtual void WriteValue(byte[] value) method WriteValue (line 1201) | public virtual void WriteValue(Uri value) method WriteValue (line 1214) | public virtual void WriteValue(object value) method WriteComment (line 1238) | public virtual void WriteComment(string text) method WriteWhitespace (line 1247) | public virtual void WriteWhitespace(string ws) method Dispose (line 1252) | void IDisposable.Dispose() method Dispose (line 1257) | private void Dispose(bool disposing) method WriteValue (line 1263) | internal static void WriteValue(JsonWriter writer, PrimitiveTypeCode t... method CreateUnsupportedTypeException (line 1422) | private static JsonWriterException CreateUnsupportedTypeException(Json... method SetWriteState (line 1432) | protected void SetWriteState(JsonToken token, object value) method InternalWriteEnd (line 1481) | internal void InternalWriteEnd(JsonContainerType container) method InternalWritePropertyName (line 1486) | internal void InternalWritePropertyName(string name) method InternalWriteRaw (line 1492) | internal void InternalWriteRaw() method InternalWriteStart (line 1496) | internal void InternalWriteStart(JsonToken token, JsonContainerType co... method InternalWriteValue (line 1503) | internal void InternalWriteValue(JsonToken token) method InternalWriteWhitespace (line 1509) | internal void InternalWriteWhitespace(string ws) method InternalWriteComment (line 1518) | internal void InternalWriteComment() FILE: Newtonsoft.Json/JsonWriterException.cs class JsonWriterException (line 36) | #if !(NETFX_CORE || PORTABLE40 || PORTABLE) method JsonWriterException (line 50) | public JsonWriterException() method JsonWriterException (line 59) | public JsonWriterException(string message) method JsonWriterException (line 70) | public JsonWriterException(string message, Exception innerException) method JsonWriterException (line 83) | public JsonWriterException(SerializationInfo info, StreamingContext co... method JsonWriterException (line 89) | internal JsonWriterException(string message, Exception innerException,... method Create (line 95) | internal static JsonWriterException Create(JsonWriter writer, string m... method Create (line 100) | internal static JsonWriterException Create(string path, string message... FILE: Newtonsoft.Json/Linq/Extensions.cs class Extensions (line 42) | public static class Extensions method Ancestors (line 50) | public static IJEnumerable Ancestors(this IEnumerable so... method Descendants (line 71) | public static IJEnumerable Descendants(this IEnumerable ... method Properties (line 91) | public static IJEnumerable Properties(this IEnumerable Values(this IEnumerable sou... method Values (line 114) | public static IJEnumerable Values(this IEnumerable sou... method Values (line 126) | public static IEnumerable Values(this IEnumerable source... method Values (line 137) | public static IEnumerable Values(this IEnumerable source) method Value (line 148) | public static U Value(this IEnumerable value) method Value (line 160) | public static U Value(this IEnumerable value) where T : JToken method Values (line 172) | internal static IEnumerable Values(this IEnumerable source... method Children (line 219) | public static IJEnumerable Children(this IEnumerable sou... method Children (line 231) | public static IEnumerable Children(this IEnumerable source... method Convert (line 238) | internal static IEnumerable Convert(this IEnumerable sourc... method Convert (line 248) | internal static U Convert(this T token) where T : JToken method AsJEnumerable (line 291) | public static IJEnumerable AsJEnumerable(this IEnumerable AsJEnumerable(this IEnumerable sou... FILE: Newtonsoft.Json/Linq/IJEnumerable.cs type IJEnumerable (line 34) | public interface IJEnumerable< FILE: Newtonsoft.Json/Linq/JArray.cs class JArray (line 40) | public class JArray : JContainer, IList method JArray (line 65) | public JArray() method JArray (line 73) | public JArray(JArray other) method JArray (line 82) | public JArray(params object[] content) method JArray (line 91) | public JArray(object content) method DeepEquals (line 96) | internal override bool DeepEquals(JToken node) method CloneToken (line 102) | internal override JToken CloneToken() method Load (line 112) | public new static JArray Load(JsonReader reader) method Parse (line 144) | public new static JArray Parse(string json) method FromObject (line 162) | public new static JArray FromObject(object o) method FromObject (line 173) | public new static JArray FromObject(object o, JsonSerializer jsonSeria... method WriteTo (line 188) | public override void WriteTo(JsonWriter writer, params JsonConverter[]... method IndexOf (line 244) | public int IndexOf(JToken item) method Insert (line 257) | public void Insert(int index, JToken item) method RemoveAt (line 269) | public void RemoveAt(int index) method GetEnumerator (line 280) | public IEnumerator GetEnumerator() method Add (line 292) | public void Add(JToken item) method Clear (line 301) | public void Clear() method Contains (line 313) | public bool Contains(JToken item) method CopyTo (line 323) | public void CopyTo(JToken[] array, int arrayIndex) method Remove (line 345) | public bool Remove(JToken item) method GetDeepHashCode (line 351) | internal override int GetDeepHashCode() FILE: Newtonsoft.Json/Linq/JConstructor.cs class JConstructor (line 36) | public class JConstructor : JContainer method JConstructor (line 72) | public JConstructor() method JConstructor (line 80) | public JConstructor(JConstructor other) method JConstructor (line 91) | public JConstructor(string name, params object[] content) method JConstructor (line 101) | public JConstructor(string name, object content) method JConstructor (line 111) | public JConstructor(string name) method DeepEquals (line 118) | internal override bool DeepEquals(JToken node) method CloneToken (line 124) | internal override JToken CloneToken() method WriteTo (line 134) | public override void WriteTo(JsonWriter writer, params JsonConverter[]... method GetDeepHashCode (line 172) | internal override int GetDeepHashCode() method Load (line 182) | public new static JConstructor Load(JsonReader reader) FILE: Newtonsoft.Json/Linq/JContainer.cs class JContainer (line 48) | public abstract class JContainer : JToken, IList method JContainer (line 105) | internal JContainer() method JContainer (line 109) | internal JContainer(JContainer other) method CheckReentrancy (line 120) | internal void CheckReentrancy() method CreateChildrenCollection (line 128) | internal virtual IList CreateChildrenCollection() method OnAddingNew (line 138) | protected virtual void OnAddingNew(AddingNewEventArgs e) method OnListChanged (line 149) | protected virtual void OnListChanged(ListChangedEventArgs e) method OnCollectionChanged (line 172) | protected virtual void OnCollectionChanged(NotifyCollectionChangedEventA... method ContentsEqual (line 202) | internal bool ContentsEqual(JContainer container) method Children (line 250) | public override JEnumerable Children() method Values (line 262) | public override IEnumerable Values() method Descendants (line 271) | public IEnumerable Descendants() method IsMultiContent (line 287) | internal bool IsMultiContent(object content) method EnsureParentToken (line 292) | internal JToken EnsureParentToken(JToken item, bool skipParentCheck) class JTokenReferenceEqualityComparer (line 310) | private class JTokenReferenceEqualityComparer : IEqualityComparer method Equals (line 314) | public bool Equals(JToken x, JToken y) method GetHashCode (line 319) | public int GetHashCode(JToken obj) method IndexOfItem (line 328) | internal int IndexOfItem(JToken item) method InsertItem (line 333) | internal virtual void InsertItem(int index, JToken item, bool skipParent... method RemoveItemAt (line 370) | internal virtual void RemoveItemAt(int index) method RemoveItem (line 404) | internal virtual bool RemoveItem(JToken item) method GetItem (line 416) | internal virtual JToken GetItem(int index) method SetItem (line 421) | internal virtual void SetItem(int index, JToken item) method ClearItems (line 468) | internal virtual void ClearItems() method ReplaceItem (line 491) | internal virtual void ReplaceItem(JToken existing, JToken replacement) method ContainsItem (line 500) | internal virtual bool ContainsItem(JToken item) method CopyItemsTo (line 505) | internal virtual void CopyItemsTo(Array array, int arrayIndex) method IsTokenUnchanged (line 524) | internal static bool IsTokenUnchanged(JToken currentValue, JToken newValue) method ValidateToken (line 539) | internal virtual void ValidateToken(JToken o, JToken existing) method Add (line 551) | public virtual void Add(object content) method AddAndSkipParentCheck (line 556) | internal void AddAndSkipParentCheck(JToken token) method AddFirst (line 565) | public void AddFirst(object content) method AddInternal (line 570) | internal void AddInternal(int index, object content, bool skipParentCheck) method CreateFromContent (line 591) | internal JToken CreateFromContent(object content) method CreateWriter (line 603) | public JsonWriter CreateWriter() method ReplaceAll (line 612) | public void ReplaceAll(object content) method RemoveAll (line 621) | public void RemoveAll() method ReadTokenFrom (line 626) | internal void ReadTokenFrom(JsonReader reader) method ReadContentFrom (line 641) | internal void ReadContentFrom(JsonReader r) method ContentsHashCode (line 744) | internal int ContentsHashCode() method GetListName (line 755) | string ITypedList.GetListName(PropertyDescriptor[] listAccessors) method GetItemProperties (line 760) | PropertyDescriptorCollection ITypedList.GetItemProperties(PropertyDescri... method IndexOf (line 771) | int IList.IndexOf(JToken item) method Insert (line 776) | void IList.Insert(int index, JToken item) method RemoveAt (line 781) | void IList.RemoveAt(int index) method Add (line 794) | void ICollection.Add(JToken item) method Clear (line 799) | void ICollection.Clear() method Contains (line 804) | bool ICollection.Contains(JToken item) method CopyTo (line 809) | void ICollection.CopyTo(JToken[] array, int arrayIndex) method Remove (line 819) | bool ICollection.Remove(JToken item) method EnsureValue (line 825) | private JToken EnsureValue(object value) method Add (line 837) | int IList.Add(object value) method Clear (line 843) | void IList.Clear() method Contains (line 848) | bool IList.Contains(object value) method IndexOf (line 853) | int IList.IndexOf(object value) method Insert (line 858) | void IList.Insert(int index, object value) method Remove (line 873) | void IList.Remove(object value) method RemoveAt (line 878) | void IList.RemoveAt(int index) method CopyTo (line 891) | void ICollection.CopyTo(Array array, int index) method AddIndex (line 924) | void IBindingList.AddIndex(PropertyDescriptor property) method AddNew (line 928) | object IBindingList.AddNew() method ApplySort (line 960) | void IBindingList.ApplySort(PropertyDescriptor property, ListSortDirecti... method Find (line 965) | int IBindingList.Find(PropertyDescriptor property, object key) method RemoveIndex (line 975) | void IBindingList.RemoveIndex(PropertyDescriptor property) method RemoveSort (line 979) | void IBindingList.RemoveSort() FILE: Newtonsoft.Json/Linq/JEnumerable.cs type JEnumerable (line 41) | public struct JEnumerable : IJEnumerable where T : JToken method JEnumerable (line 54) | public JEnumerable(IEnumerable enumerable) method GetEnumerator (line 67) | public IEnumerator GetEnumerator() method GetEnumerator (line 78) | IEnumerator IEnumerable.GetEnumerator() method Equals (line 99) | public override bool Equals(object obj) method GetHashCode (line 113) | public override int GetHashCode() FILE: Newtonsoft.Json/Linq/JObject.cs class JObject (line 54) | public class JObject : JContainer, IDictionary, INotifyP... method JObject (line 88) | public JObject() method JObject (line 96) | public JObject(JObject other) method JObject (line 105) | public JObject(params object[] content) method JObject (line 114) | public JObject(object content) method DeepEquals (line 119) | internal override bool DeepEquals(JToken node) method InsertItem (line 128) | internal override void InsertItem(int index, JToken item, bool skipParen... method ValidateToken (line 137) | internal override void ValidateToken(JToken o, JToken existing) method InternalPropertyChanged (line 158) | internal void InternalPropertyChanged(JProperty childProperty) method InternalPropertyChanging (line 171) | internal void InternalPropertyChanging(JProperty childProperty) method CloneToken (line 178) | internal override JToken CloneToken() method Properties (line 196) | public IEnumerable Properties() method Property (line 206) | public JProperty Property(string name) method PropertyValues (line 220) | public JEnumerable PropertyValues() method Load (line 290) | public new static JObject Load(JsonReader reader) method Parse (line 326) | public new static JObject Parse(string json) method FromObject (line 344) | public new static JObject FromObject(object o) method FromObject (line 355) | public new static JObject FromObject(object o, JsonSerializer jsonSerial... method WriteTo (line 370) | public override void WriteTo(JsonWriter writer, params JsonConverter[] c... method GetValue (line 387) | public JToken GetValue(string propertyName) method GetValue (line 400) | public JToken GetValue(string propertyName, StringComparison comparison) method TryGetValue (line 432) | public bool TryGetValue(string propertyName, StringComparison comparison... method Add (line 444) | public void Add(string propertyName, JToken value) method ContainsKey (line 449) | bool IDictionary.ContainsKey(string key) method Remove (line 465) | public bool Remove(string propertyName) method TryGetValue (line 481) | public bool TryGetValue(string propertyName, out JToken value) method Add (line 505) | void ICollection>.Add(KeyValuePair>.Clear() method Contains (line 515) | bool ICollection>.Contains(KeyValuePair>.CopyTo(KeyValuePair>.Remove(KeyValuePair> GetEnumerator() method OnPropertyChanged (line 581) | protected virtual void OnPropertyChanged(string propertyName) method OnPropertyChanging (line 592) | protected virtual void OnPropertyChanging(string propertyName) method GetProperties (line 609) | PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() method GetProperties (line 621) | PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribu... method GetAttributes (line 639) | AttributeCollection ICustomTypeDescriptor.GetAttributes() method GetClassName (line 650) | string ICustomTypeDescriptor.GetClassName() method GetComponentName (line 661) | string ICustomTypeDescriptor.GetComponentName() method GetConverter (line 672) | TypeConverter ICustomTypeDescriptor.GetConverter() method GetDefaultEvent (line 683) | EventDescriptor ICustomTypeDescriptor.GetDefaultEvent() method GetDefaultProperty (line 694) | PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() method GetEditor (line 706) | object ICustomTypeDescriptor.GetEditor(Type editorBaseType) method GetEvents (line 718) | EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] at... method GetEvents (line 729) | EventDescriptorCollection ICustomTypeDescriptor.GetEvents() method GetPropertyOwner (line 741) | object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) method GetMetaObject (line 757) | protected override DynamicMetaObject GetMetaObject(Expression parameter) class JObjectDynamicProxy (line 762) | private class JObjectDynamicProxy : DynamicProxy method TryGetMember (line 764) | public override bool TryGetMember(JObject instance, GetMemberBinder bi... method TrySetMember (line 771) | public override bool TrySetMember(JObject instance, SetMemberBinder bi... method GetDynamicMemberNames (line 783) | public override IEnumerable GetDynamicMemberNames(JObject inst... FILE: Newtonsoft.Json/Linq/JProperty.cs class JProperty (line 37) | public class JProperty : JContainer method JProperty (line 90) | public JProperty(JProperty other) method GetItem (line 96) | internal override JToken GetItem(int index) method SetItem (line 104) | internal override void SetItem(int index, JToken item) method RemoveItem (line 121) | internal override bool RemoveItem(JToken item) method RemoveItemAt (line 126) | internal override void RemoveItemAt(int index) method InsertItem (line 131) | internal override void InsertItem(int index, JToken item, bool skipPar... method ContainsItem (line 143) | internal override bool ContainsItem(JToken item) method ClearItems (line 148) | internal override void ClearItems() method DeepEquals (line 153) | internal override bool DeepEquals(JToken node) method CloneToken (line 159) | internal override JToken CloneToken() method JProperty (line 174) | internal JProperty(string name) method JProperty (line 187) | public JProperty(string name, params object[] content) method JProperty (line 197) | public JProperty(string name, object content) method WriteTo (line 213) | public override void WriteTo(JsonWriter writer, params JsonConverter[]... method GetDeepHashCode (line 224) | internal override int GetDeepHashCode() method Load (line 234) | public new static JProperty Load(JsonReader reader) FILE: Newtonsoft.Json/Linq/JPropertyDescriptor.cs class JPropertyDescriptor (line 35) | public class JPropertyDescriptor : PropertyDescriptor method JPropertyDescriptor (line 41) | public JPropertyDescriptor(string name) method CastInstance (line 46) | private static JObject CastInstance(object instance) method CanResetValue (line 59) | public override bool CanResetValue(object component) method GetValue (line 72) | public override object GetValue(object component) method ResetValue (line 84) | public override void ResetValue(object component) method SetValue (line 94) | public override void SetValue(object component, object value) method ShouldSerializeValue (line 109) | public override bool ShouldSerializeValue(object component) FILE: Newtonsoft.Json/Linq/JPropertyKeyedCollection.cs class JPropertyKeyedCollection (line 32) | internal class JPropertyKeyedCollection : Collection method AddKey (line 38) | private void AddKey(string key, JToken item) method ChangeItemKey (line 44) | protected void ChangeItemKey(JToken item, string newKey) method ClearItems (line 60) | protected override void ClearItems() method Contains (line 68) | public bool Contains(string key) method ContainsItem (line 79) | private bool ContainsItem(JToken item) method EnsureDictionary (line 89) | private void EnsureDictionary() method GetKeyForItem (line 95) | private string GetKeyForItem(JToken item) method InsertItem (line 100) | protected override void InsertItem(int index, JToken item) method Remove (line 106) | public bool Remove(string key) method RemoveItem (line 117) | protected override void RemoveItem(int index) method RemoveKey (line 124) | private void RemoveKey(string key) method SetItem (line 130) | protected override void SetItem(int index, JToken item) method TryGetValue (line 164) | public bool TryGetValue(string key, out JToken value) method Compare (line 193) | public bool Compare(JPropertyKeyedCollection other) FILE: Newtonsoft.Json/Linq/JRaw.cs class JRaw (line 34) | public class JRaw : JValue method JRaw (line 40) | public JRaw(JRaw other) method JRaw (line 49) | public JRaw(object rawJson) method Create (line 59) | public static JRaw Create(JsonReader reader) method CloneToken (line 70) | internal override JToken CloneToken() FILE: Newtonsoft.Json/Linq/JToken.cs class JToken (line 54) | public abstract class JToken : IJEnumerable, IJsonLineInfo method CloneToken (line 128) | internal abstract JToken CloneToken(); method DeepEquals (line 129) | internal abstract bool DeepEquals(JToken node); method DeepEquals (line 151) | public static bool DeepEquals(JToken t1, JToken t2) method JToken (line 227) | internal JToken() method AddAfterSelf (line 235) | public void AddAfterSelf(object content) method AddBeforeSelf (line 248) | public void AddBeforeSelf(object content) method Ancestors (line 261) | public IEnumerable Ancestors() method AfterSelf (line 273) | public IEnumerable AfterSelf() method BeforeSelf (line 288) | public IEnumerable BeforeSelf() method Value (line 312) | public virtual T Value(object key) method Children (line 342) | public virtual JEnumerable Children() method Children (line 352) | public JEnumerable Children() where T : JToken method Values (line 362) | public virtual IEnumerable Values() method Remove (line 370) | public void Remove() method Replace (line 382) | public void Replace(JToken value) method WriteTo (line 395) | public abstract void WriteTo(JsonWriter writer, params JsonConverter[] c... method ToString (line 403) | public override string ToString() method ToString (line 414) | public string ToString(Formatting formatting, params JsonConverter[] con... method EnsureValue (line 427) | private static JValue EnsureValue(JToken value) method GetType (line 440) | private static string GetType(JToken token) method ValidateToken (line 450) | private static bool ValidateToken(JToken o, JTokenType[] validTypes, boo... method ToBigInteger (line 1232) | private static BigInteger ToBigInteger(JToken value) method ToBigIntegerNullable (line 1241) | private static BigInteger? ToBigIntegerNullable(JToken value) method GetEnumerator (line 1621) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 1626) | IEnumerator IEnumerable.GetEnumerator() method GetDeepHashCode (line 1631) | internal abstract int GetDeepHashCode(); method CreateReader (line 1642) | public JsonReader CreateReader() method FromObjectInternal (line 1647) | internal static JToken FromObjectInternal(object o, JsonSerializer jsonS... method FromObject (line 1667) | public static JToken FromObject(object o) method FromObject (line 1678) | public static JToken FromObject(object o, JsonSerializer jsonSerializer) method ToObject (line 1688) | public T ToObject() method ToObject (line 1698) | public object ToObject(Type objectType) method ToObject (line 1798) | public T ToObject(JsonSerializer jsonSerializer) method ToObject (line 1809) | public object ToObject(Type objectType, JsonSerializer jsonSerializer) method ReadFrom (line 1828) | public static JToken ReadFrom(JsonReader reader) method Parse (line 1861) | public static JToken Parse(string json) method Load (line 1883) | public static JToken Load(JsonReader reader) method SetLineInfo (line 1888) | internal void SetLineInfo(IJsonLineInfo lineInfo) method SetLineInfo (line 1896) | internal void SetLineInfo(int lineNumber, int linePosition) method HasLineInfo (line 1902) | bool IJsonLineInfo.HasLineInfo() method SelectToken (line 1924) | public JToken SelectToken(string path) method SelectToken (line 1937) | public JToken SelectToken(string path, bool errorWhenNoMatch) method SelectTokens (line 1960) | public IEnumerable SelectTokens(string path) method SelectTokens (line 1973) | public IEnumerable SelectTokens(string path, bool errorWhenNoMatch) method GetMetaObject (line 1987) | protected virtual DynamicMetaObject GetMetaObject(Expression parameter) method GetMetaObject (line 1999) | DynamicMetaObject IDynamicMetaObjectProvider.GetMetaObject(Expression pa... method Clone (line 2006) | object ICloneable.Clone() method DeepClone (line 2016) | public JToken DeepClone() FILE: Newtonsoft.Json/Linq/JTokenEqualityComparer.cs class JTokenEqualityComparer (line 33) | public class JTokenEqualityComparer : IEqualityComparer method Equals (line 43) | public bool Equals(JToken x, JToken y) method GetHashCode (line 54) | public int GetHashCode(JToken obj) FILE: Newtonsoft.Json/Linq/JTokenReader.cs class JTokenReader (line 34) | public class JTokenReader : JsonReader, IJsonLineInfo method JTokenReader (line 45) | public JTokenReader(JToken token) method JTokenReader (line 53) | internal JTokenReader(JToken token, string initialPath) method ReadAsBytes (line 65) | public override byte[] ReadAsBytes() method ReadAsDecimal (line 74) | public override decimal? ReadAsDecimal() method ReadAsInt32 (line 83) | public override int? ReadAsInt32() method ReadAsString (line 92) | public override string ReadAsString() method ReadAsDateTime (line 101) | public override DateTime? ReadAsDateTime() method ReadAsDateTimeOffset (line 111) | public override DateTimeOffset? ReadAsDateTimeOffset() method ReadInternal (line 117) | internal override bool ReadInternal() method Read (line 138) | public override bool Read() method ReadOver (line 145) | private bool ReadOver(JToken t) method ReadToEnd (line 166) | private bool ReadToEnd() method GetEndToken (line 177) | private JsonToken? GetEndToken(JContainer c) method ReadInto (line 194) | private bool ReadInto(JContainer c) method SetEnd (line 210) | private bool SetEnd(JContainer c) method SetToken (line 226) | private void SetToken(JToken token) method SafeToString (line 286) | private string SafeToString(object value) method HasLineInfo (line 291) | bool IJsonLineInfo.HasLineInfo() FILE: Newtonsoft.Json/Linq/JTokenType.cs type JTokenType (line 31) | public enum JTokenType FILE: Newtonsoft.Json/Linq/JTokenWriter.cs class JTokenWriter (line 38) | public class JTokenWriter : JsonWriter method JTokenWriter (line 64) | public JTokenWriter(JContainer container) method JTokenWriter (line 75) | public JTokenWriter() method Flush (line 82) | public override void Flush() method Close (line 89) | public override void Close() method WriteStartObject (line 97) | public override void WriteStartObject() method AddParent (line 104) | private void AddParent(JContainer container) method RemoveParent (line 114) | private void RemoveParent() method WriteStartArray (line 125) | public override void WriteStartArray() method WriteStartConstructor (line 136) | public override void WriteStartConstructor(string name) method WriteEnd (line 147) | protected override void WriteEnd(JsonToken token) method WritePropertyName (line 156) | public override void WritePropertyName(string name) method AddValue (line 163) | private void AddValue(object value, JsonToken token) method AddValue (line 168) | internal void AddValue(JValue value, JsonToken token) method WriteValue (line 189) | public override void WriteValue(object value) method WriteNull (line 207) | public override void WriteNull() method WriteUndefined (line 216) | public override void WriteUndefined() method WriteRaw (line 226) | public override void WriteRaw(string json) method WriteComment (line 236) | public override void WriteComment(string text) method WriteValue (line 246) | public override void WriteValue(string value) method WriteValue (line 256) | public override void WriteValue(int value) method WriteValue (line 266) | [CLSCompliant(false)] method WriteValue (line 277) | public override void WriteValue(long value) method WriteValue (line 287) | [CLSCompliant(false)] method WriteValue (line 298) | public override void WriteValue(float value) method WriteValue (line 308) | public override void WriteValue(double value) method WriteValue (line 318) | public override void WriteValue(bool value) method WriteValue (line 328) | public override void WriteValue(short value) method WriteValue (line 338) | [CLSCompliant(false)] method WriteValue (line 349) | public override void WriteValue(char value) method WriteValue (line 365) | public override void WriteValue(byte value) method WriteValue (line 375) | [CLSCompliant(false)] method WriteValue (line 386) | public override void WriteValue(decimal value) method WriteValue (line 396) | public override void WriteValue(DateTime value) method WriteValue (line 408) | public override void WriteValue(DateTimeOffset value) method WriteValue (line 419) | public override void WriteValue(byte[] value) method WriteValue (line 429) | public override void WriteValue(TimeSpan value) method WriteValue (line 439) | public override void WriteValue(Guid value) method WriteValue (line 449) | public override void WriteValue(Uri value) FILE: Newtonsoft.Json/Linq/JValue.cs class JValue (line 44) | public class JValue : JToken, IEquatable, IFormattable, ICompara... method JValue (line 52) | internal JValue(object value, JTokenType type) method JValue (line 62) | public JValue(JValue other) method JValue (line 71) | public JValue(long value) method JValue (line 80) | public JValue(decimal value) method JValue (line 89) | public JValue(char value) method JValue (line 98) | [CLSCompliant(false)] method JValue (line 108) | public JValue(double value) method JValue (line 117) | public JValue(float value) method JValue (line 126) | public JValue(DateTime value) method JValue (line 136) | public JValue(DateTimeOffset value) method JValue (line 146) | public JValue(bool value) method JValue (line 155) | public JValue(string value) method JValue (line 164) | public JValue(Guid value) method JValue (line 173) | public JValue(Uri value) method JValue (line 182) | public JValue(TimeSpan value) method JValue (line 191) | public JValue(object value) method DeepEquals (line 196) | internal override bool DeepEquals(JToken node) method CompareBigInteger (line 219) | private static int CompareBigInteger(BigInteger i1, object i2) method Compare (line 243) | internal static int Compare(JTokenType valueType, object objA, object objB) method CompareFloat (line 359) | private static int CompareFloat(object objA, object objB) method Operation (line 372) | private static bool Operation(ExpressionType operation, object objA, obj... method CloneToken (line 519) | internal override JToken CloneToken() method CreateComment (line 529) | public static JValue CreateComment(string value) method CreateString (line 539) | public static JValue CreateString(string value) method GetValueType (line 544) | private static JTokenType GetValueType(JTokenType? current, object value) method GetStringValueType (line 585) | private static JTokenType GetStringValueType(JTokenType? current) method WriteTo (line 634) | public override void WriteTo(JsonWriter writer, params JsonConverter[] c... method GetDeepHashCode (line 705) | internal override int GetDeepHashCode() method ValuesEquals (line 712) | private static bool ValuesEquals(JValue v1, JValue v2) method Equals (line 724) | public bool Equals(JValue other) method Equals (line 742) | public override bool Equals(object obj) method GetHashCode (line 760) | public override int GetHashCode() method ToString (line 774) | public override string ToString() method ToString (line 789) | public string ToString(string format) method ToString (line 801) | public string ToString(IFormatProvider formatProvider) method ToString (line 814) | public string ToString(string format, IFormatProvider formatProvider) method GetMetaObject (line 834) | protected override DynamicMetaObject GetMetaObject(Expression parameter) class JValueDynamicProxy (line 839) | private class JValueDynamicProxy : DynamicProxy method TryConvert (line 841) | public override bool TryConvert(JValue instance, ConvertBinder binder,... method TryBinaryOperation (line 861) | public override bool TryBinaryOperation(JValue instance, BinaryOperati... method CompareTo (line 907) | int IComparable.CompareTo(object obj) method CompareTo (line 935) | public int CompareTo(JValue obj) method GetTypeCode (line 944) | TypeCode IConvertible.GetTypeCode() method ToBoolean (line 961) | bool IConvertible.ToBoolean(IFormatProvider provider) method ToChar (line 966) | char IConvertible.ToChar(IFormatProvider provider) method ToSByte (line 971) | sbyte IConvertible.ToSByte(IFormatProvider provider) method ToByte (line 976) | byte IConvertible.ToByte(IFormatProvider provider) method ToInt16 (line 981) | short IConvertible.ToInt16(IFormatProvider provider) method ToUInt16 (line 986) | ushort IConvertible.ToUInt16(IFormatProvider provider) method ToInt32 (line 991) | int IConvertible.ToInt32(IFormatProvider provider) method ToUInt32 (line 996) | uint IConvertible.ToUInt32(IFormatProvider provider) method ToInt64 (line 1001) | long IConvertible.ToInt64(IFormatProvider provider) method ToUInt64 (line 1006) | ulong IConvertible.ToUInt64(IFormatProvider provider) method ToSingle (line 1011) | float IConvertible.ToSingle(IFormatProvider provider) method ToDouble (line 1016) | double IConvertible.ToDouble(IFormatProvider provider) method ToDecimal (line 1021) | decimal IConvertible.ToDecimal(IFormatProvider provider) method ToDateTime (line 1026) | DateTime IConvertible.ToDateTime(IFormatProvider provider) method ToType (line 1031) | object IConvertible.ToType(Type conversionType, IFormatProvider provider) FILE: Newtonsoft.Json/Linq/JsonPath/ArrayIndexFilter.cs class ArrayIndexFilter (line 7) | internal class ArrayIndexFilter : PathFilter method ExecuteFilter (line 11) | public override IEnumerable ExecuteFilter(IEnumerable ... FILE: Newtonsoft.Json/Linq/JsonPath/ArrayMultipleIndexFilter.cs class ArrayMultipleIndexFilter (line 5) | internal class ArrayMultipleIndexFilter : PathFilter method ExecuteFilter (line 9) | public override IEnumerable ExecuteFilter(IEnumerable ... FILE: Newtonsoft.Json/Linq/JsonPath/ArraySliceFilter.cs class ArraySliceFilter (line 8) | internal class ArraySliceFilter : PathFilter method ExecuteFilter (line 14) | public override IEnumerable ExecuteFilter(IEnumerable ... method IsValid (line 66) | private bool IsValid(int index, int stopIndex, bool positiveStep) FILE: Newtonsoft.Json/Linq/JsonPath/FieldFilter.cs class FieldFilter (line 7) | internal class FieldFilter : PathFilter method ExecuteFilter (line 11) | public override IEnumerable ExecuteFilter(IEnumerable ... FILE: Newtonsoft.Json/Linq/JsonPath/FieldMultipleFilter.cs class FieldMultipleFilter (line 12) | internal class FieldMultipleFilter : PathFilter method ExecuteFilter (line 16) | public override IEnumerable ExecuteFilter(IEnumerable ... FILE: Newtonsoft.Json/Linq/JsonPath/JPath.cs class JPath (line 34) | internal class JPath method JPath (line 41) | public JPath(string expression) method ParseMain (line 50) | private void ParseMain() method ParsePath (line 85) | private bool ParsePath(List filters, int currentPartStartI... method ParseIndexer (line 179) | private PathFilter ParseIndexer(char indexerOpenChar) method ParseArrayIndexer (line 203) | private PathFilter ParseArrayIndexer(char indexerCloseChar) method EatWhitespace (line 338) | private void EatWhitespace() method ParseQuery (line 349) | private PathFilter ParseQuery(char indexerCloseChar) method ParseExpression (line 374) | private QueryExpression ParseExpression() method ParseValue (line 473) | private object ParseValue() method ReadQuotedString (line 536) | private string ReadQuotedString() method Match (line 574) | private bool Match(string s) method ParseOperator (line 589) | private QueryOperator ParseOperator() method ParseQuotedField (line 610) | private PathFilter ParseQuotedField(char indexerCloseChar) method EnsureLength (line 659) | private void EnsureLength(string message) method Evaluate (line 665) | internal IEnumerable Evaluate(JToken t, bool errorWhenNoMatch) method Evaluate (line 670) | internal static IEnumerable Evaluate(List filters,... FILE: Newtonsoft.Json/Linq/JsonPath/PathFilter.cs class PathFilter (line 7) | internal abstract class PathFilter method ExecuteFilter (line 9) | public abstract IEnumerable ExecuteFilter(IEnumerable ... method GetTokenIndex (line 11) | protected static JToken GetTokenIndex(JToken t, bool errorWhenNoMatch,... FILE: Newtonsoft.Json/Linq/JsonPath/QueryExpression.cs type QueryOperator (line 6) | internal enum QueryOperator class QueryExpression (line 20) | internal abstract class QueryExpression method IsMatch (line 24) | public abstract bool IsMatch(JToken t); class CompositeExpression (line 27) | internal class CompositeExpression : QueryExpression method CompositeExpression (line 31) | public CompositeExpression() method IsMatch (line 36) | public override bool IsMatch(JToken t) class BooleanQueryExpression (line 60) | internal class BooleanQueryExpression : QueryExpression method IsMatch (line 65) | public override bool IsMatch(JToken t) FILE: Newtonsoft.Json/Linq/JsonPath/QueryFilter.cs class QueryFilter (line 6) | internal class QueryFilter : PathFilter method ExecuteFilter (line 10) | public override IEnumerable ExecuteFilter(IEnumerable ... FILE: Newtonsoft.Json/Linq/JsonPath/ScanFilter.cs class ScanFilter (line 5) | internal class ScanFilter : PathFilter method ExecuteFilter (line 9) | public override IEnumerable ExecuteFilter(IEnumerable ... FILE: Newtonsoft.Json/MemberSerialization.cs type MemberSerialization (line 35) | public enum MemberSerialization FILE: Newtonsoft.Json/MetadataPropertyHandling.cs type MetadataPropertyHandling (line 35) | public enum MetadataPropertyHandling FILE: Newtonsoft.Json/MissingMemberHandling.cs type MissingMemberHandling (line 35) | public enum MissingMemberHandling FILE: Newtonsoft.Json/NullValueHandling.cs type NullValueHandling (line 35) | public enum NullValueHandling FILE: Newtonsoft.Json/ObjectCreationHandling.cs type ObjectCreationHandling (line 31) | public enum ObjectCreationHandling FILE: Newtonsoft.Json/PreserveReferencesHandling.cs type PreserveReferencesHandling (line 39) | [Flags] FILE: Newtonsoft.Json/ReferenceLoopHandling.cs type ReferenceLoopHandling (line 35) | public enum ReferenceLoopHandling FILE: Newtonsoft.Json/Required.cs type Required (line 31) | public enum Required FILE: Newtonsoft.Json/Schema/Extensions.cs class Extensions (line 35) | public static class Extensions method IsValid (line 45) | public static bool IsValid(this JToken source, JsonSchema schema) method IsValid (line 61) | public static bool IsValid(this JToken source, JsonSchema schema, out ... method Validate (line 76) | public static void Validate(this JToken source, JsonSchema schema) method Validate (line 87) | public static void Validate(this JToken source, JsonSchema schema, Val... FILE: Newtonsoft.Json/Schema/JsonSchema.cs class JsonSchema (line 38) | public class JsonSchema method JsonSchema (line 253) | public JsonSchema() method Read (line 264) | public static JsonSchema Read(JsonReader reader) method Read (line 275) | public static JsonSchema Read(JsonReader reader, JsonSchemaResolver re... method Parse (line 289) | public static JsonSchema Parse(string json) method Parse (line 300) | public static JsonSchema Parse(string json, JsonSchemaResolver resolver) method WriteTo (line 314) | public void WriteTo(JsonWriter writer) method WriteTo (line 324) | public void WriteTo(JsonWriter writer, JsonSchemaResolver resolver) method ToString (line 339) | public override string ToString() FILE: Newtonsoft.Json/Schema/JsonSchemaBuilder.cs class JsonSchemaBuilder (line 40) | internal class JsonSchemaBuilder method JsonSchemaBuilder (line 48) | public JsonSchemaBuilder(JsonSchemaResolver resolver) method Push (line 55) | private void Push(JsonSchema value) method Pop (line 63) | private JsonSchema Pop() method Read (line 77) | internal JsonSchema Read(JsonReader reader) method UnescapeReference (line 90) | private string UnescapeReference(string reference) method ResolveReferences (line 95) | private JsonSchema ResolveReferences(JsonSchema schema) method BuildSchema (line 191) | private JsonSchema BuildSchema(JToken token) method ProcessSchemaProperties (line 222) | private void ProcessSchemaProperties(JObject schemaObject) method ProcessExtends (line 319) | private void ProcessExtends(JToken token) method ProcessEnum (line 341) | private void ProcessEnum(JToken token) method ProcessAdditionalProperties (line 354) | private void ProcessAdditionalProperties(JToken token) method ProcessAdditionalItems (line 362) | private void ProcessAdditionalItems(JToken token) method ProcessProperties (line 370) | private IDictionary ProcessProperties(JToken token) method ProcessItems (line 388) | private void ProcessItems(JToken token) method ProcessType (line 410) | private JsonSchemaType? ProcessType(JToken token) method MapType (line 434) | internal static JsonSchemaType MapType(string type) method MapType (line 443) | internal static string MapType(JsonSchemaType type) FILE: Newtonsoft.Json/Schema/JsonSchemaConstants.cs class JsonSchemaConstants (line 30) | internal static class JsonSchemaConstants FILE: Newtonsoft.Json/Schema/JsonSchemaException.cs class JsonSchemaException (line 34) | #if !(NETFX_CORE || PORTABLE40 || PORTABLE) method JsonSchemaException (line 61) | public JsonSchemaException() method JsonSchemaException (line 70) | public JsonSchemaException(string message) method JsonSchemaException (line 81) | public JsonSchemaException(string message, Exception innerException) method JsonSchemaException (line 94) | public JsonSchemaException(SerializationInfo info, StreamingContext co... method JsonSchemaException (line 100) | internal JsonSchemaException(string message, Exception innerException,... FILE: Newtonsoft.Json/Schema/JsonSchemaGenerator.cs class JsonSchemaGenerator (line 45) | public class JsonSchemaGenerator class TypeSchema (line 70) | private class TypeSchema method TypeSchema (line 75) | public TypeSchema(Type type, JsonSchema schema) method Push (line 94) | private void Push(TypeSchema typeSchema) method Pop (line 101) | private TypeSchema Pop() method Generate (line 123) | public JsonSchema Generate(Type type) method Generate (line 134) | public JsonSchema Generate(Type type, JsonSchemaResolver resolver) method Generate (line 145) | public JsonSchema Generate(Type type, bool rootSchemaNullable) method Generate (line 157) | public JsonSchema Generate(Type type, JsonSchemaResolver resolver, boo... method GetTitle (line 167) | private string GetTitle(Type type) method GetDescription (line 177) | private string GetDescription(Type type) method GetTypeId (line 193) | private string GetTypeId(Type type, bool explicitOnly) method GenerateInternal (line 214) | private JsonSchema GenerateInternal(Type type, Required valueRequired,... method AddNullType (line 353) | private JsonSchemaType AddNullType(JsonSchemaType type, Required value... method HasFlag (line 361) | private bool HasFlag(DefaultValueHandling value, DefaultValueHandling ... method GenerateObjectSchema (line 366) | private void GenerateObjectSchema(Type type, JsonObjectContract contract) method GenerateISerializableContract (line 392) | private void GenerateISerializableContract(Type type, JsonISerializabl... method HasFlag (line 398) | internal static bool HasFlag(JsonSchemaType? value, JsonSchemaType flag) method GetJsonSchemaType (line 415) | private JsonSchemaType GetJsonSchemaType(Type type, Required valueRequ... FILE: Newtonsoft.Json/Schema/JsonSchemaModel.cs class JsonSchemaModel (line 32) | internal class JsonSchemaModel method JsonSchemaModel (line 58) | public JsonSchemaModel() method Create (line 66) | public static JsonSchemaModel Create(IList schemata) method Combine (line 78) | private static void Combine(JsonSchemaModel model, JsonSchema schema) FILE: Newtonsoft.Json/Schema/JsonSchemaModelBuilder.cs class JsonSchemaModelBuilder (line 36) | internal class JsonSchemaModelBuilder method Build (line 42) | public JsonSchemaModel Build(JsonSchema schema) method AddSchema (line 53) | public JsonSchemaNode AddSchema(JsonSchemaNode existingNode, JsonSchem... method AddProperties (line 106) | public void AddProperties(IDictionary source, IDic... method AddProperty (line 117) | public void AddProperty(IDictionary target, st... method AddItem (line 125) | public void AddItem(JsonSchemaNode parentNode, int index, JsonSchema s... method AddAdditionalProperties (line 143) | public void AddAdditionalProperties(JsonSchemaNode parentNode, JsonSch... method AddAdditionalItems (line 148) | public void AddAdditionalItems(JsonSchemaNode parentNode, JsonSchema s... method BuildNodeModel (line 153) | private JsonSchemaModel BuildNodeModel(JsonSchemaNode node) FILE: Newtonsoft.Json/Schema/JsonSchemaNode.cs class JsonSchemaNode (line 38) | internal class JsonSchemaNode method JsonSchemaNode (line 48) | public JsonSchemaNode(JsonSchema schema) method JsonSchemaNode (line 58) | private JsonSchemaNode(JsonSchemaNode source, JsonSchema schema) method Combine (line 70) | public JsonSchemaNode Combine(JsonSchema schema) method GetId (line 75) | public static string GetId(IEnumerable schemata) FILE: Newtonsoft.Json/Schema/JsonSchemaNodeCollection.cs class JsonSchemaNodeCollection (line 30) | internal class JsonSchemaNodeCollection : KeyedCollection where T : Attribute method GetAttribute (line 36) | public static T GetAttribute(object type) FILE: Newtonsoft.Json/Serialization/CamelCasePropertyNamesContractResolver.cs class CamelCasePropertyNamesContractResolver (line 34) | public class CamelCasePropertyNamesContractResolver : DefaultContractRes... method CamelCasePropertyNamesContractResolver (line 39) | public CamelCasePropertyNamesContractResolver() method ResolvePropertyName (line 49) | protected internal override string ResolvePropertyName(string property... FILE: Newtonsoft.Json/Serialization/DefaultContractResolver.cs type ResolverContractKey (line 56) | internal struct ResolverContractKey : IEquatable method ResolverContractKey (line 61) | public ResolverContractKey(Type resolverType, Type contractType) method GetHashCode (line 67) | public override int GetHashCode() method Equals (line 72) | public override bool Equals(object obj) method Equals (line 80) | public bool Equals(ResolverContractKey other) class DefaultContractResolver (line 89) | public class DefaultContractResolver : IContractResolver method DefaultContractResolver (line 183) | public DefaultContractResolver() method DefaultContractResolver (line 197) | public DefaultContractResolver(bool shareCache) method GetCache (line 211) | private Dictionary GetCache() method UpdateCache (line 219) | private void UpdateCache(Dictionary... method ResolveContract (line 232) | public virtual JsonContract ResolveContract(Type type) method GetSerializableMembers (line 266) | protected virtual List GetSerializableMembers(Type objectT... method ShouldSerializeEntityMember (line 341) | private bool ShouldSerializeEntityMember(MemberInfo memberInfo) method CreateObjectContract (line 359) | protected virtual JsonObjectContract CreateObjectContract(Type objectT... method GetExtensionDataMemberForType (line 412) | private MemberInfo GetExtensionDataMemberForType(Type type) method SetExtensionDataDelegates (line 451) | private static void SetExtensionDataDelegates(JsonObjectContract contr... type DictionaryEnumerator (line 513) | internal struct DictionaryEnumerator... method DictionaryEnumerator (line 517) | public DictionaryEnumerator(IEnumerable> GetEnumerator() method GetEnumerator (line 553) | IEnumerator IEnumerable.GetEnumerator() method GetAttributeConstructor (line 559) | private ConstructorInfo GetAttributeConstructor(Type objectType) method GetParametrizedConstructor (line 575) | private ConstructorInfo GetParametrizedConstructor(Type objectType) method CreateConstructorParameters (line 591) | protected virtual IList CreateConstructorParameters(Cons... method CreatePropertyFromConstructorParameter (line 629) | protected virtual JsonProperty CreatePropertyFromConstructorParameter(... method ResolveContractConverter (line 667) | protected virtual JsonConverter ResolveContractConverter(Type objectType) method GetDefaultCreator (line 672) | private Func GetDefaultCreator(Type createdType) method InitializeContract (line 677) | #if !NET20 method ResolveCallbackMethods (line 714) | private void ResolveCallbackMethods(JsonContract contract, Type t) method GetCallbackMethodsForType (line 767) | private void GetCallbackMethodsForType(Type type, out List GetClassHierarchyForType(Type type) method CreateDictionaryContract (line 849) | protected virtual JsonDictionaryContract CreateDictionaryContract(Type... method CreateArrayContract (line 864) | protected virtual JsonArrayContract CreateArrayContract(Type objectType) method CreatePrimitiveContract (line 877) | protected virtual JsonPrimitiveContract CreatePrimitiveContract(Type o... method CreateLinqContract (line 890) | protected virtual JsonLinqContract CreateLinqContract(Type objectType) method CreateISerializableContract (line 904) | protected virtual JsonISerializableContract CreateISerializableContrac... method CreateDynamicContract (line 927) | protected virtual JsonDynamicContract CreateDynamicContract(Type objec... method CreateStringContract (line 944) | protected virtual JsonStringContract CreateStringContract(Type objectT... method CreateContract (line 957) | protected virtual JsonContract CreateContract(Type objectType) method IsJsonPrimitiveType (line 1004) | internal static bool IsJsonPrimitiveType(Type t) method IsIConvertible (line 1012) | internal static bool IsIConvertible(Type t) method CanConvertToString (line 1024) | internal static bool CanConvertToString(Type type) method IsValidCallback (line 1046) | private static bool IsValidCallback(MethodInfo method, ParameterInfo[]... method GetClrTypeFullName (line 1079) | internal static string GetClrTypeFullName(Type type) method CreateProperties (line 1093) | protected virtual IList CreateProperties(Type type, Memb... method CreateMemberValueProvider (line 1118) | protected virtual IValueProvider CreateMemberValueProvider(MemberInfo ... method CreateProperty (line 1143) | protected virtual JsonProperty CreateProperty(MemberInfo member, Membe... method SetPropertySettingsFromAttributes (line 1171) | private void SetPropertySettingsFromAttributes(JsonProperty property, ... method CreateShouldSerializeTest (line 1288) | private Predicate CreateShouldSerializeTest(MemberInfo member) method SetIsSpecifiedActions (line 1301) | private void SetIsSpecifiedActions(JsonProperty property, MemberInfo m... method ResolvePropertyName (line 1325) | protected internal virtual string ResolvePropertyName(string propertyN... method GetResolvedPropertyName (line 1335) | public string GetResolvedPropertyName(string propertyName) FILE: Newtonsoft.Json/Serialization/DefaultReferenceResolver.cs class DefaultReferenceResolver (line 32) | internal class DefaultReferenceResolver : IReferenceResolver method GetMappings (line 36) | private BidirectionalDictionary GetMappings(object con... method ResolveReference (line 50) | public object ResolveReference(object context, string reference) method GetReference (line 57) | public string GetReference(object context, object value) method AddReference (line 72) | public void AddReference(object context, string reference, object value) method IsReferenced (line 77) | public bool IsReferenced(object context, object value) FILE: Newtonsoft.Json/Serialization/DefaultSerializationBinder.cs class DefaultSerializationBinder (line 37) | public class DefaultSerializationBinder : SerializationBinder method GetTypeFromTypeNameKey (line 43) | private static Type GetTypeFromTypeNameKey(TypeNameKey typeNameKey) type TypeNameKey (line 95) | internal struct TypeNameKey : IEquatable method TypeNameKey (line 100) | public TypeNameKey(string assemblyName, string typeName) method GetHashCode (line 106) | public override int GetHashCode() method Equals (line 111) | public override bool Equals(object obj) method Equals (line 119) | public bool Equals(TypeNameKey other) method BindToType (line 133) | public override Type BindToType(string assemblyName, string typeName) method BindToName (line 145) | public override void BindToName(Type serializedType, out string assemb... FILE: Newtonsoft.Json/Serialization/DiagnosticsTraceWriter.cs class DiagnosticsTraceWriter (line 11) | public class DiagnosticsTraceWriter : ITraceWriter method GetTraceEventType (line 23) | private TraceEventType GetTraceEventType(TraceLevel level) method Trace (line 46) | public void Trace(TraceLevel level, string message, Exception ex) FILE: Newtonsoft.Json/Serialization/DynamicValueProvider.cs class DynamicValueProvider (line 42) | public class DynamicValueProvider : IValueProvider method DynamicValueProvider (line 52) | public DynamicValueProvider(MemberInfo memberInfo) method SetValue (line 63) | public void SetValue(object target, object value) method GetValue (line 97) | public object GetValue(object target) FILE: Newtonsoft.Json/Serialization/ErrorContext.cs class ErrorContext (line 33) | public class ErrorContext method ErrorContext (line 35) | internal ErrorContext(object originalObject, object member, string pat... FILE: Newtonsoft.Json/Serialization/ErrorEventArgs.cs class ErrorEventArgs (line 33) | public class ErrorEventArgs : EventArgs method ErrorEventArgs (line 52) | public ErrorEventArgs(object currentObject, ErrorContext errorContext) FILE: Newtonsoft.Json/Serialization/ExpressionValueProvider.cs class ExpressionValueProvider (line 42) | public class ExpressionValueProvider : IValueProvider method ExpressionValueProvider (line 52) | public ExpressionValueProvider(MemberInfo memberInfo) method SetValue (line 63) | public void SetValue(object target, object value) method GetValue (line 97) | public object GetValue(object target) FILE: Newtonsoft.Json/Serialization/IContractResolver.cs type IContractResolver (line 37) | public interface IContractResolver method ResolveContract (line 44) | JsonContract ResolveContract(Type type); FILE: Newtonsoft.Json/Serialization/IReferenceResolver.cs type IReferenceResolver (line 31) | public interface IReferenceResolver method ResolveReference (line 39) | object ResolveReference(object context, string reference); method GetReference (line 47) | string GetReference(object context, object value); method IsReferenced (line 57) | bool IsReferenced(object context, object value); method AddReference (line 65) | void AddReference(object context, string reference, object value); FILE: Newtonsoft.Json/Serialization/ITraceWriter.cs type ITraceWriter (line 10) | public interface ITraceWriter method Trace (line 26) | void Trace(TraceLevel level, string message, Exception ex); FILE: Newtonsoft.Json/Serialization/IValueProvider.cs type IValueProvider (line 31) | public interface IValueProvider method SetValue (line 38) | void SetValue(object target, object value); method GetValue (line 45) | object GetValue(object target); FILE: Newtonsoft.Json/Serialization/JsonArrayContract.cs class JsonArrayContract (line 46) | public class JsonArrayContract : JsonContainerContract method JsonArrayContract (line 76) | public JsonArrayContract(Type underlyingType) method CreateWrapper (line 212) | internal IWrappedCollection CreateWrapper(object list) method CreateTemporaryCollection (line 233) | internal IList CreateTemporaryCollection() FILE: Newtonsoft.Json/Serialization/JsonContainerContract.cs class JsonContainerContract (line 43) | public class JsonContainerContract : JsonContract method JsonContainerContract (line 100) | internal JsonContainerContract(Type underlyingType) FILE: Newtonsoft.Json/Serialization/JsonContract.cs type JsonContractType (line 36) | internal enum JsonContractType class JsonContract (line 85) | public abstract class JsonContract method JsonContract (line 293) | internal JsonContract(Type underlyingType) method InvokeOnSerializing (line 342) | internal void InvokeOnSerializing(object o, StreamingContext context) method InvokeOnSerialized (line 353) | internal void InvokeOnSerialized(object o, StreamingContext context) method InvokeOnDeserializing (line 364) | internal void InvokeOnDeserializing(object o, StreamingContext context) method InvokeOnDeserialized (line 375) | internal void InvokeOnDeserialized(object o, StreamingContext context) method InvokeOnError (line 386) | internal void InvokeOnError(object o, StreamingContext context, ErrorC... method CreateSerializationCallback (line 397) | internal static SerializationCallback CreateSerializationCallback(Meth... method CreateSerializationErrorCallback (line 402) | internal static SerializationErrorCallback CreateSerializationErrorCal... FILE: Newtonsoft.Json/Serialization/JsonDictionaryContract.cs class JsonDictionaryContract (line 42) | public class JsonDictionaryContract : JsonContainerContract method JsonDictionaryContract (line 79) | public JsonDictionaryContract(Type underlyingType) method CreateWrapper (line 164) | internal IWrappedDictionary CreateWrapper(object dictionary) method CreateTemporaryDictionary (line 177) | internal IDictionary CreateTemporaryDictionary() FILE: Newtonsoft.Json/Serialization/JsonDynamicContract.cs class JsonDynamicContract (line 40) | public class JsonDynamicContract : JsonContainerContract method CreateCallSiteGetter (line 60) | private static CallSite> CreateCallSite... method CreateCallSiteSetter (line 67) | private static CallSite> Create... method JsonDynamicContract (line 78) | public JsonDynamicContract(Type underlyingType) method TryGetMember (line 86) | internal bool TryGetMember(IDynamicMetaObjectProvider dynamicProvider,... method TrySetMember (line 106) | internal bool TrySetMember(IDynamicMetaObjectProvider dynamicProvider,... FILE: Newtonsoft.Json/Serialization/JsonFormatterConverter.cs class JsonFormatterConverter (line 35) | internal class JsonFormatterConverter : IFormatterConverter method JsonFormatterConverter (line 39) | public JsonFormatterConverter(JsonSerializer serializer) method GetTokenValue (line 46) | private T GetTokenValue(object value) method Convert (line 54) | public object Convert(object value, Type type) method Convert (line 65) | public object Convert(object value, TypeCode typeCode) method ToBoolean (line 75) | public bool ToBoolean(object value) method ToByte (line 80) | public byte ToByte(object value) method ToChar (line 85) | public char ToChar(object value) method ToDateTime (line 90) | public DateTime ToDateTime(object value) method ToDecimal (line 95) | public decimal ToDecimal(object value) method ToDouble (line 100) | public double ToDouble(object value) method ToInt16 (line 105) | public short ToInt16(object value) method ToInt32 (line 110) | public int ToInt32(object value) method ToInt64 (line 115) | public long ToInt64(object value) method ToSByte (line 120) | public sbyte ToSByte(object value) method ToSingle (line 125) | public float ToSingle(object value) method ToString (line 130) | public string ToString(object value) method ToUInt16 (line 135) | public ushort ToUInt16(object value) method ToUInt32 (line 140) | public uint ToUInt32(object value) method ToUInt64 (line 145) | public ulong ToUInt64(object value) FILE: Newtonsoft.Json/Serialization/JsonISerializableContract.cs class JsonISerializableContract (line 34) | public class JsonISerializableContract : JsonContainerContract method JsonISerializableContract (line 46) | public JsonISerializableContract(Type underlyingType) FILE: Newtonsoft.Json/Serialization/JsonLinqContract.cs class JsonLinqContract (line 33) | public class JsonLinqContract : JsonContract method JsonLinqContract (line 39) | public JsonLinqContract(Type underlyingType) FILE: Newtonsoft.Json/Serialization/JsonObjectContract.cs class JsonObjectContract (line 38) | public class JsonObjectContract : JsonContainerContract method JsonObjectContract (line 124) | public JsonObjectContract(Type underlyingType) method GetUninitializedObject (line 134) | #if !(NET20 || NET35) FILE: Newtonsoft.Json/Serialization/JsonPrimitiveContract.cs class JsonPrimitiveContract (line 34) | public class JsonPrimitiveContract : JsonContract method JsonPrimitiveContract (line 42) | public JsonPrimitiveContract(Type underlyingType) FILE: Newtonsoft.Json/Serialization/JsonProperty.cs class JsonProperty (line 38) | public class JsonProperty method CalculateSkipPropertyNameEscape (line 64) | private void CalculateSkipPropertyNameEscape() method GetResolvedDefaultValue (line 165) | internal object GetResolvedDefaultValue() method ToString (line 245) | public override string ToString() method WritePropertyName (line 274) | internal void WritePropertyName(JsonWriter writer) FILE: Newtonsoft.Json/Serialization/JsonPropertyCollection.cs class JsonPropertyCollection (line 38) | public class JsonPropertyCollection : KeyedCollection method JsonPropertyCollection (line 46) | public JsonPropertyCollection(Type type) method GetKeyForItem (line 58) | protected override string GetKeyForItem(JsonProperty item) method AddProperty (line 67) | public void AddProperty(JsonProperty property) method GetClosestMatchProperty (line 116) | public JsonProperty GetClosestMatchProperty(string propertyName) method TryGetValue (line 125) | private bool TryGetValue(string key, out JsonProperty item) method GetProperty (line 142) | public JsonProperty GetProperty(string propertyName, StringComparison ... FILE: Newtonsoft.Json/Serialization/JsonSerializerInternalBase.cs class JsonSerializerInternalBase (line 35) | internal abstract class JsonSerializerInternalBase class ReferenceEqualsEqualityComparer (line 37) | private class ReferenceEqualsEqualityComparer : IEqualityComparer method Equals (line 39) | bool IEqualityComparer.Equals(object x, object y) method GetHashCode (line 44) | int IEqualityComparer.GetHashCode(object obj) method JsonSerializerInternalBase (line 63) | protected JsonSerializerInternalBase(JsonSerializer serializer) method GetErrorContext (line 91) | private ErrorContext GetErrorContext(object currentObject, object memb... method ClearErrorContext (line 102) | protected void ClearErrorContext() method IsErrorHandled (line 110) | protected bool IsErrorHandled(object currentObject, JsonContract contr... FILE: Newtonsoft.Json/Serialization/JsonSerializerInternalReader.cs class JsonSerializerInternalReader (line 51) | internal class JsonSerializerInternalReader : JsonSerializerInternalBase type PropertyPresence (line 53) | internal enum PropertyPresence method JsonSerializerInternalReader (line 65) | public JsonSerializerInternalReader(JsonSerializer serializer) method Populate (line 70) | public void Populate(JsonReader reader, object target) method GetContractSafe (line 126) | private JsonContract GetContractSafe(Type type) method Deserialize (line 134) | public object Deserialize(JsonReader reader, Type objectType, bool che... method GetInternalSerializer (line 186) | private JsonSerializerProxy GetInternalSerializer() method GetFormatterConverter (line 195) | private JsonFormatterConverter GetFormatterConverter() method CreateJToken (line 204) | private JToken CreateJToken(JsonReader reader, JsonContract contract) method CreateJObject (line 225) | private JToken CreateJObject(JsonReader reader) method CreateValueInternal (line 259) | private object CreateValueInternal(JsonReader reader, Type objectType,... method GetExpectedDescription (line 317) | internal string GetExpectedDescription(JsonContract contract) method GetConverter (line 341) | private JsonConverter GetConverter(JsonContract contract, JsonConverte... method CreateObject (line 373) | private object CreateObject(JsonReader reader, Type objectType, JsonCo... method ReadMetadataPropertiesToken (line 511) | private bool ReadMetadataPropertiesToken(JTokenReader reader, ref Type... method ReadMetadataProperties (line 595) | private bool ReadMetadataProperties(JsonReader reader, ref Type object... method ResolveTypeName (line 679) | private void ResolveTypeName(JsonReader reader, ref Type objectType, r... method EnsureArrayContract (line 721) | private JsonArrayContract EnsureArrayContract(JsonReader reader, Type ... method CheckedRead (line 735) | private void CheckedRead(JsonReader reader) method CreateList (line 741) | private object CreateList(JsonReader reader, Type objectType, JsonCont... method HasNoDefinedType (line 812) | private bool HasNoDefinedType(JsonContract contract) method EnsureType (line 821) | private object EnsureType(JsonReader reader, object value, CultureInfo... method SetPropertyValue (line 869) | private bool SetPropertyValue(JsonProperty property, JsonConverter pro... method CalculatePropertyDetails (line 916) | private bool CalculatePropertyDetails(JsonProperty property, ref JsonC... method AddReference (line 978) | private void AddReference(JsonReader reader, string id, object value) method HasFlag (line 993) | private bool HasFlag(DefaultValueHandling value, DefaultValueHandling ... method ShouldSetPropertyValue (line 998) | private bool ShouldSetPropertyValue(JsonProperty property, object value) method CreateNewList (line 1014) | private IList CreateNewList(JsonReader reader, JsonArrayContract contr... method CreateNewDictionary (line 1051) | private IDictionary CreateNewDictionary(JsonReader reader, JsonDiction... method OnDeserializing (line 1079) | private void OnDeserializing(JsonReader reader, JsonContract contract,... method OnDeserialized (line 1087) | private void OnDeserialized(JsonReader reader, JsonContract contract, ... method PopulateDictionary (line 1095) | private object PopulateDictionary(IDictionary dictionary, JsonReader r... method PopulateMultidimensionalArray (line 1196) | private object PopulateMultidimensionalArray(IList list, JsonReader re... method ThrowUnexpectedEndException (line 1319) | private void ThrowUnexpectedEndException(JsonReader reader, JsonContra... method PopulateList (line 1334) | private object PopulateList(IList list, JsonReader reader, JsonArrayCo... method CreateISerializable (line 1425) | private object CreateISerializable(JsonReader reader, JsonISerializabl... method CreateDynamic (line 1492) | private object CreateDynamic(JsonReader reader, JsonDynamicContract co... method CreateObjectFromNonDefaultConstructor (line 1579) | private object CreateObjectFromNonDefaultConstructor(JsonReader reader... method DeserializeConvertable (line 1687) | private object DeserializeConvertable(JsonConverter converter, JsonRea... method ResolvePropertyAndConstructorValues (line 1700) | private IDictionary ResolvePropertyAndConstructo... method ReadForType (line 1778) | private bool ReadForType(JsonReader reader, JsonContract contract, boo... method CreateNewObject (line 1824) | public object CreateNewObject(JsonReader reader, JsonObjectContract ob... method PopulateObject (line 1863) | private object PopulateObject(object newObject, JsonReader reader, Jso... method CheckPropertyName (line 1953) | private bool CheckPropertyName(JsonReader reader, string memberName) method SetExtensionData (line 1970) | private void SetExtensionData(JsonObjectContract contract, JsonPropert... method EndObject (line 1991) | private void EndObject(object newObject, JsonReader reader, JsonObject... method SetPropertyPresence (line 2036) | private void SetPropertyPresence(JsonReader reader, JsonProperty prope... method HandleError (line 2046) | private void HandleError(JsonReader reader, bool readPastError, int in... FILE: Newtonsoft.Json/Serialization/JsonSerializerInternalWriter.cs class JsonSerializerInternalWriter (line 49) | internal class JsonSerializerInternalWriter : JsonSerializerInternalBase method JsonSerializerInternalWriter (line 56) | public JsonSerializerInternalWriter(JsonSerializer serializer) method Serialize (line 61) | public void Serialize(JsonWriter jsonWriter, object value, Type object... method GetInternalSerializer (line 98) | private JsonSerializerProxy GetInternalSerializer() method GetContractSafe (line 106) | private JsonContract GetContractSafe(object value) method SerializePrimitive (line 114) | private void SerializePrimitive(JsonWriter writer, object value, JsonP... method SerializeValue (line 136) | private void SerializeValue(JsonWriter writer, object value, JsonContr... method ResolveIsReference (line 195) | private bool? ResolveIsReference(JsonContract contract, JsonProperty p... method ShouldWriteReference (line 215) | private bool ShouldWriteReference(object value, JsonProperty property,... method ShouldWriteProperty (line 238) | private bool ShouldWriteProperty(object memberValue, JsonProperty prop... method CheckForCircularReference (line 251) | private bool CheckForCircularReference(JsonWriter writer, object value... method WriteReference (line 294) | private void WriteReference(JsonWriter writer, object value) method GetReference (line 307) | private string GetReference(JsonWriter writer, object value) method TryConvertToString (line 321) | internal static bool TryConvertToString(object value, Type type, out s... method SerializeString (line 357) | private void SerializeString(JsonWriter writer, object value, JsonStri... method OnSerializing (line 368) | private void OnSerializing(JsonWriter writer, JsonContract contract, o... method OnSerialized (line 376) | private void OnSerialized(JsonWriter writer, JsonContract contract, ob... method SerializeObject (line 384) | private void SerializeObject(JsonWriter writer, object value, JsonObje... method CalculatePropertyValues (line 455) | private bool CalculatePropertyValues(JsonWriter writer, object value, ... method WriteObjectStart (line 494) | private void WriteObjectStart(JsonWriter writer, object value, JsonCon... method WriteReferenceIdProperty (line 509) | private void WriteReferenceIdProperty(JsonWriter writer, Type type, ob... method WriteTypeProperty (line 520) | private void WriteTypeProperty(JsonWriter writer, Type type) method HasFlag (line 531) | private bool HasFlag(DefaultValueHandling value, DefaultValueHandling ... method HasFlag (line 536) | private bool HasFlag(PreserveReferencesHandling value, PreserveReferen... method HasFlag (line 541) | private bool HasFlag(TypeNameHandling value, TypeNameHandling flag) method SerializeConvertable (line 546) | private void SerializeConvertable(JsonWriter writer, JsonConverter con... method SerializeList (line 571) | private void SerializeList(JsonWriter writer, IEnumerable values, Json... method SerializeMultidimensionalArray (line 629) | private void SerializeMultidimensionalArray(JsonWriter writer, Array v... method SerializeMultidimensionalArray (line 647) | private void SerializeMultidimensionalArray(JsonWriter writer, Array v... method WriteStartArray (line 700) | private bool WriteStartArray(JsonWriter writer, object values, JsonArr... method SerializeISerializable (line 728) | #if !(NET20 || NET35) method SerializeDynamic (line 766) | private void SerializeDynamic(JsonWriter writer, IDynamicMetaObjectPro... method ShouldWriteDynamicProperty (line 842) | private bool ShouldWriteDynamicProperty(object memberValue) method ShouldWriteType (line 854) | private bool ShouldWriteType(TypeNameHandling typeNameHandlingFlag, Js... method SerializeDictionary (line 888) | private void SerializeDictionary(JsonWriter writer, IDictionary values... method GetPropertyName (line 951) | private string GetPropertyName(JsonWriter writer, object name, JsonCon... method HandleError (line 992) | private void HandleError(JsonWriter writer, int initialDepth) method ShouldSerialize (line 1005) | private bool ShouldSerialize(JsonWriter writer, JsonProperty property,... method IsSpecified (line 1018) | private bool IsSpecified(JsonWriter writer, JsonProperty property, obj... FILE: Newtonsoft.Json/Serialization/JsonSerializerProxy.cs class JsonSerializerProxy (line 34) | internal class JsonSerializerProxy : JsonSerializer method GetInternalSerializer (line 207) | internal JsonSerializerInternalBase GetInternalSerializer() method JsonSerializerProxy (line 215) | public JsonSerializerProxy(JsonSerializerInternalReader serializerReader) method JsonSerializerProxy (line 223) | public JsonSerializerProxy(JsonSerializerInternalWriter serializerWriter) method DeserializeInternal (line 231) | internal override object DeserializeInternal(JsonReader reader, Type o... method PopulateInternal (line 239) | internal override void PopulateInternal(JsonReader reader, object target) method SerializeInternal (line 247) | internal override void SerializeInternal(JsonWriter jsonWriter, object... FILE: Newtonsoft.Json/Serialization/JsonStringContract.cs class JsonStringContract (line 33) | public class JsonStringContract : JsonPrimitiveContract method JsonStringContract (line 39) | public JsonStringContract(Type underlyingType) FILE: Newtonsoft.Json/Serialization/JsonTypeReflector.cs type IMetadataTypeAttribute (line 45) | internal interface IMetadataTypeAttribute class JsonTypeReflector (line 51) | internal static class JsonTypeReflector method GetJsonContainerAttribute (line 75) | public static JsonContainerAttribute GetJsonContainerAttribute(Type type) method GetJsonObjectAttribute (line 80) | public static JsonObjectAttribute GetJsonObjectAttribute(Type type) method GetJsonArrayAttribute (line 85) | public static JsonArrayAttribute GetJsonArrayAttribute(Type type) method GetJsonDictionaryAttribute (line 90) | public static JsonDictionaryAttribute GetJsonDictionaryAttribute(Type ... method GetSerializableAttribute (line 96) | public static SerializableAttribute GetSerializableAttribute(Type type) method GetDataContractAttribute (line 103) | public static DataContractAttribute GetDataContractAttribute(Type type) method GetDataMemberAttribute (line 120) | public static DataMemberAttribute GetDataMemberAttribute(MemberInfo me... method GetObjectMemberSerialization (line 152) | public static MemberSerialization GetObjectMemberSerialization(Type ob... method GetJsonConverterType (line 177) | private static Type GetJsonConverterType(object attributeProvider) method GetJsonConverterTypeFromAttribute (line 182) | private static Type GetJsonConverterTypeFromAttribute(object attribute... method GetJsonConverter (line 190) | public static JsonConverter GetJsonConverter(object attributeProvider,... method GetTypeConverter (line 205) | public static TypeConverter GetTypeConverter(Type type) method GetAssociatedMetadataType (line 212) | private static Type GetAssociatedMetadataType(Type type) method GetAssociateMetadataTypeFromAttribute (line 217) | private static Type GetAssociateMetadataTypeFromAttribute(Type type) method GetMetadataTypeAttributeType (line 234) | private static Type GetMetadataTypeAttributeType() method GetAttribute (line 252) | private static T GetAttribute(Type type) where T : Attribute method GetAttribute (line 280) | private static T GetAttribute(MemberInfo memberInfo) where T : Attr... method GetAttribute (line 321) | public static T GetAttribute(object provider) where T : Attribute method SetFullyTrusted (line 335) | internal static void SetFullyTrusted(bool fullyTrusted) method SetDynamicCodeGeneration (line 340) | internal static void SetDynamicCodeGeneration(bool dynamicCodeGeneration) FILE: Newtonsoft.Json/Serialization/LateBoundMetadataTypeAttribute.cs class LateBoundMetadataTypeAttribute (line 36) | internal class LateBoundMetadataTypeAttribute : IMetadataTypeAttribute method LateBoundMetadataTypeAttribute (line 42) | public LateBoundMetadataTypeAttribute(object attribute) FILE: Newtonsoft.Json/Serialization/MemoryTraceWriter.cs class MemoryTraceWriter (line 13) | public class MemoryTraceWriter : ITraceWriter method MemoryTraceWriter (line 30) | public MemoryTraceWriter() method Trace (line 42) | public void Trace(TraceLevel level, string message, Exception ex) method GetTraceMessages (line 56) | public IEnumerable GetTraceMessages() method ToString (line 67) | public override string ToString() FILE: Newtonsoft.Json/Serialization/OnErrorAttribute.cs class OnErrorAttribute (line 33) | [AttributeUsage(AttributeTargets.Method, Inherited = false)] FILE: Newtonsoft.Json/Serialization/ReflectionValueProvider.cs class ReflectionValueProvider (line 36) | public class ReflectionValueProvider : IValueProvider method ReflectionValueProvider (line 44) | public ReflectionValueProvider(MemberInfo memberInfo) method SetValue (line 55) | public void SetValue(object target, object value) method GetValue (line 72) | public object GetValue(object target) FILE: Newtonsoft.Json/Serialization/TraceJsonReader.cs class TraceJsonReader (line 9) | internal class TraceJsonReader : JsonReader, IJsonLineInfo method TraceJsonReader (line 15) | public TraceJsonReader(JsonReader innerReader) method GetJson (line 24) | public string GetJson() method Read (line 29) | public override bool Read() method ReadAsInt32 (line 36) | public override int? ReadAsInt32() method ReadAsString (line 43) | public override string ReadAsString() method ReadAsBytes (line 50) | public override byte[] ReadAsBytes() method ReadAsDecimal (line 57) | public override decimal? ReadAsDecimal() method ReadAsDateTime (line 64) | public override DateTime? ReadAsDateTime() method ReadAsDateTimeOffset (line 72) | public override DateTimeOffset? ReadAsDateTimeOffset() method Close (line 111) | public override void Close() method HasLineInfo (line 116) | bool IJsonLineInfo.HasLineInfo() FILE: Newtonsoft.Json/Serialization/TraceJsonWriter.cs class TraceJsonWriter (line 12) | internal class TraceJsonWriter : JsonWriter method TraceJsonWriter (line 18) | public TraceJsonWriter(JsonWriter innerWriter) method GetJson (line 32) | public string GetJson() method WriteValue (line 37) | public override void WriteValue(decimal value) method WriteValue (line 44) | public override void WriteValue(bool value) method WriteValue (line 51) | public override void WriteValue(byte value) method WriteValue (line 58) | public override void WriteValue(byte? value) method WriteValue (line 65) | public override void WriteValue(char value) method WriteValue (line 72) | public override void WriteValue(byte[] value) method WriteValue (line 79) | public override void WriteValue(DateTime value) method WriteValue (line 87) | public override void WriteValue(DateTimeOffset value) method WriteValue (line 95) | public override void WriteValue(double value) method WriteUndefined (line 102) | public override void WriteUndefined() method WriteNull (line 109) | public override void WriteNull() method WriteValue (line 116) | public override void WriteValue(float value) method WriteValue (line 123) | public override void WriteValue(Guid value) method WriteValue (line 130) | public override void WriteValue(int value) method WriteValue (line 137) | public override void WriteValue(long value) method WriteValue (line 144) | public override void WriteValue(object value) method WriteValue (line 162) | public override void WriteValue(sbyte value) method WriteValue (line 169) | public override void WriteValue(short value) method WriteValue (line 176) | public override void WriteValue(string value) method WriteValue (line 183) | public override void WriteValue(TimeSpan value) method WriteValue (line 190) | public override void WriteValue(uint value) method WriteValue (line 197) | public override void WriteValue(ulong value) method WriteValue (line 204) | public override void WriteValue(Uri value) method WriteValue (line 211) | public override void WriteValue(ushort value) method WriteWhitespace (line 218) | public override void WriteWhitespace(string ws) method WriteComment (line 237) | public override void WriteComment(string text) method WriteStartArray (line 256) | public override void WriteStartArray() method WriteEndArray (line 263) | public override void WriteEndArray() method WriteStartConstructor (line 270) | public override void WriteStartConstructor(string name) method WriteEndConstructor (line 277) | public override void WriteEndConstructor() method WritePropertyName (line 284) | public override void WritePropertyName(string name) method WritePropertyName (line 291) | public override void WritePropertyName(string name, bool escape) method WriteStartObject (line 300) | public override void WriteStartObject() method WriteEndObject (line 307) | public override void WriteEndObject() method WriteRaw (line 314) | public override void WriteRaw(string json) method WriteRawValue (line 321) | public override void WriteRawValue(string json) method Close (line 335) | public override void Close() method Flush (line 342) | public override void Flush() FILE: Newtonsoft.Json/SerializationBinder.cs class SerializationBinder (line 11) | public abstract class SerializationBinder method BindToType (line 19) | public abstract Type BindToType(string assemblyName, string typeName); method BindToName (line 27) | public virtual void BindToName(Type serializedType, out string assembl... FILE: Newtonsoft.Json/StringEscapeHandling.cs type StringEscapeHandling (line 31) | public enum StringEscapeHandling FILE: Newtonsoft.Json/TraceLevel.cs type TraceLevel (line 10) | public enum TraceLevel FILE: Newtonsoft.Json/TypeNameHandling.cs type TypeNameHandling (line 33) | [Flags] FILE: Newtonsoft.Json/Utilities/Base64Encoder.cs class Base64Encoder (line 31) | internal class Base64Encoder method Base64Encoder (line 42) | public Base64Encoder(TextWriter writer) method Encode (line 48) | public void Encode(byte[] buffer, int index, int count) method Flush (line 105) | public void Flush() method WriteChars (line 115) | private void WriteChars(char[] chars, int index, int count) FILE: Newtonsoft.Json/Utilities/BidirectionalDictionary.cs class BidirectionalDictionary (line 32) | internal class BidirectionalDictionary method BidirectionalDictionary (line 39) | public BidirectionalDictionary() method BidirectionalDictionary (line 44) | public BidirectionalDictionary(IEqualityComparer firstEquality... method BidirectionalDictionary (line 53) | public BidirectionalDictionary(IEqualityComparer firstEquality... method Set (line 62) | public void Set(TFirst first, TSecond second) method TryGetByFirst (line 83) | public bool TryGetByFirst(TFirst first, out TSecond second) method TryGetBySecond (line 88) | public bool TryGetBySecond(TSecond second, out TFirst first) FILE: Newtonsoft.Json/Utilities/CollectionUtils.cs class CollectionUtils (line 42) | internal static class CollectionUtils method IsNullOrEmpty (line 51) | public static bool IsNullOrEmpty(ICollection collection) method AddRange (line 65) | public static void AddRange(this IList initial, IEnumerable c... method AddRange (line 80) | public static void AddRange(this IList initial, IEnumerable coll... method IsDictionaryType (line 89) | public static bool IsDictionaryType(Type type) method ResolveEnumableCollectionConstructor (line 105) | public static ConstructorInfo ResolveEnumableCollectionConstructor(Typ... method AddDistinct (line 123) | public static bool AddDistinct(this IList list, T value) method AddDistinct (line 128) | public static bool AddDistinct(this IList list, T value, IEquali... method ContainsValue (line 138) | public static bool ContainsValue(this IEnumerable so... method AddRangeDistinct (line 155) | public static bool AddRangeDistinct(this IList list, IEnumerable... method IndexOf (line 167) | public static int IndexOf(this IEnumerable collection, Func(this IEnumerable list, TSo... method GetDimensions (line 203) | private static IList GetDimensions(IList values) method CopyFromJaggedToMultidimensionalArray (line 224) | private static void CopyFromJaggedToMultidimensionalArray(IList values... method JaggedArrayGetValue (line 252) | private static object JaggedArrayGetValue(IList values, int[] indices) method ToMultidimensionalArray (line 266) | public static Array ToMultidimensionalArray(IList values, Type type, i... FILE: Newtonsoft.Json/Utilities/CollectionWrapper.cs type IWrappedCollection (line 40) | internal interface IWrappedCollection : IList class CollectionWrapper (line 45) | internal class CollectionWrapper : ICollection, IWrappedCollection method CollectionWrapper (line 51) | public CollectionWrapper(IList list) method CollectionWrapper (line 61) | public CollectionWrapper(ICollection list) method Add (line 68) | public virtual void Add(T item) method Clear (line 76) | public virtual void Clear() method Contains (line 84) | public virtual bool Contains(T item) method CopyTo (line 92) | public virtual void CopyTo(T[] array, int arrayIndex) method Remove (line 122) | public virtual bool Remove(T item) method GetEnumerator (line 139) | public virtual IEnumerator GetEnumerator() method GetEnumerator (line 147) | IEnumerator IEnumerable.GetEnumerator() method Add (line 155) | int IList.Add(object value) method Contains (line 163) | bool IList.Contains(object value) method IndexOf (line 171) | int IList.IndexOf(object value) method RemoveAt (line 182) | void IList.RemoveAt(int index) method Insert (line 190) | void IList.Insert(int index, object value) method Remove (line 211) | void IList.Remove(object value) method CopyTo (line 236) | void ICollection.CopyTo(Array array, int arrayIndex) method VerifyValueType (line 257) | private static void VerifyValueType(object value) method IsCompatibleObject (line 263) | private static bool IsCompatibleObject(object value) FILE: Newtonsoft.Json/Utilities/ConvertUtils.cs type PrimitiveTypeCode (line 46) | internal enum PrimitiveTypeCode class TypeInformation (line 96) | internal class TypeInformation type ParseResult (line 102) | internal enum ParseResult class ConvertUtils (line 110) | internal static class ConvertUtils method GetTypeCode (line 186) | public static PrimitiveTypeCode GetTypeCode(Type t) method GetTypeCode (line 209) | public static PrimitiveTypeCode GetTypeCode(object o) method GetTypeInformation (line 215) | public static TypeInformation GetTypeInformation(IConvertible converta... method IsConvertible (line 222) | public static bool IsConvertible(Type t) method ParseTimeSpan (line 233) | public static TimeSpan ParseTimeSpan(string input) type TypeConvertKey (line 242) | internal struct TypeConvertKey : IEquatable method TypeConvertKey (line 257) | public TypeConvertKey(Type initialType, Type targetType) method GetHashCode (line 263) | public override int GetHashCode() method Equals (line 268) | public override bool Equals(object obj) method Equals (line 276) | public bool Equals(TypeConvertKey other) method CreateCastConverter (line 285) | private static Func CreateCastConverter(TypeConvertKey t) method ToBigInteger (line 300) | internal static BigInteger ToBigInteger(object value) method FromBigInteger (line 326) | public static object FromBigInteger(BigInteger i, Type targetType) type ConvertResult (line 349) | internal enum ConvertResult method Convert (line 357) | public static object Convert(object initialValue, CultureInfo culture,... method TryConvert (line 375) | private static bool TryConvert(object initialValue, CultureInfo cultur... method TryConvertInternal (line 392) | private static ConvertResult TryConvertInternal(object initialValue, C... method ConvertOrCast (line 549) | public static object ConvertOrCast(object initialValue, CultureInfo cu... method EnsureTypeAssignable (line 566) | private static object EnsureTypeAssignable(object value, Type initialT... method ToValue (line 589) | public static object ToValue(INullable nullableValue) method GetConverter (line 609) | internal static TypeConverter GetConverter(Type t) method IsInteger (line 615) | public static bool IsInteger(object value) method Int32TryParse (line 633) | public static ParseResult Int32TryParse(char[] chars, int start, int l... method Int64TryParse (line 698) | public static ParseResult Int64TryParse(char[] chars, int start, int l... FILE: Newtonsoft.Json/Utilities/DateTimeParser.cs type ParserTimeZone (line 30) | internal enum ParserTimeZone type DateTimeParser (line 38) | internal struct DateTimeParser method DateTimeParser (line 40) | static DateTimeParser() method Parse (line 95) | public bool Parse(string text) method ParseDate (line 106) | private bool ParseDate(int start) method ParseTimeAndZoneAndWhitespace (line 120) | private bool ParseTimeAndZoneAndWhitespace(int start) method ParseTime (line 125) | private bool ParseTime(ref int start) method ParseZone (line 167) | private bool ParseZone(int start) method Parse4Digit (line 226) | private bool Parse4Digit(int start, out int num) method Parse2Digit (line 247) | private bool Parse2Digit(int start, out int num) method ParseChar (line 264) | private bool ParseChar(int start, char ch) FILE: Newtonsoft.Json/Utilities/DateTimeUtils.cs class DateTimeUtils (line 33) | internal static class DateTimeUtils method DateTimeUtils (line 45) | static DateTimeUtils() method GetUtcOffset (line 51) | public static TimeSpan GetUtcOffset(this DateTime d) method ToSerializationMode (line 61) | public static XmlDateTimeSerializationMode ToSerializationMode(DateTim... method EnsureDateTime (line 77) | internal static DateTime EnsureDateTime(DateTime value, DateTimeZoneHa... method SwitchToLocalTime (line 99) | private static DateTime SwitchToLocalTime(DateTime value) method SwitchToUtcTime (line 115) | private static DateTime SwitchToUtcTime(DateTime value) method ToUniversalTicks (line 131) | private static long ToUniversalTicks(DateTime dateTime) method ToUniversalTicks (line 139) | private static long ToUniversalTicks(DateTime dateTime, TimeSpan offset) method ConvertDateTimeToJavaScriptTicks (line 156) | internal static long ConvertDateTimeToJavaScriptTicks(DateTime dateTim... method ConvertDateTimeToJavaScriptTicks (line 163) | internal static long ConvertDateTimeToJavaScriptTicks(DateTime dateTime) method ConvertDateTimeToJavaScriptTicks (line 168) | internal static long ConvertDateTimeToJavaScriptTicks(DateTime dateTim... method UniversialTicksToJavaScriptTicks (line 175) | private static long UniversialTicksToJavaScriptTicks(long universialTi... method ConvertJavaScriptTicksToDateTime (line 182) | internal static DateTime ConvertJavaScriptTicksToDateTime(long javaScr... method TryParseDateIso (line 190) | internal static bool TryParseDateIso(string text, DateParseHandling da... method TryParseDateTime (line 287) | internal static bool TryParseDateTime(string s, DateParseHandling date... method TryParseDateMicrosoft (line 316) | private static bool TryParseDateMicrosoft(string text, DateParseHandli... method TryParseDateExact (line 368) | private static bool TryParseDateExact(string text, DateParseHandling d... method ReadOffset (line 396) | private static TimeSpan ReadOffset(string offsetText) method WriteDateTimeString (line 414) | internal static void WriteDateTimeString(TextWriter writer, DateTime v... method WriteDateTimeString (line 428) | internal static int WriteDateTimeString(char[] chars, int start, DateT... method WriteDefaultIsoDate (line 477) | internal static int WriteDefaultIsoDate(char[] chars, int start, DateT... method CopyIntToCharArray (line 518) | private static void CopyIntToCharArray(char[] chars, int start, int va... method WriteDateTimeOffset (line 527) | internal static int WriteDateTimeOffset(char[] chars, int start, TimeS... method WriteDateTimeOffsetString (line 546) | internal static void WriteDateTimeOffsetString(TextWriter writer, Date... method GetDateValues (line 563) | private static void GetDateValues(DateTime td, out int year, out int m... FILE: Newtonsoft.Json/Utilities/DictionaryWrapper.cs type IWrappedDictionary (line 39) | internal interface IWrappedDictionary class DictionaryWrapper (line 45) | internal class DictionaryWrapper : IDictionary dictionary) method DictionaryWrapper (line 69) | public DictionaryWrapper(IReadOnlyDictionary dictionary) method Add (line 77) | public void Add(TKey key, TValue value) method ContainsKey (line 87) | public bool ContainsKey(TKey key) method Remove (line 114) | public bool Remove(TKey key) method TryGetValue (line 140) | public bool TryGetValue(TKey key, out TValue value) method Add (line 208) | public void Add(KeyValuePair item) method Clear (line 220) | public void Clear() method Contains (line 232) | public bool Contains(KeyValuePair item) method CopyTo (line 244) | public void CopyTo(KeyValuePair[] array, int arrayIndex) method Remove (line 295) | public bool Remove(KeyValuePair item) method GetEnumerator (line 330) | public IEnumerator> GetEnumerator() method GetEnumerator (line 342) | IEnumerator IEnumerable.GetEnumerator() method Add (line 347) | void IDictionary.Add(object key, object value) type DictionaryEnumerator (line 385) | private struct DictionaryEnumerator ... method DictionaryEnumerator (line 389) | public DictionaryEnumerator(IEnumerator method GetDynamicMemberNames (line 38) | public virtual IEnumerable GetDynamicMemberNames(T instance) method TryBinaryOperation (line 43) | public virtual bool TryBinaryOperation(T instance, BinaryOperationBind... method TryConvert (line 49) | public virtual bool TryConvert(T instance, ConvertBinder binder, out o... method TryCreateInstance (line 55) | public virtual bool TryCreateInstance(T instance, CreateInstanceBinder... method TryDeleteIndex (line 61) | public virtual bool TryDeleteIndex(T instance, DeleteIndexBinder binde... method TryDeleteMember (line 66) | public virtual bool TryDeleteMember(T instance, DeleteMemberBinder bin... method TryGetIndex (line 71) | public virtual bool TryGetIndex(T instance, GetIndexBinder binder, obj... method TryGetMember (line 77) | public virtual bool TryGetMember(T instance, GetMemberBinder binder, o... method TryInvoke (line 83) | public virtual bool TryInvoke(T instance, InvokeBinder binder, object[... method TryInvokeMember (line 89) | public virtual bool TryInvokeMember(T instance, InvokeMemberBinder bin... method TrySetIndex (line 95) | public virtual bool TrySetIndex(T instance, SetIndexBinder binder, obj... method TrySetMember (line 100) | public virtual bool TrySetMember(T instance, SetMemberBinder binder, o... method TryUnaryOperation (line 105) | public virtual bool TryUnaryOperation(T instance, UnaryOperationBinder... FILE: Newtonsoft.Json/Utilities/DynamicProxyMetaObject.cs class DynamicProxyMetaObject (line 36) | internal sealed class DynamicProxyMetaObject : DynamicMetaObject method DynamicProxyMetaObject (line 41) | internal DynamicProxyMetaObject(Expression expression, T value, Dynami... method IsOverridden (line 53) | private bool IsOverridden(string method) method BindGetMember (line 58) | public override DynamicMetaObject BindGetMember(GetMemberBinder binder) method BindSetMember (line 65) | public override DynamicMetaObject BindSetMember(SetMemberBinder binder... method BindDeleteMember (line 72) | public override DynamicMetaObject BindDeleteMember(DeleteMemberBinder ... method BindConvert (line 80) | public override DynamicMetaObject BindConvert(ConvertBinder binder) method BindInvokeMember (line 87) | public override DynamicMetaObject BindInvokeMember(InvokeMemberBinder ... method BindCreateInstance (line 128) | public override DynamicMetaObject BindCreateInstance(CreateInstanceBin... method BindInvoke (line 135) | public override DynamicMetaObject BindInvoke(InvokeBinder binder, Dyna... method BindBinaryOperation (line 142) | public override DynamicMetaObject BindBinaryOperation(BinaryOperationB... method BindUnaryOperation (line 149) | public override DynamicMetaObject BindUnaryOperation(UnaryOperationBin... method BindGetIndex (line 156) | public override DynamicMetaObject BindGetIndex(GetIndexBinder binder, ... method BindSetIndex (line 163) | public override DynamicMetaObject BindSetIndex(SetIndexBinder binder, ... method BindDeleteIndex (line 170) | public override DynamicMetaObject BindDeleteIndex(DeleteIndexBinder bi... method GetArgs (line 181) | private static Expression[] GetArgs(params DynamicMetaObject[] args) method GetArgArray (line 186) | private static Expression[] GetArgArray(DynamicMetaObject[] args) method GetArgArray (line 191) | private static Expression[] GetArgArray(DynamicMetaObject[] args, Dyna... method Constant (line 200) | private static ConstantExpression Constant(DynamicMetaObjectBinder bin... method CallMethodWithResult (line 212) | private DynamicMetaObject CallMethodWithResult(string methodName, Dyna... method BuildCallMethodWithResult (line 234) | private DynamicMetaObject BuildCallMethodWithResult(string methodName,... method CallMethodReturnLast (line 290) | private DynamicMetaObject CallMethodReturnLast(string methodName, Dyna... method CallMethodNoResult (line 346) | private DynamicMetaObject CallMethodNoResult(string methodName, Dynami... method GetRestrictions (line 392) | private BindingRestrictions GetRestrictions() method GetDynamicMemberNames (line 399) | public override IEnumerable GetDynamicMemberNames() class GetBinderAdapter (line 408) | private sealed class GetBinderAdapter : GetMemberBinder method GetBinderAdapter (line 410) | internal GetBinderAdapter(InvokeMemberBinder binder) : method FallbackGetMember (line 415) | public override DynamicMetaObject FallbackGetMember(DynamicMetaObjec... FILE: Newtonsoft.Json/Utilities/DynamicReflectionDelegateFactory.cs class DynamicReflectionDelegateFactory (line 39) | internal class DynamicReflectionDelegateFactory : ReflectionDelegateFactory method CreateDynamicMethod (line 43) | private static DynamicMethod CreateDynamicMethod(string name, Type ret... method CreateMethodCall (line 52) | public override MethodCall CreateMethodCall(MethodBase m... method GenerateCreateMethodCallIL (line 62) | private void GenerateCreateMethodCallIL(MethodBase method, ILGenerator... method CreateDefaultConstructor (line 107) | public override Func CreateDefaultConstructor(Type type) method GenerateCreateDefaultConstructorIL (line 118) | private void GenerateCreateDefaultConstructorIL(Type type, ILGenerator... method CreateGet (line 141) | public override Func CreateGet(PropertyInfo propertyInfo) method GenerateCreateGetPropertyIL (line 151) | private void GenerateCreateGetPropertyIL(PropertyInfo propertyInfo, IL... method CreateGet (line 165) | public override Func CreateGet(FieldInfo fieldInfo) method GenerateCreateGetFieldIL (line 175) | private void GenerateCreateGetFieldIL(FieldInfo fieldInfo, ILGenerator... method CreateSet (line 185) | public override Action CreateSet(FieldInfo fieldInfo) method GenerateCreateSetFieldIL (line 195) | internal static void GenerateCreateSetFieldIL(FieldInfo fieldInfo, ILG... method CreateSet (line 206) | public override Action CreateSet(PropertyInfo propertyInfo) method GenerateCreateSetPropertyIL (line 216) | internal static void GenerateCreateSetPropertyIL(PropertyInfo property... FILE: Newtonsoft.Json/Utilities/DynamicUtils.cs class DynamicUtils (line 44) | internal static class DynamicUtils class BinderWrapper (line 46) | internal static class BinderWrapper method Init (line 62) | private static void Init() method CreateSharpArgumentInfoArray (line 80) | private static object CreateSharpArgumentInfoArray(params int[] values) method CreateMemberCalls (line 97) | private static void CreateMemberCalls() method GetMember (line 113) | public static CallSiteBinder GetMember(string name, Type context) method SetMember (line 124) | public static CallSiteBinder SetMember(string name, Type context) method GetDynamicMemberNames (line 140) | public static IEnumerable GetDynamicMemberNames(this IDynamicM... class NoThrowGetBinderMember (line 147) | internal class NoThrowGetBinderMember : GetMemberBinder method NoThrowGetBinderMember (line 151) | public NoThrowGetBinderMember(GetMemberBinder innerBinder) method FallbackGetMember (line 157) | public override DynamicMetaObject FallbackGetMember(DynamicMetaObject ... class NoThrowSetBinderMember (line 169) | internal class NoThrowSetBinderMember : SetMemberBinder method NoThrowSetBinderMember (line 173) | public NoThrowSetBinderMember(SetMemberBinder innerBinder) method FallbackSetMember (line 179) | public override DynamicMetaObject FallbackSetMember(DynamicMetaObject ... class NoThrowExpressionVisitor (line 191) | internal class NoThrowExpressionVisitor : ExpressionVisitor method VisitConditional (line 195) | protected override Expression VisitConditional(ConditionalExpression n... FILE: Newtonsoft.Json/Utilities/DynamicWrapper.cs class DynamicWrapperBase (line 43) | internal class DynamicWrapperBase class DynamicWrapper (line 48) | internal static class DynamicWrapper method Init (line 64) | private static void Init() method GetStrongKey (line 82) | private static byte[] GetStrongKey() method GetWrapper (line 99) | public static Type GetWrapper(Type interfaceType, Type realObjectType) method GetUnderlyingObject (line 120) | public static object GetUnderlyingObject(object wrapper) method GenerateWrapperType (line 129) | private static Type GenerateWrapperType(Type interfaceType, Type under... method CreateWrapper (line 147) | public static T CreateWrapper(object realObject) where T : class class WrapperMethodBuilder (line 158) | internal class WrapperMethodBuilder method WrapperMethodBuilder (line 163) | public WrapperMethodBuilder(Type realObjectType, TypeBuilder proxyBuil... method Generate (line 169) | public void Generate(MethodInfo newMethod) method Return (line 199) | private static void Return(ILGenerator ilGenerator) method ExecuteMethod (line 204) | private void ExecuteMethod(MethodBase newMethod, Type[] parameterTypes... method GetMethod (line 214) | private MethodInfo GetMethod(MethodBase realMethod, Type[] parameterTy... method PushParameters (line 222) | private static void PushParameters(ICollection paramete... method LoadUnderlyingObject (line 228) | private static void LoadUnderlyingObject(ILGenerator ilGenerator, Fiel... class WrapperDictionary (line 235) | internal class WrapperDictionary method GenerateKey (line 239) | private static string GenerateKey(Type interfaceType, Type realObjectT... method GetType (line 244) | public Type GetType(Type interfaceType, Type realObjectType) method SetType (line 254) | public void SetType(Type interfaceType, Type realObjectType, Type wrap... FILE: Newtonsoft.Json/Utilities/EnumUtils.cs class EnumUtils (line 38) | internal static class EnumUtils method GetFlagsValues (line 40) | public static IList GetFlagsValues(T value) where T : struct method GetNamesAndValues (line 69) | public static EnumValues GetNamesAndValues() where T : struct method GetNamesAndValues (line 79) | public static EnumValues GetNamesAndValues GetValues(Type enumType) method GetNames (line 128) | public static IList GetNames(Type enumType) FILE: Newtonsoft.Json/Utilities/EnumValue.cs class EnumValue (line 28) | internal class EnumValue where T : struct method EnumValue (line 43) | public EnumValue(string name, T value) FILE: Newtonsoft.Json/Utilities/EnumValues.cs class EnumValues (line 30) | internal class EnumValues : KeyedCollection> whe... method GetKeyForItem (line 32) | protected override string GetKeyForItem(EnumValue item) FILE: Newtonsoft.Json/Utilities/ExpressionReflectionDelegateFactory.cs class ExpressionReflectionDelegateFactory (line 33) | internal class ExpressionReflectionDelegateFactory : ReflectionDelegateF... method CreateMethodCall (line 42) | public override MethodCall CreateMethodCall(MethodBase m... method CreateDefaultConstructor (line 101) | public override Func CreateDefaultConstructor(Type type) method CreateGet (line 130) | public override Func CreateGet(PropertyInfo propertyInfo) method CreateGet (line 161) | public override Func CreateGet(FieldInfo fieldInfo) method CreateSet (line 185) | public override Action CreateSet(FieldInfo fieldInfo) method CreateSet (line 219) | public override Action CreateSet(PropertyInfo propertyInfo) method EnsureCastExpression (line 256) | private Expression EnsureCastExpression(Expression expression, Type ta... FILE: Newtonsoft.Json/Utilities/FSharpUtils.cs class FSharpUtils (line 37) | internal static class FSharpUtils method EnsureInitialized (line 58) | public static void EnsureInitialized(Assembly fsharpCoreAssembly) method CreateSeq (line 104) | public static MethodInfo CreateSeq(Type t) method CreateMap (line 111) | public static MethodInfo CreateMap(Type keyType, Type valueType) class FSharpMapCreator (line 126) | internal static class FSharpMapCreator method EnsureInitialized (line 131) | public static void EnsureInitialized(Assembly fsharpCoreAssembly) method CreateMapGeneric (line 147) | public static object CreateMapGeneric(IEnumerable CreateMethodCall(MethodBase m... method CreateDefaultConstructor (line 56) | public override Func CreateDefaultConstructor(Type type) method CreateGet (line 68) | public override Func CreateGet(PropertyInfo propertyInfo) method CreateGet (line 75) | public override Func CreateGet(FieldInfo fieldInfo) method CreateSet (line 82) | public override Action CreateSet(FieldInfo fieldInfo) method CreateSet (line 89) | public override Action CreateSet(PropertyInfo propertyInfo) FILE: Newtonsoft.Json/Utilities/LinqBridge.cs class Enumerable (line 44) | internal static partial class Enumerable method AsEnumerable (line 50) | public static IEnumerable AsEnumerable(IEnumerable Empty() method Cast (line 70) | public static IEnumerable Cast( method CastYield (line 78) | private static IEnumerable CastYield( method OfType (line 89) | public static IEnumerable OfType( method OfTypeYield (line 97) | private static IEnumerable OfTypeYield( method Range (line 111) | public static IEnumerable Range(int start, int count) method RangeYield (line 123) | private static IEnumerable RangeYield(int start, long end) method Repeat (line 133) | public static IEnumerable Repeat(TResult element, in... method RepeatYield (line 140) | private static IEnumerable RepeatYield(TResult eleme... method Where (line 150) | public static IEnumerable Where( method Where (line 164) | public static IEnumerable Where( method WhereYield (line 174) | private static IEnumerable WhereYield( method Select (line 188) | public static IEnumerable Select( method Select (line 202) | public static IEnumerable Select( method SelectYield (line 212) | private static IEnumerable SelectYield( method SelectMany (line 226) | public static IEnumerable SelectMany( method SelectMany (line 242) | public static IEnumerable SelectMany( method SelectMany (line 257) | public static IEnumerable SelectMany SelectMany SelectManyYield TakeWhile( method TakeWhile (line 316) | public static IEnumerable TakeWhile( method TakeWhileYield (line 326) | private static IEnumerable TakeWhileYield( class Futures (line 338) | private static class Futures method FirstImpl (line 348) | private static TSource FirstImpl( method First (line 367) | public static TSource First( method First (line 377) | public static TSource First( method FirstOrDefault (line 389) | public static TSource FirstOrDefault( method FirstOrDefault (line 400) | public static TSource FirstOrDefault( method LastImpl (line 411) | private static TSource LastImpl( method Last (line 437) | public static TSource Last( method Last (line 448) | public static TSource Last( method LastOrDefault (line 460) | public static TSource LastOrDefault( method LastOrDefault (line 471) | public static TSource LastOrDefault( method SingleImpl (line 482) | private static TSource SingleImpl( method Single (line 508) | public static TSource Single( method Single (line 520) | public static TSource Single( method SingleOrDefault (line 533) | public static TSource SingleOrDefault( method SingleOrDefault (line 546) | public static TSource SingleOrDefault( method ElementAt (line 557) | public static TSource ElementAt( method ElementAtOrDefault (line 585) | public static TSource ElementAtOrDefault( method Reverse (line 605) | public static IEnumerable Reverse( method ReverseYield (line 613) | private static IEnumerable ReverseYield(IEnumerable<... method Take (line 628) | public static IEnumerable Take( method Skip (line 640) | public static IEnumerable Skip( method SkipWhile (line 652) | public static IEnumerable SkipWhile( method SkipWhile (line 667) | public static IEnumerable SkipWhile( method SkipWhileYield (line 677) | private static IEnumerable SkipWhileYield( method Count (line 703) | public static int Count( method Count (line 719) | public static int Count( method LongCount (line 731) | public static long LongCount( method LongCount (line 747) | public static long LongCount( method Concat (line 758) | public static IEnumerable Concat( method ConcatYield (line 768) | private static IEnumerable ConcatYield( method ToList (line 783) | public static List ToList( method ToArray (line 795) | public static TSource[] ToArray( method Distinct (line 806) | public static IEnumerable Distinct( method Distinct (line 817) | public static IEnumerable Distinct( method DistinctYield (line 826) | private static IEnumerable DistinctYield( method ToLookup (line 858) | public static ILookup ToLookup( method ToLookup (line 871) | public static ILookup ToLookup( method ToLookup (line 885) | public static ILookup ToLookup( method ToLookup (line 899) | public static ILookup ToLookup( method GroupBy (line 933) | public static IEnumerable> GroupBy> GroupBy> GroupBy> GroupBy GroupBy( method GroupBy (line 1008) | public static IEnumerable GroupBy( method GroupBy (line 1027) | public static IEnumerable GroupBy GroupBy( method Aggregate (line 1085) | public static TAccumulate Aggregate( method Aggregate (line 1099) | public static TResult Aggregate( method Union (line 1122) | public static IEnumerable Union( method Union (line 1134) | public static IEnumerable Union( method DefaultIfEmpty (line 1148) | public static IEnumerable DefaultIfEmpty( method DefaultIfEmpty (line 1159) | public static IEnumerable DefaultIfEmpty( method DefaultIfEmptyYield (line 1168) | private static IEnumerable DefaultIfEmptyYield( method All (line 1188) | public static bool All( method Any (line 1206) | public static bool Any( method Any (line 1220) | public static bool Any( method Contains (line 1232) | public static bool Contains( method Contains (line 1244) | public static bool Contains( method SequenceEqual (line 1267) | public static bool SequenceEqual( method SequenceEqual (line 1279) | public static bool SequenceEqual( method MinMaxImpl (line 1309) | private static TSource MinMaxImpl( method MinMaxImpl (line 1323) | private static TSource? MinMaxImpl( method Min (line 1338) | public static TSource Min( method Min (line 1350) | public static TResult Min( method Max (line 1361) | public static TSource Max( method Max (line 1373) | public static TResult Max( method Renumerable (line 1390) | private static IEnumerable Renumerable(this IEnumerator e) method OrderBy (line 1404) | public static IOrderedEnumerable OrderBy( method OrderBy (line 1416) | public static IOrderedEnumerable OrderBy( method OrderByDescending (line 1431) | public static IOrderedEnumerable OrderByDescending OrderByDescending ThenBy( method ThenBy (line 1471) | public static IOrderedEnumerable ThenBy( method ThenByDescending (line 1486) | public static IOrderedEnumerable ThenByDescending ThenByDescending IntersectExceptImpl( method Intersect (line 1546) | public static IEnumerable Intersect( method Intersect (line 1558) | public static IEnumerable Intersect( method Except (line 1571) | public static IEnumerable Except( method Except (line 1583) | public static IEnumerable Except( method ToDictionary (line 1597) | public static Dictionary ToDictionary( method ToDictionary (line 1610) | public static Dictionary ToDictionary( method ToDictionary (line 1624) | public static Dictionary ToDictionary ToDictionary Join( method Join (line 1691) | public static IEnumerable Join( method GroupJoin (line 1719) | public static IEnumerable GroupJoin GroupJoin class Grouping (line 1766) | private sealed class Grouping : List, IGrouping method Grouping (line 1768) | internal Grouping(K key) method Sum (line 1783) | public static int Sum( method Sum (line 1801) | public static int Sum( method Average (line 1812) | public static double Average( method Average (line 1839) | public static double Average( method Sum (line 1851) | public static int? Sum( method Sum (line 1869) | public static int? Sum( method Average (line 1880) | public static double? Average( method Average (line 1907) | public static double? Average( method Min (line 1919) | public static int? Min( method Min (line 1932) | public static int? Min( method Max (line 1944) | public static int? Max( method Max (line 1958) | public static int? Max( method Sum (line 1969) | public static long Sum( method Sum (line 1987) | public static long Sum( method Average (line 1998) | public static double Average( method Average (line 2025) | public static double Average( method Sum (line 2037) | public static long? Sum( method Sum (line 2055) | public static long? Sum( method Average (line 2066) | public static double? Average( method Average (line 2093) | public static double? Average( method Min (line 2105) | public static long? Min( method Min (line 2118) | public static long? Min( method Max (line 2130) | public static long? Max( method Max (line 2144) | public static long? Max( method Sum (line 2155) | public static float Sum( method Sum (line 2173) | public static float Sum( method Average (line 2184) | public static float Average( method Average (line 2211) | public static float Average( method Sum (line 2223) | public static float? Sum( method Sum (line 2241) | public static float? Sum( method Average (line 2252) | public static float? Average( method Average (line 2279) | public static float? Average( method Min (line 2291) | public static float? Min( method Min (line 2304) | public static float? Min( method Max (line 2316) | public static float? Max( method Max (line 2330) | public static float? Max( method Sum (line 2341) | public static double Sum( method Sum (line 2359) | public static double Sum( method Average (line 2370) | public static double Average( method Average (line 2397) | public static double Average( method Sum (line 2409) | public static double? Sum( method Sum (line 2427) | public static double? Sum( method Average (line 2438) | public static double? Average( method Average (line 2465) | public static double? Average( method Min (line 2477) | public static double? Min( method Min (line 2490) | public static double? Min( method Max (line 2502) | public static double? Max( method Max (line 2516) | public static double? Max( method Sum (line 2527) | public static decimal Sum( method Sum (line 2545) | public static decimal Sum( method Average (line 2556) | public static decimal Average( method Average (line 2583) | public static decimal Average( method Sum (line 2595) | public static decimal? Sum( method Sum (line 2613) | public static decimal? Sum( method Average (line 2624) | public static decimal? Average( method Average (line 2651) | public static decimal? Average( method Min (line 2663) | public static decimal? Min( method Min (line 2676) | public static decimal? Min( method Max (line 2688) | public static decimal? Max( method Max (line 2702) | public static decimal? Max( class Enumerable (line 1777) | internal partial class Enumerable method AsEnumerable (line 50) | public static IEnumerable AsEnumerable(IEnumerable Empty() method Cast (line 70) | public static IEnumerable Cast( method CastYield (line 78) | private static IEnumerable CastYield( method OfType (line 89) | public static IEnumerable OfType( method OfTypeYield (line 97) | private static IEnumerable OfTypeYield( method Range (line 111) | public static IEnumerable Range(int start, int count) method RangeYield (line 123) | private static IEnumerable RangeYield(int start, long end) method Repeat (line 133) | public static IEnumerable Repeat(TResult element, in... method RepeatYield (line 140) | private static IEnumerable RepeatYield(TResult eleme... method Where (line 150) | public static IEnumerable Where( method Where (line 164) | public static IEnumerable Where( method WhereYield (line 174) | private static IEnumerable WhereYield( method Select (line 188) | public static IEnumerable Select( method Select (line 202) | public static IEnumerable Select( method SelectYield (line 212) | private static IEnumerable SelectYield( method SelectMany (line 226) | public static IEnumerable SelectMany( method SelectMany (line 242) | public static IEnumerable SelectMany( method SelectMany (line 257) | public static IEnumerable SelectMany SelectMany SelectManyYield TakeWhile( method TakeWhile (line 316) | public static IEnumerable TakeWhile( method TakeWhileYield (line 326) | private static IEnumerable TakeWhileYield( class Futures (line 338) | private static class Futures method FirstImpl (line 348) | private static TSource FirstImpl( method First (line 367) | public static TSource First( method First (line 377) | public static TSource First( method FirstOrDefault (line 389) | public static TSource FirstOrDefault( method FirstOrDefault (line 400) | public static TSource FirstOrDefault( method LastImpl (line 411) | private static TSource LastImpl( method Last (line 437) | public static TSource Last( method Last (line 448) | public static TSource Last( method LastOrDefault (line 460) | public static TSource LastOrDefault( method LastOrDefault (line 471) | public static TSource LastOrDefault( method SingleImpl (line 482) | private static TSource SingleImpl( method Single (line 508) | public static TSource Single( method Single (line 520) | public static TSource Single( method SingleOrDefault (line 533) | public static TSource SingleOrDefault( method SingleOrDefault (line 546) | public static TSource SingleOrDefault( method ElementAt (line 557) | public static TSource ElementAt( method ElementAtOrDefault (line 585) | public static TSource ElementAtOrDefault( method Reverse (line 605) | public static IEnumerable Reverse( method ReverseYield (line 613) | private static IEnumerable ReverseYield(IEnumerable<... method Take (line 628) | public static IEnumerable Take( method Skip (line 640) | public static IEnumerable Skip( method SkipWhile (line 652) | public static IEnumerable SkipWhile( method SkipWhile (line 667) | public static IEnumerable SkipWhile( method SkipWhileYield (line 677) | private static IEnumerable SkipWhileYield( method Count (line 703) | public static int Count( method Count (line 719) | public static int Count( method LongCount (line 731) | public static long LongCount( method LongCount (line 747) | public static long LongCount( method Concat (line 758) | public static IEnumerable Concat( method ConcatYield (line 768) | private static IEnumerable ConcatYield( method ToList (line 783) | public static List ToList( method ToArray (line 795) | public static TSource[] ToArray( method Distinct (line 806) | public static IEnumerable Distinct( method Distinct (line 817) | public static IEnumerable Distinct( method DistinctYield (line 826) | private static IEnumerable DistinctYield( method ToLookup (line 858) | public static ILookup ToLookup( method ToLookup (line 871) | public static ILookup ToLookup( method ToLookup (line 885) | public static ILookup ToLookup( method ToLookup (line 899) | public static ILookup ToLookup( method GroupBy (line 933) | public static IEnumerable> GroupBy> GroupBy> GroupBy> GroupBy GroupBy( method GroupBy (line 1008) | public static IEnumerable GroupBy( method GroupBy (line 1027) | public static IEnumerable GroupBy GroupBy( method Aggregate (line 1085) | public static TAccumulate Aggregate( method Aggregate (line 1099) | public static TResult Aggregate( method Union (line 1122) | public static IEnumerable Union( method Union (line 1134) | public static IEnumerable Union( method DefaultIfEmpty (line 1148) | public static IEnumerable DefaultIfEmpty( method DefaultIfEmpty (line 1159) | public static IEnumerable DefaultIfEmpty( method DefaultIfEmptyYield (line 1168) | private static IEnumerable DefaultIfEmptyYield( method All (line 1188) | public static bool All( method Any (line 1206) | public static bool Any( method Any (line 1220) | public static bool Any( method Contains (line 1232) | public static bool Contains( method Contains (line 1244) | public static bool Contains( method SequenceEqual (line 1267) | public static bool SequenceEqual( method SequenceEqual (line 1279) | public static bool SequenceEqual( method MinMaxImpl (line 1309) | private static TSource MinMaxImpl( method MinMaxImpl (line 1323) | private static TSource? MinMaxImpl( method Min (line 1338) | public static TSource Min( method Min (line 1350) | public static TResult Min( method Max (line 1361) | public static TSource Max( method Max (line 1373) | public static TResult Max( method Renumerable (line 1390) | private static IEnumerable Renumerable(this IEnumerator e) method OrderBy (line 1404) | public static IOrderedEnumerable OrderBy( method OrderBy (line 1416) | public static IOrderedEnumerable OrderBy( method OrderByDescending (line 1431) | public static IOrderedEnumerable OrderByDescending OrderByDescending ThenBy( method ThenBy (line 1471) | public static IOrderedEnumerable ThenBy( method ThenByDescending (line 1486) | public static IOrderedEnumerable ThenByDescending ThenByDescending IntersectExceptImpl( method Intersect (line 1546) | public static IEnumerable Intersect( method Intersect (line 1558) | public static IEnumerable Intersect( method Except (line 1571) | public static IEnumerable Except( method Except (line 1583) | public static IEnumerable Except( method ToDictionary (line 1597) | public static Dictionary ToDictionary( method ToDictionary (line 1610) | public static Dictionary ToDictionary( method ToDictionary (line 1624) | public static Dictionary ToDictionary ToDictionary Join( method Join (line 1691) | public static IEnumerable Join( method GroupJoin (line 1719) | public static IEnumerable GroupJoin GroupJoin class Grouping (line 1766) | private sealed class Grouping : List, IGrouping method Grouping (line 1768) | internal Grouping(K key) method Sum (line 1783) | public static int Sum( method Sum (line 1801) | public static int Sum( method Average (line 1812) | public static double Average( method Average (line 1839) | public static double Average( method Sum (line 1851) | public static int? Sum( method Sum (line 1869) | public static int? Sum( method Average (line 1880) | public static double? Average( method Average (line 1907) | public static double? Average( method Min (line 1919) | public static int? Min( method Min (line 1932) | public static int? Min( method Max (line 1944) | public static int? Max( method Max (line 1958) | public static int? Max( method Sum (line 1969) | public static long Sum( method Sum (line 1987) | public static long Sum( method Average (line 1998) | public static double Average( method Average (line 2025) | public static double Average( method Sum (line 2037) | public static long? Sum( method Sum (line 2055) | public static long? Sum( method Average (line 2066) | public static double? Average( method Average (line 2093) | public static double? Average( method Min (line 2105) | public static long? Min( method Min (line 2118) | public static long? Min( method Max (line 2130) | public static long? Max( method Max (line 2144) | public static long? Max( method Sum (line 2155) | public static float Sum( method Sum (line 2173) | public static float Sum( method Average (line 2184) | public static float Average( method Average (line 2211) | public static float Average( method Sum (line 2223) | public static float? Sum( method Sum (line 2241) | public static float? Sum( method Average (line 2252) | public static float? Average( method Average (line 2279) | public static float? Average( method Min (line 2291) | public static float? Min( method Min (line 2304) | public static float? Min( method Max (line 2316) | public static float? Max( method Max (line 2330) | public static float? Max( method Sum (line 2341) | public static double Sum( method Sum (line 2359) | public static double Sum( method Average (line 2370) | public static double Average( method Average (line 2397) | public static double Average( method Sum (line 2409) | public static double? Sum( method Sum (line 2427) | public static double? Sum( method Average (line 2438) | public static double? Average( method Average (line 2465) | public static double? Average( method Min (line 2477) | public static double? Min( method Min (line 2490) | public static double? Min( method Max (line 2502) | public static double? Max( method Max (line 2516) | public static double? Max( method Sum (line 2527) | public static decimal Sum( method Sum (line 2545) | public static decimal Sum( method Average (line 2556) | public static decimal Average( method Average (line 2583) | public static decimal Average( method Sum (line 2595) | public static decimal? Sum( method Sum (line 2613) | public static decimal? Sum( method Average (line 2624) | public static decimal? Average( method Average (line 2651) | public static decimal? Average( method Min (line 2663) | public static decimal? Min( method Min (line 2676) | public static decimal? Min( method Max (line 2688) | public static decimal? Max( method Max (line 2702) | public static decimal? Max( type IGrouping (line 2713) | internal partial interface IGrouping : IEnumerable : IEnumerable : IEnumerable CreateOrderedEnumerable( class Lookup (line 2751) | internal sealed class Lookup : ILookup method Lookup (line 2755) | internal Lookup(IEqualityComparer comparer) method Add (line 2760) | internal void Add(IGrouping item) method Find (line 2765) | internal IEnumerable Find(TKey key) method Contains (line 2797) | public bool Contains(TKey key) method ApplyResultSelector (line 2807) | public IEnumerable ApplyResultSelector( method GetEnumerator (line 2821) | public IEnumerator> GetEnumerator() method GetEnumerator (line 2826) | IEnumerator IEnumerable.GetEnumerator() class OrderedEnumerable (line 2832) | internal sealed class OrderedEnumerable : IOrderedEnumerable method OrderedEnumerable (line 2837) | public OrderedEnumerable(IEnumerable source, method OrderedEnumerable (line 2843) | private OrderedEnumerable(IEnumerable source, List> c... method CreateOrderedEnumerable (line 2862) | public IOrderedEnumerable CreateOrderedEnumerable( method GetEnumerator (line 2868) | public IEnumerator GetEnumerator() method TagPosition (line 2914) | private static Tuple TagPosition(T e, int i) method GetFirst (line 2925) | private static T GetFirst(Tuple pv) method GetEnumerator (line 2930) | IEnumerator IEnumerable.GetEnumerator() type Tuple (line 2936) | [Serializable] method Tuple (line 2942) | public Tuple(TFirst first, TSecond second) method Equals (line 2949) | public override bool Equals(object obj) method Equals (line 2956) | public bool Equals(Tuple other) method GetHashCode (line 2962) | public override int GetHashCode() method ToString (line 2969) | public override string ToString() class ExtensionAttribute (line 3010) | [AttributeUsage(AttributeTargets.Method | AttributeTargets.Class | Attri... FILE: Newtonsoft.Json/Utilities/MathUtils.cs class MathUtils (line 32) | internal static class MathUtils method IntLength (line 34) | public static int IntLength(ulong i) method IntToHex (line 66) | public static char IntToHex(int n) method Min (line 74) | public static int? Min(int? val1, int? val2) method Max (line 84) | public static int? Max(int? val1, int? val2) method Max (line 94) | public static double? Max(double? val1, double? val2) method ApproxEquals (line 104) | public static bool ApproxEquals(double d1, double d2) FILE: Newtonsoft.Json/Utilities/MiscellaneousUtils.cs class MiscellaneousUtils (line 38) | internal static class MiscellaneousUtils method ValueEquals (line 40) | public static bool ValueEquals(object objA, object objB) method CreateArgumentOutOfRangeException (line 64) | public static ArgumentOutOfRangeException CreateArgumentOutOfRangeExce... method ToString (line 71) | public static string ToString(object value) method ByteArrayCompare (line 79) | public static int ByteArrayCompare(byte[] a1, byte[] a2) method GetPrefix (line 95) | public static string GetPrefix(string qualifiedName) method GetLocalName (line 104) | public static string GetLocalName(string qualifiedName) method GetQualifiedNameParts (line 113) | public static void GetQualifiedNameParts(string qualifiedName, out str... method FormatValueForPrint (line 129) | internal static string FormatValueForPrint(object value) FILE: Newtonsoft.Json/Utilities/ReflectionDelegateFactory.cs class ReflectionDelegateFactory (line 37) | internal abstract class ReflectionDelegateFactory method CreateGet (line 39) | public Func CreateGet(MemberInfo memberInfo) method CreateSet (line 52) | public Action CreateSet(MemberInfo memberInfo) method CreateMethodCall (line 65) | public abstract MethodCall CreateMethodCall(MethodBase m... method CreateDefaultConstructor (line 66) | public abstract Func CreateDefaultConstructor(Type type); method CreateGet (line 67) | public abstract Func CreateGet(PropertyInfo propertyInfo); method CreateGet (line 68) | public abstract Func CreateGet(FieldInfo fieldInfo); method CreateSet (line 69) | public abstract Action CreateSet(FieldInfo fieldInfo); method CreateSet (line 70) | public abstract Action CreateSet(PropertyInfo propertyIn... FILE: Newtonsoft.Json/Utilities/ReflectionUtils.cs type MemberTypes (line 47) | internal enum MemberTypes type BindingFlags (line 58) | [Flags] class ReflectionUtils (line 84) | internal static class ReflectionUtils method ReflectionUtils (line 88) | static ReflectionUtils() method IsVirtual (line 97) | public static bool IsVirtual(this PropertyInfo propertyInfo) method GetBaseDefinition (line 112) | public static MethodInfo GetBaseDefinition(this PropertyInfo propertyI... method IsPublic (line 127) | public static bool IsPublic(PropertyInfo property) method GetObjectType (line 137) | public static Type GetObjectType(object v) method GetTypeName (line 142) | public static string GetTypeName(Type t, FormatterAssemblyStyle assemb... method RemoveAssemblyDetails (line 171) | private static string RemoveAssemblyDetails(string fullyQualifiedTypeN... method HasDefaultConstructor (line 214) | public static bool HasDefaultConstructor(Type t, bool nonPublic) method GetDefaultConstructor (line 224) | public static ConstructorInfo GetDefaultConstructor(Type t) method GetDefaultConstructor (line 229) | public static ConstructorInfo GetDefaultConstructor(Type t, bool nonPu... method IsNullable (line 238) | public static bool IsNullable(Type t) method IsNullableType (line 248) | public static bool IsNullableType(Type t) method EnsureNotNullableType (line 255) | public static Type EnsureNotNullableType(Type t) method IsGenericDefinition (line 262) | public static bool IsGenericDefinition(Type type, Type genericInterfac... method ImplementsGenericDefinition (line 271) | public static bool ImplementsGenericDefinition(Type type, Type generic... method ImplementsGenericDefinition (line 277) | public static bool ImplementsGenericDefinition(Type type, Type generic... method InheritsGenericDefinition (line 317) | public static bool InheritsGenericDefinition(Type type, Type genericCl... method InheritsGenericDefinition (line 323) | public static bool InheritsGenericDefinition(Type type, Type genericCl... method InheritsGenericDefinitionInternal (line 334) | private static bool InheritsGenericDefinitionInternal(Type currentType... method GetCollectionItemType (line 361) | public static Type GetCollectionItemType(Type type) method GetDictionaryKeyValueTypes (line 387) | public static void GetDictionaryKeyValueTypes(Type dictionaryType, out... method GetMemberUnderlyingType (line 420) | public static Type GetMemberUnderlyingType(MemberInfo member) method IsIndexedProperty (line 444) | public static bool IsIndexedProperty(MemberInfo member) method IsIndexedProperty (line 463) | public static bool IsIndexedProperty(PropertyInfo property) method GetMemberValue (line 476) | public static object GetMemberValue(MemberInfo member, object target) method SetMemberValue (line 505) | public static void SetMemberValue(MemberInfo member, object target, ob... method CanReadMemberValue (line 531) | public static bool CanReadMemberValue(MemberInfo member, bool nonPublic) method CanSetMemberValue (line 565) | public static bool CanSetMemberValue(MemberInfo member, bool nonPublic... method GetFieldsAndProperties (line 592) | public static List GetFieldsAndProperties(Type type, Bindi... method IsOverridenGenericMember (line 635) | private static bool IsOverridenGenericMember(MemberInfo memberInfo, Bi... method GetAttribute (line 660) | public static T GetAttribute(object attributeProvider) where T : At... method GetAttribute (line 665) | public static T GetAttribute(object attributeProvider, bool inherit... method GetAttributes (line 673) | public static T[] GetAttributes(object attributeProvider, bool inhe... method GetAttributes (line 705) | public static T[] GetAttributes(object provider, bool inherit) wher... method SplitFullyQualifiedTypeName (line 726) | public static void SplitFullyQualifiedTypeName(string fullyQualifiedTy... method GetAssemblyDelimiterIndex (line 742) | private static int? GetAssemblyDelimiterIndex(string fullyQualifiedTyp... method GetMemberInfoFromType (line 768) | public static MemberInfo GetMemberInfoFromType(Type targetType, Member... method GetFields (line 785) | public static IEnumerable GetFields(Type targetType, Bindin... method GetChildPrivateFields (line 799) | private static void GetChildPrivateFields(IList initialFie... method GetProperties (line 819) | public static IEnumerable GetProperties(Type targetType,... method RemoveFlag (line 840) | public static BindingFlags RemoveFlag(this BindingFlags bindingAttr, B... method GetChildPrivateProperties (line 847) | private static void GetChildPrivateProperties(IList init... method IsMethodOverridden (line 907) | public static bool IsMethodOverridden(Type currentType, Type methodDec... method GetDefaultValue (line 920) | public static object GetDefaultValue(Type type) FILE: Newtonsoft.Json/Utilities/StringBuffer.cs class StringBuffer (line 33) | internal class StringBuffer method StringBuffer (line 46) | public StringBuffer() method StringBuffer (line 51) | public StringBuffer(int initalSize) method Append (line 56) | public void Append(char value) method Append (line 66) | public void Append(char[] buffer, int startIndex, int count) method Clear (line 76) | public void Clear() method EnsureSize (line 82) | private void EnsureSize(int appendLength) method ToString (line 91) | public override string ToString() method ToString (line 96) | public string ToString(int start, int length) method GetInternalBuffer (line 102) | public char[] GetInternalBuffer() FILE: Newtonsoft.Json/Utilities/StringReference.cs type StringReference (line 28) | internal struct StringReference method StringReference (line 49) | public StringReference(char[] chars, int startIndex, int length) method ToString (line 56) | public override string ToString() FILE: Newtonsoft.Json/Utilities/StringUtils.cs class StringUtils (line 40) | internal static class StringUtils method FormatWith (line 48) | public static string FormatWith(this string format, IFormatProvider pr... method FormatWith (line 53) | public static string FormatWith(this string format, IFormatProvider pr... method FormatWith (line 58) | public static string FormatWith(this string format, IFormatProvider pr... method FormatWith (line 63) | public static string FormatWith(this string format, IFormatProvider pr... method IsWhiteSpace (line 77) | public static bool IsWhiteSpace(string s) method NullEmptyString (line 99) | public static string NullEmptyString(string s) method CreateStringWriter (line 104) | public static StringWriter CreateStringWriter(int capacity) method GetLength (line 112) | public static int? GetLength(string value) method ToCharAsUnicode (line 120) | public static void ToCharAsUnicode(char c, char[] buffer) method ForgivingCaseSensitiveFind (line 130) | public static TSource ForgivingCaseSensitiveFind(this IEnumer... method ToCamelCase (line 150) | public static string ToCamelCase(string s) method IsHighSurrogate (line 183) | public static bool IsHighSurrogate(char c) method IsLowSurrogate (line 192) | public static bool IsLowSurrogate(char c) FILE: Newtonsoft.Json/Utilities/ThreadSafeStore.cs class ThreadSafeStore (line 36) | internal class ThreadSafeStore method ThreadSafeStore (line 42) | public ThreadSafeStore(Func creator) method Get (line 51) | public TValue Get(TKey key) method AddValue (line 60) | private TValue AddValue(TKey key) FILE: Newtonsoft.Json/Utilities/TypeExtensions.cs class TypeExtensions (line 37) | internal static class TypeExtensions method GetGetMethod (line 42) | public static MethodInfo GetGetMethod(this PropertyInfo propertyInfo) method GetGetMethod (line 47) | public static MethodInfo GetGetMethod(this PropertyInfo propertyInfo, ... method GetSetMethod (line 56) | public static MethodInfo GetSetMethod(this PropertyInfo propertyInfo) method GetSetMethod (line 61) | public static MethodInfo GetSetMethod(this PropertyInfo propertyInfo, ... method IsSubclassOf (line 70) | public static bool IsSubclassOf(this Type type, Type c) method IsAssignableFrom (line 75) | public static bool IsAssignableFrom(this Type type, Type c) method Method (line 81) | public static MethodInfo Method(this Delegate d) method MemberType (line 90) | public static MemberTypes MemberType(this MemberInfo memberInfo) method ContainsGenericParameters (line 108) | public static bool ContainsGenericParameters(this Type type) method IsInterface (line 117) | public static bool IsInterface(this Type type) method IsGenericType (line 126) | public static bool IsGenericType(this Type type) method IsGenericTypeDefinition (line 135) | public static bool IsGenericTypeDefinition(this Type type) method BaseType (line 144) | public static Type BaseType(this Type type) method Assembly (line 153) | public static Assembly Assembly(this Type type) method IsEnum (line 162) | public static bool IsEnum(this Type type) method IsClass (line 171) | public static bool IsClass(this Type type) method IsSealed (line 180) | public static bool IsSealed(this Type type) method GetProperty (line 190) | public static PropertyInfo GetProperty(this Type type, string name, Bi... method GetMember (line 210) | public static IEnumerable GetMember(this Type type, string... method GetBaseDefinition (line 225) | public static MethodInfo GetBaseDefinition(this MethodInfo method) method IsDefined (line 232) | public static bool IsDefined(this Type type, Type attributeType, bool ... method GetMethod (line 237) | public static MethodInfo GetMethod(this Type type, string name) method GetMethod (line 242) | public static MethodInfo GetMethod(this Type type, string name, Bindin... method GetMethod (line 247) | public static MethodInfo GetMethod(this Type type, IList paramet... method GetMethod (line 252) | public static MethodInfo GetMethod(this Type type, string name, IList<... method GetMethod (line 257) | public static MethodInfo GetMethod(this Type type, string name, Bindin... method GetProperty (line 271) | public static PropertyInfo GetProperty(this Type type, string name, Bi... method GetMember (line 289) | public static IEnumerable GetMember(this Type type, string... method GetConstructors (line 304) | public static IEnumerable GetConstructors(this Type t... method GetConstructors (line 309) | public static IEnumerable GetConstructors(this Type t... method GetConstructors (line 314) | private static IEnumerable GetConstructors(this Type ... method GetConstructor (line 328) | public static ConstructorInfo GetConstructor(this Type type, IList GetProperties(this Type type, ... method GetMembersRecursive (line 367) | private static IList GetMembersRecursive(this TypeInfo type) method GetPropertiesRecursive (line 384) | private static IList GetPropertiesRecursive(this TypeInf... method GetFieldsRecursive (line 401) | private static IList GetFieldsRecursive(this TypeInfo type) method GetMethods (line 418) | public static IEnumerable GetMethods(this Type type, Bindi... method GetProperty (line 423) | public static PropertyInfo GetProperty(this Type type, string name) method GetProperty (line 428) | public static PropertyInfo GetProperty(this Type type, string name, Bi... method GetFields (line 433) | public static IEnumerable GetFields(this Type type) method GetFields (line 438) | public static IEnumerable GetFields(this Type type, Binding... method TestAccessibility (line 447) | private static bool TestAccessibility(PropertyInfo member, BindingFlag... method TestAccessibility (line 458) | private static bool TestAccessibility(MemberInfo member, BindingFlags ... method TestAccessibility (line 476) | private static bool TestAccessibility(FieldInfo member, BindingFlags b... method TestAccessibility (line 487) | private static bool TestAccessibility(MethodBase member, BindingFlags ... method GetGenericArguments (line 498) | public static Type[] GetGenericArguments(this Type type) method GetInterfaces (line 503) | public static IEnumerable GetInterfaces(this Type type) method GetMethods (line 508) | public static IEnumerable GetMethods(this Type type) method IsAbstract (line 514) | public static bool IsAbstract(this Type type) method IsVisible (line 523) | public static bool IsVisible(this Type type) method IsValueType (line 532) | public static bool IsValueType(this Type type) method AssignableToTypeName (line 541) | public static bool AssignableToTypeName(this Type type, string fullTyp... method AssignableToTypeName (line 569) | public static bool AssignableToTypeName(this Type type, string fullTyp... method GetGenericMethod (line 575) | public static MethodInfo GetGenericMethod(this Type type, string name,... method HasParameters (line 588) | public static bool HasParameters(this MethodInfo method, params Type[]... method GetAllInterfaces (line 602) | public static IEnumerable GetAllInterfaces(this Type target) method GetAllMethods (line 614) | public static IEnumerable GetAllMethods(this Type target) FILE: Newtonsoft.Json/Utilities/ValidationUtils.cs class ValidationUtils (line 34) | internal static class ValidationUtils method ArgumentNotNullOrEmpty (line 36) | public static void ArgumentNotNullOrEmpty(string value, string paramet... method ArgumentTypeIsEnum (line 45) | public static void ArgumentTypeIsEnum(Type enumType, string parameterN... method ArgumentNotNull (line 53) | public static void ArgumentNotNull(object value, string parameterName) FILE: Newtonsoft.Json/WriteState.cs type WriteState (line 33) | public enum WriteState FILE: PipelineExtensions/ByteImporter.cs class ByteImporter (line 11) | [ContentImporter(".*", DisplayName = "Byte Importer", DefaultProcessor =... method Import (line 14) | public override byte[] Import(string filename, ContentImporterContext ... FILE: PipelineExtensions/CubemapProcessor.cs class CubemapProcessor (line 24) | [ContentProcessor] method Process (line 32) | public override TextureCubeContent Process(TextureContent input, method MirrorBitmap (line 71) | static PixelBitmapContent MirrorBitmap(PixelBitmapContent source, method CreateTopFace (line 131) | static BitmapContent CreateTopFace(PixelBitmapContent source) method CreateBottomFace (line 153) | static BitmapContent CreateBottomFace(PixelBitmapContent source) method ScaleTrapezoid (line 175) | static void ScaleTrapezoid(PixelBitmapContent source, method BlurCubemapFace (line 230) | static BitmapContent BlurCubemapFace(PixelBitmapContent source) method ApplyBlurPass (line 262) | static void ApplyBlurPass(PixelBitmapContent source, FILE: PipelineExtensions/CustomModelProcessor.cs class CustomModelProcessor (line 33) | [ContentProcessor(DisplayName="Lemma Model Processor")] method Process (line 109) | public override ModelContent Process(NodeContent input, ContentProcess... method LookUpNormalMapAndAddToTextures (line 126) | private void LookUpNormalMapAndAddToTextures(NodeContent node) method ProcessVertexChannel (line 180) | protected override void ProcessVertexChannel(GeometryContent geometry,... method ConvertMaterial (line 193) | protected override MaterialContent ConvertMaterial(MaterialContent mat... FILE: PipelineExtensions/SkinnedModelImporter.cs class SkinnedModelImporter (line 61) | [ContentImporter(".fbx", DisplayName = "Multi-take FBX Importer", Defaul... method Import (line 69) | public override TImport Import(string filename, ContentImporterContext... method AppendAnimation (line 96) | private void AppendAnimation(NodeContent masternode, NodeContent animn... method ExtractAnimations (line 114) | private void ExtractAnimations(string filename) method CreateTempFile (line 163) | private void CreateTempFile(string filename, string[] data) method DeleteTempFiles (line 182) | private void DeleteTempFiles() FILE: PipelineExtensions/SkinnedModelProcessor.cs class SkinnedModelProcessor (line 29) | [ContentProcessor(DisplayName = "Lemma Skinned Model Processor")] method Process (line 53) | public override ModelContent Process(NodeContent input, ContentProcess... method ProcessAnimations (line 109) | static Dictionary ProcessAnimations(AnimationContentDict... method ProcessAnimation (line 142) | static Clip ProcessAnimation(AnimationContent animation, Dictionary method Channel (line 12) | public Channel() FILE: SkinnedModel/Clip.cs class Clip (line 24) | public class Clip method Clip (line 29) | public Clip(IEnumerable channels) method Clip (line 59) | private Clip() method GetChannel (line 132) | public Channel GetChannel(int boneIndex) FILE: SkinnedModel/Keyframe.cs class Keyframe (line 21) | public class Keyframe method Keyframe (line 26) | public Keyframe(TimeSpan time, Matrix transform) method Keyframe (line 35) | private Keyframe() FILE: SkinnedModel/SkinningData.cs class SkinningData (line 22) | public class SkinningData method SkinningData (line 27) | public SkinningData(Dictionary boneMap, Dictionary method GetAuxBusID (line 19) | public uint GetAuxBusID() method GetAuxSendValueForPosition (line 24) | public virtual float GetAuxSendValueForPosition(Vector3 in_pos) method Awake (line 29) | public override void Awake() FILE: Wwise/AkAuxSendAware.cs class AkAuxSendAware (line 16) | public class AkAuxSendAware : Component, IUpdateableComponent method Awake (line 27) | public override void Awake() method AddAuxSend (line 52) | void AddAuxSend(Entity in_AuxSendObject) method Update (line 63) | public void Update(float dt) method UpdateAuxSend (line 78) | void UpdateAuxSend() FILE: Wwise/AkBankPath.cs class AkBankPath (line 21) | public class AkBankPath method AkBankPath (line 28) | static AkBankPath () method UsePosixPath (line 33) | public static void UsePosixPath() { isToUsePosixPathSeparator = true; } method UsePlatformSpecificPath (line 34) | public static void UsePlatformSpecificPath() { isToUsePosixPathSeparat... method SetToAppendTrailingPathSeparator (line 36) | public static void SetToAppendTrailingPathSeparator(bool add) { isToAp... method Exists (line 39) | public static bool Exists(string path) method GetDefaultPath (line 46) | public static string GetDefaultPath() { return defaultBasePath; } method GetFullBasePath (line 48) | public static string GetFullBasePath() method GetPlatformBasePath (line 71) | public static string GetPlatformBasePath() method GetPlatformSubDirectory (line 83) | static public string GetPlatformSubDirectory() method LazyConvertPathConvention (line 95) | public static void LazyConvertPathConvention(ref string path) method ConvertToWindowsPath (line 112) | public static void ConvertToWindowsPath(ref string path) method ConvertToWindowsCommandPath (line 119) | public static void ConvertToWindowsCommandPath(ref string path) method ConvertToPosixPath (line 127) | public static void ConvertToPosixPath(ref string path) method LazyAppendTrailingSeparator (line 134) | public static void LazyAppendTrailingSeparator(ref string path) FILE: Wwise/AkGameObject.cs class AkGameObject (line 12) | public class AkGameObject : ComponentBind.Component method Awake (line 14) | public override void Awake() method Update (line 25) | public virtual void Update() method delete (line 47) | public override void delete() FILE: Wwise/AkGameObjectTracker.cs class AkGameObjectTracker (line 12) | public class AkGameObjectTracker : AkGameObject method HasMovedInLastFrame (line 19) | public bool HasMovedInLastFrame() method Awake (line 28) | public override void Awake() method AuxSend (line 34) | public void AuxSend(AkAuxSendArray aux, uint count) method Update (line 39) | public override void Update() FILE: Wwise/AkGlobalSoundEngineInitializer.cs class AkGlobalSoundEngineInitializer (line 19) | public class AkGlobalSoundEngineInitializer : Component method GetBasePath (line 30) | public static string GetBasePath() method GetCurrentLanguage (line 35) | public static string GetCurrentLanguage() method AkGlobalSoundEngineInitializer (line 40) | public AkGlobalSoundEngineInitializer(string basePath) method delete (line 133) | public override void delete() method InitalizeAndroidSoundBankIO (line 141) | private bool InitalizeAndroidSoundBankIO() method OnApplicationFocus (line 210) | void OnApplicationFocus(bool focus) method OnApplicationPause (line 236) | void OnApplicationPause(bool pause) method AppInterruptCallback (line 241) | public static AKRESULT AppInterruptCallback(int in_iEnterInterruption,... method OnGUI (line 252) | void OnGUI() FILE: Wwise/AkGlobalSoundEngineTerminator.cs class AkGlobalSoundEngineTerminator (line 18) | public class AkGlobalSoundEngineTerminator : Component method Awake (line 22) | public override void Awake() method delete (line 32) | public override void delete() method Terminate (line 38) | public void Terminate() FILE: Wwise/AkInMemBankLoader.cs class AkBankLoader (line 14) | public class AkBankLoader method GetNonLocalizedBankPath (line 16) | public static string GetNonLocalizedBankPath(string filename) method GetLocalizedBankPath (line 21) | public static string GetLocalizedBankPath(string filename) method LoadBank (line 26) | public static AKRESULT LoadBank(string in_bankPath) FILE: Wwise/AkListener.cs class AkListener (line 13) | public class AkListener : Component, IUpdateableComponent method Update (line 24) | public void Update(float dt) FILE: Wwise/Generated/Common/AKRESULT.cs type AKRESULT (line 11) | public enum AKRESULT { FILE: Wwise/Generated/Common/AkActionOnEventType.cs type AkActionOnEventType (line 11) | public enum AkActionOnEventType { FILE: Wwise/Generated/Common/AkArrayAllocatorAlignedSimd.cs class AkArrayAllocatorAlignedSimd (line 14) | public class AkArrayAllocatorAlignedSimd : IDisposable { method AkArrayAllocatorAlignedSimd (line 18) | internal AkArrayAllocatorAlignedSimd(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkArrayAllocatorAlignedSimd obj) { method Dispose (line 31) | public virtual void Dispose() { method Alloc (line 44) | public static IntPtr Alloc(int in_poolId, uint in_uSize) { return AkSo... method Free (line 46) | public static void Free(int in_poolId, IntPtr in_pAddress) { method AkArrayAllocatorAlignedSimd (line 51) | public AkArrayAllocatorAlignedSimd() : this(AkSoundEnginePINVOKE.CShar... FILE: Wwise/Generated/Common/AkArrayAllocatorDefault.cs class AkArrayAllocatorDefault (line 14) | public class AkArrayAllocatorDefault : IDisposable { method AkArrayAllocatorDefault (line 18) | internal AkArrayAllocatorDefault(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkArrayAllocatorDefault obj) { method Dispose (line 31) | public virtual void Dispose() { method Alloc (line 44) | public static IntPtr Alloc(int in_poolId, uint in_uSize) { return AkSo... method Free (line 46) | public static void Free(int in_poolId, IntPtr in_pAddress) { method AkArrayAllocatorDefault (line 51) | public AkArrayAllocatorDefault() : this(AkSoundEnginePINVOKE.CSharp_ne... FILE: Wwise/Generated/Common/AkAuxSendValue.cs class AkAuxSendValue (line 14) | public class AkAuxSendValue : IDisposable { method AkAuxSendValue (line 18) | internal AkAuxSendValue(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkAuxSendValue obj) { method Dispose (line 31) | public virtual void Dispose() { FILE: Wwise/Generated/Common/AkBankContent.cs type AkBankContent (line 11) | public enum AkBankContent { FILE: Wwise/Generated/Common/AkCallbackSerializer.cs class AkCallbackSerializer (line 14) | public class AkCallbackSerializer : IDisposable { method AkCallbackSerializer (line 18) | internal AkCallbackSerializer(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkCallbackSerializer obj) { method Dispose (line 31) | public virtual void Dispose() { method Init (line 44) | public static AKRESULT Init(IntPtr in_pMemory, uint in_uSize) { method Term (line 50) | public static void Term() { method Lock (line 55) | public static IntPtr Lock() { return AkSoundEnginePINVOKE.CSharp_AkCal... method SetLocalOutput (line 57) | public static void SetLocalOutput(uint in_uErrorLevel) { method Unlock (line 62) | public static void Unlock() { method AkCallbackSerializer (line 67) | public AkCallbackSerializer() : this(AkSoundEnginePINVOKE.CSharp_new_A... FILE: Wwise/Generated/Common/AkCallbackType.cs type AkCallbackType (line 11) | public enum AkCallbackType { FILE: Wwise/Generated/Common/AkChannelOrdering.cs type AkChannelOrdering (line 11) | public enum AkChannelOrdering { FILE: Wwise/Generated/Common/AkCurveInterpolation.cs type AkCurveInterpolation (line 11) | public enum AkCurveInterpolation { FILE: Wwise/Generated/Common/AkDeviceSettings.cs class AkDeviceSettings (line 14) | public class AkDeviceSettings : IDisposable { method AkDeviceSettings (line 18) | internal AkDeviceSettings(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkDeviceSettings obj) { method Dispose (line 31) | public virtual void Dispose() { method AkDeviceSettings (line 151) | public AkDeviceSettings() : this(AkSoundEnginePINVOKE.CSharp_new_AkDev... FILE: Wwise/Generated/Common/AkExternalSourceInfo.cs class AkExternalSourceInfo (line 14) | public class AkExternalSourceInfo : IDisposable { method AkExternalSourceInfo (line 18) | internal AkExternalSourceInfo(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkExternalSourceInfo obj) { method Dispose (line 31) | public virtual void Dispose() { method AkExternalSourceInfo (line 90) | public AkExternalSourceInfo() : this(AkSoundEnginePINVOKE.CSharp_new_A... method AkExternalSourceInfo (line 93) | public AkExternalSourceInfo(IntPtr in_pInMemory, uint in_uiMemorySize,... method AkExternalSourceInfo (line 96) | public AkExternalSourceInfo(string in_pszFileName, uint in_iExternalSr... method AkExternalSourceInfo (line 99) | public AkExternalSourceInfo(uint in_idFile, uint in_iExternalSrcCookie... FILE: Wwise/Generated/Common/AkGroupType.cs type AkGroupType (line 11) | public enum AkGroupType { FILE: Wwise/Generated/Common/AkInitSettings.cs class AkInitSettings (line 14) | public class AkInitSettings : IDisposable { method AkInitSettings (line 18) | internal AkInitSettings(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkInitSettings obj) { method Dispose (line 31) | public virtual void Dispose() { method AkInitSettings (line 192) | public AkInitSettings() : this(AkSoundEnginePINVOKE.CSharp_new_AkInitS... FILE: Wwise/Generated/Common/AkListenerPosition.cs class AkListenerPosition (line 14) | public class AkListenerPosition : IDisposable { method AkListenerPosition (line 18) | internal AkListenerPosition(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkListenerPosition obj) { method Dispose (line 31) | public virtual void Dispose() { method AkListenerPosition (line 77) | public AkListenerPosition() : this(AkSoundEnginePINVOKE.CSharp_new_AkL... FILE: Wwise/Generated/Common/AkMemSettings.cs class AkMemSettings (line 14) | public class AkMemSettings : IDisposable { method AkMemSettings (line 18) | internal AkMemSettings(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkMemSettings obj) { method Dispose (line 31) | public virtual void Dispose() { method AkMemSettings (line 56) | public AkMemSettings() : this(AkSoundEnginePINVOKE.CSharp_new_AkMemSet... FILE: Wwise/Generated/Common/AkMusicPlaylistCallbackInfo.cs class AkMusicPlaylistCallbackInfo (line 14) | public class AkMusicPlaylistCallbackInfo : IDisposable { method AkMusicPlaylistCallbackInfo (line 18) | internal AkMusicPlaylistCallbackInfo(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkMusicPlaylistCallbackInfo obj) { method Dispose (line 31) | public virtual void Dispose() { method AkMusicPlaylistCallbackInfo (line 92) | public AkMusicPlaylistCallbackInfo() : this(AkSoundEnginePINVOKE.CShar... FILE: Wwise/Generated/Common/AkMusicSettings.cs class AkMusicSettings (line 14) | public class AkMusicSettings : IDisposable { method AkMusicSettings (line 18) | internal AkMusicSettings(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkMusicSettings obj) { method Dispose (line 31) | public virtual void Dispose() { method AkMusicSettings (line 56) | public AkMusicSettings() : this(AkSoundEnginePINVOKE.CSharp_new_AkMusi... FILE: Wwise/Generated/Common/AkNodeType.cs type AkNodeType (line 11) | public enum AkNodeType { FILE: Wwise/Generated/Common/AkObjectInfo.cs class AkObjectInfo (line 14) | public class AkObjectInfo : IDisposable { method AkObjectInfo (line 18) | internal AkObjectInfo(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkObjectInfo obj) { method Dispose (line 31) | public virtual void Dispose() { method AkObjectInfo (line 80) | public AkObjectInfo() : this(AkSoundEnginePINVOKE.CSharp_new_AkObjectI... FILE: Wwise/Generated/Common/AkOutputSettings.cs class AkOutputSettings (line 14) | public class AkOutputSettings : IDisposable { method AkOutputSettings (line 18) | internal AkOutputSettings(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkOutputSettings obj) { method Dispose (line 31) | public virtual void Dispose() { method AkOutputSettings (line 68) | public AkOutputSettings() : this(AkSoundEnginePINVOKE.CSharp_new_AkOut... FILE: Wwise/Generated/Common/AkPannerType.cs type AkPannerType (line 11) | public enum AkPannerType { FILE: Wwise/Generated/Common/AkPanningRule.cs type AkPanningRule (line 11) | public enum AkPanningRule { FILE: Wwise/Generated/Common/AkPlaylistArray.cs class AkPlaylistArray (line 14) | public class AkPlaylistArray : IDisposable { method AkPlaylistArray (line 18) | internal AkPlaylistArray(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkPlaylistArray obj) { method Dispose (line 31) | public virtual void Dispose() { method AkPlaylistArray (line 44) | public AkPlaylistArray() : this(AkSoundEnginePINVOKE.CSharp_new_AkPlay... method Begin (line 48) | public Iterator Begin() { method End (line 54) | public Iterator End() { method FindEx (line 60) | public Iterator FindEx(PlaylistItem in_Item) { method Erase (line 66) | public Iterator Erase(Iterator in_rIter) { method Erase (line 72) | public void Erase(uint in_uIndex) { method EraseSwap (line 77) | public Iterator EraseSwap(Iterator in_rIter) { method Reserve (line 83) | public AKRESULT Reserve(uint in_ulReserve) { method Reserved (line 89) | public uint Reserved() { method Term (line 95) | public void Term() { method Length (line 100) | public uint Length() { method IsEmpty (line 106) | public bool IsEmpty() { method Exists (line 112) | public PlaylistItem Exists(PlaylistItem in_Item) { method AddLast (line 119) | public PlaylistItem AddLast() { method AddLast (line 126) | public PlaylistItem AddLast(PlaylistItem in_rItem) { method Last (line 133) | public PlaylistItem Last() { method RemoveLast (line 139) | public void RemoveLast() { method Remove (line 144) | public AKRESULT Remove(PlaylistItem in_rItem) { method RemoveSwap (line 150) | public AKRESULT RemoveSwap(PlaylistItem in_rItem) { method RemoveAll (line 156) | public void RemoveAll() { method ItemAtIndex (line 161) | public PlaylistItem ItemAtIndex(uint uiIndex) { method Insert (line 167) | public PlaylistItem Insert(uint in_uIndex) { method GrowArray (line 174) | public bool GrowArray(uint in_uGrowBy) { method GrowArray (line 180) | public bool GrowArray() { method Resize (line 186) | public bool Resize(uint in_uiSize) { method Transfer (line 192) | public void Transfer(AkPlaylistArray in_rSource) { FILE: Wwise/Generated/Common/AkPositionSourceType.cs type AkPositionSourceType (line 11) | public enum AkPositionSourceType { FILE: Wwise/Generated/Common/AkPositioningInfo.cs class AkPositioningInfo (line 14) | public class AkPositioningInfo : IDisposable { method AkPositioningInfo (line 18) | internal AkPositioningInfo(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkPositioningInfo obj) { method Dispose (line 31) | public virtual void Dispose() { method AkPositioningInfo (line 236) | public AkPositioningInfo() : this(AkSoundEnginePINVOKE.CSharp_new_AkPo... FILE: Wwise/Generated/Common/AkSegmentInfo.cs class AkSegmentInfo (line 14) | public class AkSegmentInfo : IDisposable { method AkSegmentInfo (line 18) | internal AkSegmentInfo(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkSegmentInfo obj) { method Dispose (line 31) | public virtual void Dispose() { method AkSegmentInfo (line 104) | public AkSegmentInfo() : this(AkSoundEnginePINVOKE.CSharp_new_AkSegmen... FILE: Wwise/Generated/Common/AkSoundPosition.cs class AkSoundPosition (line 14) | public class AkSoundPosition : IDisposable { method AkSoundPosition (line 18) | internal AkSoundPosition(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkSoundPosition obj) { method Dispose (line 31) | public virtual void Dispose() { method AkSoundPosition (line 66) | public AkSoundPosition() : this(AkSoundEnginePINVOKE.CSharp_new_AkSoun... FILE: Wwise/Generated/Common/AkStreamMgrSettings.cs class AkStreamMgrSettings (line 14) | public class AkStreamMgrSettings : IDisposable { method AkStreamMgrSettings (line 18) | internal AkStreamMgrSettings(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkStreamMgrSettings obj) { method Dispose (line 31) | public virtual void Dispose() { method AkStreamMgrSettings (line 56) | public AkStreamMgrSettings() : this(AkSoundEnginePINVOKE.CSharp_new_Ak... FILE: Wwise/Generated/Common/AkVector.cs class AkVector (line 14) | public class AkVector : IDisposable { method AkVector (line 18) | internal AkVector(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkVector obj) { method Dispose (line 31) | public virtual void Dispose() { method AkVector (line 74) | public AkVector() : this(AkSoundEnginePINVOKE.CSharp_new_AkVector(), t... FILE: Wwise/Generated/Common/AkVolumeOffset.cs class AkVolumeOffset (line 14) | public class AkVolumeOffset : IDisposable { method AkVolumeOffset (line 18) | internal AkVolumeOffset(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(AkVolumeOffset obj) { method Dispose (line 31) | public virtual void Dispose() { method AkVolumeOffset (line 64) | public AkVolumeOffset() : this(AkSoundEnginePINVOKE.CSharp_new_AkVolum... FILE: Wwise/Generated/Common/ArrayPoolDefault.cs class ArrayPoolDefault (line 14) | public class ArrayPoolDefault : IDisposable { method ArrayPoolDefault (line 18) | internal ArrayPoolDefault(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(ArrayPoolDefault obj) { method Dispose (line 31) | public virtual void Dispose() { method Get (line 44) | public static int Get() { method ArrayPoolDefault (line 50) | public ArrayPoolDefault() : this(AkSoundEnginePINVOKE.CSharp_new_Array... FILE: Wwise/Generated/Common/ArrayPoolLEngineDefault.cs class ArrayPoolLEngineDefault (line 14) | public class ArrayPoolLEngineDefault : IDisposable { method ArrayPoolLEngineDefault (line 18) | internal ArrayPoolLEngineDefault(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(ArrayPoolLEngineDefault obj) { method Dispose (line 31) | public virtual void Dispose() { method Get (line 44) | public static int Get() { method ArrayPoolLEngineDefault (line 50) | public ArrayPoolLEngineDefault() : this(AkSoundEnginePINVOKE.CSharp_ne... FILE: Wwise/Generated/Common/DynamicSequenceType.cs type DynamicSequenceType (line 11) | public enum DynamicSequenceType { FILE: Wwise/Generated/Common/EnvelopePoint.cs class EnvelopePoint (line 14) | public class EnvelopePoint : IDisposable { method EnvelopePoint (line 18) | internal EnvelopePoint(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(EnvelopePoint obj) { method Dispose (line 31) | public virtual void Dispose() { method EnvelopePoint (line 64) | public EnvelopePoint() : this(AkSoundEnginePINVOKE.CSharp_new_Envelope... FILE: Wwise/Generated/Common/ErrorCode.cs type ErrorCode (line 11) | public enum ErrorCode { FILE: Wwise/Generated/Common/ErrorLevel.cs type ErrorLevel (line 11) | public enum ErrorLevel { FILE: Wwise/Generated/Common/Iterator.cs class Iterator (line 14) | public class Iterator : IDisposable { method Iterator (line 18) | internal Iterator(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(Iterator obj) { method Dispose (line 31) | public virtual void Dispose() { method NextIter (line 57) | public Iterator NextIter() { method PrevIter (line 63) | public Iterator PrevIter() { method GetItem (line 69) | public PlaylistItem GetItem() { method IsEqualTo (line 75) | public bool IsEqualTo(Iterator in_rOp) { method IsDifferentFrom (line 81) | public bool IsDifferentFrom(Iterator in_rOp) { method Iterator (line 87) | public Iterator() : this(AkSoundEnginePINVOKE.CSharp_new_Iterator(), t... FILE: Wwise/Generated/Common/MultiPositionType.cs type MultiPositionType (line 11) | public enum MultiPositionType { FILE: Wwise/Generated/Common/Playlist.cs class Playlist (line 14) | public class Playlist : AkPlaylistArray { method Playlist (line 17) | internal Playlist(IntPtr cPtr, bool cMemoryOwn) : base(AkSoundEnginePI... method getCPtr (line 21) | internal static HandleRef getCPtr(Playlist obj) { method Dispose (line 29) | public override void Dispose() { method Enqueue (line 43) | public AKRESULT Enqueue(uint in_audioNodeID, int in_msDelay, IntPtr in... method Enqueue (line 49) | public AKRESULT Enqueue(uint in_audioNodeID, int in_msDelay, IntPtr in... method Enqueue (line 55) | public AKRESULT Enqueue(uint in_audioNodeID, int in_msDelay, IntPtr in... method Enqueue (line 61) | public AKRESULT Enqueue(uint in_audioNodeID, int in_msDelay) { method Enqueue (line 67) | public AKRESULT Enqueue(uint in_audioNodeID) { method Playlist (line 73) | public Playlist() : this(AkSoundEnginePINVOKE.CSharp_new_Playlist(), t... FILE: Wwise/Generated/Common/PlaylistItem.cs class PlaylistItem (line 14) | public class PlaylistItem : IDisposable { method PlaylistItem (line 18) | internal PlaylistItem(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(PlaylistItem obj) { method Dispose (line 31) | public virtual void Dispose() { method PlaylistItem (line 44) | public PlaylistItem() : this(AkSoundEnginePINVOKE.CSharp_new_PlaylistI... method PlaylistItem (line 48) | public PlaylistItem(PlaylistItem in_rCopy) : this(AkSoundEnginePINVOKE... method Assign (line 52) | public PlaylistItem Assign(PlaylistItem in_rCopy) { method IsEqualTo (line 58) | public bool IsEqualTo(PlaylistItem in_rCopy) { method SetExternalSources (line 64) | public AKRESULT SetExternalSources(uint in_nExternalSrc, AkExternalSou... FILE: Wwise/Generated/Common/PreparationType.cs type PreparationType (line 11) | public enum PreparationType { FILE: Wwise/Generated/Common/RTPCValue_type.cs type RTPCValue_type (line 11) | public enum RTPCValue_type { FILE: Wwise/Generated/Common/WwiseObjectID.cs class WwiseObjectID (line 14) | public class WwiseObjectID : WwiseObjectIDext { method WwiseObjectID (line 17) | internal WwiseObjectID(IntPtr cPtr, bool cMemoryOwn) : base(AkSoundEng... method getCPtr (line 21) | internal static HandleRef getCPtr(WwiseObjectID obj) { method Dispose (line 29) | public override void Dispose() { method WwiseObjectID (line 43) | public WwiseObjectID() : this(AkSoundEnginePINVOKE.CSharp_new_WwiseObj... method WwiseObjectID (line 46) | public WwiseObjectID(uint in_ID) : this(AkSoundEnginePINVOKE.CSharp_ne... method WwiseObjectID (line 49) | public WwiseObjectID(uint in_ID, bool in_bIsBus) : this(AkSoundEngineP... method WwiseObjectID (line 52) | public WwiseObjectID(uint in_ID, AkNodeType in_eNodeType) : this(AkSou... FILE: Wwise/Generated/Common/WwiseObjectIDext.cs class WwiseObjectIDext (line 14) | public class WwiseObjectIDext : IDisposable { method WwiseObjectIDext (line 18) | internal WwiseObjectIDext(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 23) | internal static HandleRef getCPtr(WwiseObjectIDext obj) { method Dispose (line 31) | public virtual void Dispose() { method IsEqualTo (line 44) | public bool IsEqualTo(WwiseObjectIDext in_rOther) { method GetNodeType (line 50) | public AkNodeType GetNodeType() { method WwiseObjectIDext (line 75) | public WwiseObjectIDext() : this(AkSoundEnginePINVOKE.CSharp_new_Wwise... FILE: Wwise/Generated/Windows/AkMemPoolAttributes_Windows.cs type AkMemPoolAttributes (line 10) | public enum AkMemPoolAttributes { FILE: Wwise/Generated/Windows/AkPlatformInitSettings_Windows.cs class AkPlatformInitSettings (line 13) | public class AkPlatformInitSettings : IDisposable { method AkPlatformInitSettings (line 17) | internal AkPlatformInitSettings(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 22) | internal static HandleRef getCPtr(AkPlatformInitSettings obj) { method Dispose (line 30) | public virtual void Dispose() { method AkPlatformInitSettings (line 142) | public AkPlatformInitSettings() : this(AkSoundEnginePINVOKE.CSharp_new... FILE: Wwise/Generated/Windows/AkSinkType_Windows.cs type AkSinkType (line 10) | public enum AkSinkType { FILE: Wwise/Generated/Windows/AkSoundEnginePINVOKE_Windows.cs class AkSoundEnginePINVOKE (line 13) | class AkSoundEnginePINVOKE { method AkSoundEnginePINVOKE (line 15) | static AkSoundEnginePINVOKE() { method CSharp_VirtualAllocHook (line 20) | #if DEBUG method CSharp_VirtualFreeHook (line 27) | #if DEBUG method CSharp_AK_INVALID_AUX_ID_get (line 34) | #if DEBUG method CSharp_AK_INVALID_CHANNELMASK_get (line 41) | #if DEBUG method CSharp_AK_INVALID_OUTPUT_DEVICE_ID_get (line 48) | #if DEBUG method CSharp_AkExternalSourceInfo_iExternalSrcCookie_set (line 55) | #if DEBUG method CSharp_AkExternalSourceInfo_iExternalSrcCookie_get (line 62) | #if DEBUG method CSharp_AkExternalSourceInfo_idCodec_set (line 69) | #if DEBUG method CSharp_AkExternalSourceInfo_idCodec_get (line 76) | #if DEBUG method CSharp_AkExternalSourceInfo_szFile_set (line 83) | #if DEBUG method CSharp_AkExternalSourceInfo_szFile_get (line 90) | #if DEBUG method CSharp_AkExternalSourceInfo_pInMemory_set (line 97) | #if DEBUG method CSharp_AkExternalSourceInfo_pInMemory_get (line 104) | #if DEBUG method CSharp_AkExternalSourceInfo_uiMemorySize_set (line 111) | #if DEBUG method CSharp_AkExternalSourceInfo_uiMemorySize_get (line 118) | #if DEBUG method CSharp_AkExternalSourceInfo_idFile_set (line 125) | #if DEBUG method CSharp_AkExternalSourceInfo_idFile_get (line 132) | #if DEBUG method CSharp_new_AkExternalSourceInfo__SWIG_0 (line 139) | #if DEBUG method CSharp_new_AkExternalSourceInfo__SWIG_1 (line 146) | #if DEBUG method CSharp_new_AkExternalSourceInfo__SWIG_2 (line 153) | #if DEBUG method CSharp_new_AkExternalSourceInfo__SWIG_3 (line 160) | #if DEBUG method CSharp_delete_AkExternalSourceInfo (line 167) | #if DEBUG method CSharp_AkVector_X_set (line 174) | #if DEBUG method CSharp_AkVector_X_get (line 181) | #if DEBUG method CSharp_AkVector_Y_set (line 188) | #if DEBUG method CSharp_AkVector_Y_get (line 195) | #if DEBUG method CSharp_AkVector_Z_set (line 202) | #if DEBUG method CSharp_AkVector_Z_get (line 209) | #if DEBUG method CSharp_new_AkVector (line 216) | #if DEBUG method CSharp_delete_AkVector (line 223) | #if DEBUG method CSharp_AkSoundPosition_Position_set (line 230) | #if DEBUG method CSharp_AkSoundPosition_Position_get (line 237) | #if DEBUG method CSharp_AkSoundPosition_Orientation_set (line 244) | #if DEBUG method CSharp_AkSoundPosition_Orientation_get (line 251) | #if DEBUG method CSharp_new_AkSoundPosition (line 258) | #if DEBUG method CSharp_delete_AkSoundPosition (line 265) | #if DEBUG method CSharp_AkListenerPosition_OrientationFront_set (line 272) | #if DEBUG method CSharp_AkListenerPosition_OrientationFront_get (line 279) | #if DEBUG method CSharp_AkListenerPosition_OrientationTop_set (line 286) | #if DEBUG method CSharp_AkListenerPosition_OrientationTop_get (line 293) | #if DEBUG method CSharp_AkListenerPosition_Position_set (line 300) | #if DEBUG method CSharp_AkListenerPosition_Position_get (line 307) | #if DEBUG method CSharp_new_AkListenerPosition (line 314) | #if DEBUG method CSharp_delete_AkListenerPosition (line 321) | #if DEBUG method CSharp_AkSpeakerVolumes_fFrontLeft_set (line 328) | #if DEBUG method CSharp_AkSpeakerVolumes_fFrontLeft_get (line 335) | #if DEBUG method CSharp_AkSpeakerVolumes_fFrontRight_set (line 342) | #if DEBUG method CSharp_AkSpeakerVolumes_fFrontRight_get (line 349) | #if DEBUG method CSharp_AkSpeakerVolumes_fCenter_set (line 356) | #if DEBUG method CSharp_AkSpeakerVolumes_fCenter_get (line 363) | #if DEBUG method CSharp_AkSpeakerVolumes_fRearLeft_set (line 370) | #if DEBUG method CSharp_AkSpeakerVolumes_fRearLeft_get (line 377) | #if DEBUG method CSharp_AkSpeakerVolumes_fRearRight_set (line 384) | #if DEBUG method CSharp_AkSpeakerVolumes_fRearRight_get (line 391) | #if DEBUG method CSharp_AkSpeakerVolumes_fSideLeft_set (line 398) | #if DEBUG method CSharp_AkSpeakerVolumes_fSideLeft_get (line 405) | #if DEBUG method CSharp_AkSpeakerVolumes_fSideRight_set (line 412) | #if DEBUG method CSharp_AkSpeakerVolumes_fSideRight_get (line 419) | #if DEBUG method CSharp_AkSpeakerVolumes_fLfe_set (line 426) | #if DEBUG method CSharp_AkSpeakerVolumes_fLfe_get (line 433) | #if DEBUG method CSharp_new_AkSpeakerVolumes (line 440) | #if DEBUG method CSharp_delete_AkSpeakerVolumes (line 447) | #if DEBUG method CSharp_AkAuxSendValue_auxBusID_set (line 454) | #if DEBUG method CSharp_AkAuxSendValue_auxBusID_get (line 461) | #if DEBUG method CSharp_AkAuxSendValue_fControlValue_set (line 468) | #if DEBUG method CSharp_AkAuxSendValue_fControlValue_get (line 475) | #if DEBUG method CSharp_delete_AkAuxSendValue (line 482) | #if DEBUG method CSharp_AkVolumeOffset_fNext_set (line 489) | #if DEBUG method CSharp_AkVolumeOffset_fNext_get (line 496) | #if DEBUG method CSharp_AkVolumeOffset_fPrev_set (line 503) | #if DEBUG method CSharp_AkVolumeOffset_fPrev_get (line 510) | #if DEBUG method CSharp_new_AkVolumeOffset (line 517) | #if DEBUG method CSharp_delete_AkVolumeOffset (line 524) | #if DEBUG method CSharp_WwiseObjectIDext_IsEqualTo (line 531) | #if DEBUG method CSharp_WwiseObjectIDext_GetNodeType (line 538) | #if DEBUG method CSharp_WwiseObjectIDext_id_set (line 545) | #if DEBUG method CSharp_WwiseObjectIDext_id_get (line 552) | #if DEBUG method CSharp_WwiseObjectIDext_bIsBus_set (line 559) | #if DEBUG method CSharp_WwiseObjectIDext_bIsBus_get (line 566) | #if DEBUG method CSharp_new_WwiseObjectIDext (line 573) | #if DEBUG method CSharp_delete_WwiseObjectIDext (line 580) | #if DEBUG method CSharp_new_WwiseObjectID__SWIG_0 (line 587) | #if DEBUG method CSharp_new_WwiseObjectID__SWIG_1 (line 594) | #if DEBUG method CSharp_new_WwiseObjectID__SWIG_2 (line 601) | #if DEBUG method CSharp_new_WwiseObjectID__SWIG_3 (line 608) | #if DEBUG method CSharp_delete_WwiseObjectID (line 615) | #if DEBUG method CSharp_EnvelopePoint_uPosition_set (line 622) | #if DEBUG method CSharp_EnvelopePoint_uPosition_get (line 629) | #if DEBUG method CSharp_EnvelopePoint_uAttenuation_set (line 636) | #if DEBUG method CSharp_EnvelopePoint_uAttenuation_get (line 643) | #if DEBUG method CSharp_new_EnvelopePoint (line 650) | #if DEBUG method CSharp_delete_EnvelopePoint (line 657) | #if DEBUG method CSharp_Iterator_pItem_set (line 664) | #if DEBUG method CSharp_Iterator_pItem_get (line 671) | #if DEBUG method CSharp_Iterator_NextIter (line 678) | #if DEBUG method CSharp_Iterator_PrevIter (line 685) | #if DEBUG method CSharp_Iterator_GetItem (line 692) | #if DEBUG method CSharp_Iterator_IsEqualTo (line 699) | #if DEBUG method CSharp_Iterator_IsDifferentFrom (line 706) | #if DEBUG method CSharp_new_Iterator (line 713) | #if DEBUG method CSharp_delete_Iterator (line 720) | #if DEBUG method CSharp_ArrayPoolDefault_Get (line 727) | #if DEBUG method CSharp_new_ArrayPoolDefault (line 734) | #if DEBUG method CSharp_delete_ArrayPoolDefault (line 741) | #if DEBUG method CSharp_ArrayPoolLEngineDefault_Get (line 748) | #if DEBUG method CSharp_new_ArrayPoolLEngineDefault (line 755) | #if DEBUG method CSharp_delete_ArrayPoolLEngineDefault (line 762) | #if DEBUG method CSharp_AkArrayAllocatorDefault_Alloc (line 769) | #if DEBUG method CSharp_AkArrayAllocatorDefault_Free (line 776) | #if DEBUG method CSharp_new_AkArrayAllocatorDefault (line 783) | #if DEBUG method CSharp_delete_AkArrayAllocatorDefault (line 790) | #if DEBUG method CSharp_AkArrayAllocatorAlignedSimd_Alloc (line 797) | #if DEBUG method CSharp_AkArrayAllocatorAlignedSimd_Free (line 804) | #if DEBUG method CSharp_new_AkArrayAllocatorAlignedSimd (line 811) | #if DEBUG method CSharp_delete_AkArrayAllocatorAlignedSimd (line 818) | #if DEBUG method CSharp_new_PlaylistItem__SWIG_0 (line 825) | #if DEBUG method CSharp_new_PlaylistItem__SWIG_1 (line 832) | #if DEBUG method CSharp_delete_PlaylistItem (line 839) | #if DEBUG method CSharp_PlaylistItem_Assign (line 846) | #if DEBUG method CSharp_PlaylistItem_IsEqualTo (line 853) | #if DEBUG method CSharp_PlaylistItem_SetExternalSources (line 860) | #if DEBUG method CSharp_PlaylistItem_audioNodeID_set (line 867) | #if DEBUG method CSharp_PlaylistItem_audioNodeID_get (line 874) | #if DEBUG method CSharp_PlaylistItem_msDelay_set (line 881) | #if DEBUG method CSharp_PlaylistItem_msDelay_get (line 888) | #if DEBUG method CSharp_PlaylistItem_pCustomInfo_set (line 895) | #if DEBUG method CSharp_PlaylistItem_pCustomInfo_get (line 902) | #if DEBUG method CSharp_new_AkPlaylistArray (line 909) | #if DEBUG method CSharp_delete_AkPlaylistArray (line 916) | #if DEBUG method CSharp_AkPlaylistArray_Begin (line 923) | #if DEBUG method CSharp_AkPlaylistArray_End (line 930) | #if DEBUG method CSharp_AkPlaylistArray_FindEx (line 937) | #if DEBUG method CSharp_AkPlaylistArray_Erase__SWIG_0 (line 944) | #if DEBUG method CSharp_AkPlaylistArray_Erase__SWIG_1 (line 951) | #if DEBUG method CSharp_AkPlaylistArray_EraseSwap (line 958) | #if DEBUG method CSharp_AkPlaylistArray_Reserve (line 965) | #if DEBUG method CSharp_AkPlaylistArray_Reserved (line 972) | #if DEBUG method CSharp_AkPlaylistArray_Term (line 979) | #if DEBUG method CSharp_AkPlaylistArray_Length (line 986) | #if DEBUG method CSharp_AkPlaylistArray_IsEmpty (line 993) | #if DEBUG method CSharp_AkPlaylistArray_Exists (line 1000) | #if DEBUG method CSharp_AkPlaylistArray_AddLast__SWIG_0 (line 1007) | #if DEBUG method CSharp_AkPlaylistArray_AddLast__SWIG_1 (line 1014) | #if DEBUG method CSharp_AkPlaylistArray_Last (line 1021) | #if DEBUG method CSharp_AkPlaylistArray_RemoveLast (line 1028) | #if DEBUG method CSharp_AkPlaylistArray_Remove (line 1035) | #if DEBUG method CSharp_AkPlaylistArray_RemoveSwap (line 1042) | #if DEBUG method CSharp_AkPlaylistArray_RemoveAll (line 1049) | #if DEBUG method CSharp_AkPlaylistArray_ItemAtIndex (line 1056) | #if DEBUG method CSharp_AkPlaylistArray_Insert (line 1063) | #if DEBUG method CSharp_AkPlaylistArray_GrowArray__SWIG_0 (line 1070) | #if DEBUG method CSharp_AkPlaylistArray_GrowArray__SWIG_1 (line 1077) | #if DEBUG method CSharp_AkPlaylistArray_Resize (line 1084) | #if DEBUG method CSharp_AkPlaylistArray_Transfer (line 1091) | #if DEBUG method CSharp_Playlist_Enqueue__SWIG_0 (line 1098) | #if DEBUG method CSharp_Playlist_Enqueue__SWIG_1 (line 1105) | #if DEBUG method CSharp_Playlist_Enqueue__SWIG_2 (line 1112) | #if DEBUG method CSharp_Playlist_Enqueue__SWIG_3 (line 1119) | #if DEBUG method CSharp_Playlist_Enqueue__SWIG_4 (line 1126) | #if DEBUG method CSharp_new_Playlist (line 1133) | #if DEBUG method CSharp_delete_Playlist (line 1140) | #if DEBUG method CSharp_DynamicSequenceOpen__SWIG_0 (line 1147) | #if DEBUG method CSharp_DynamicSequenceOpen__SWIG_1 (line 1154) | #if DEBUG method CSharp_DynamicSequenceOpen__SWIG_2 (line 1161) | #if DEBUG method CSharp_DynamicSequenceOpen__SWIG_3 (line 1168) | #if DEBUG method CSharp_DynamicSequenceClose (line 1175) | #if DEBUG method CSharp_DynamicSequencePlay__SWIG_0 (line 1182) | #if DEBUG method CSharp_DynamicSequencePlay__SWIG_1 (line 1189) | #if DEBUG method CSharp_DynamicSequencePlay__SWIG_2 (line 1196) | #if DEBUG method CSharp_DynamicSequencePause__SWIG_0 (line 1203) | #if DEBUG method CSharp_DynamicSequencePause__SWIG_1 (line 1210) | #if DEBUG method CSharp_DynamicSequencePause__SWIG_2 (line 1217) | #if DEBUG method CSharp_DynamicSequenceResume__SWIG_0 (line 1224) | #if DEBUG method CSharp_DynamicSequenceResume__SWIG_1 (line 1231) | #if DEBUG method CSharp_DynamicSequenceResume__SWIG_2 (line 1238) | #if DEBUG method CSharp_DynamicSequenceStop__SWIG_0 (line 1245) | #if DEBUG method CSharp_DynamicSequenceStop__SWIG_1 (line 1252) | #if DEBUG method CSharp_DynamicSequenceStop__SWIG_2 (line 1259) | #if DEBUG method CSharp_DynamicSequenceBreak (line 1266) | #if DEBUG method CSharp_DynamicSequenceLockPlaylist (line 1273) | #if DEBUG method CSharp_DynamicSequenceUnlockPlaylist (line 1280) | #if DEBUG method CSharp_AkOutputSettings_ePanningRule_set (line 1287) | #if DEBUG method CSharp_AkOutputSettings_ePanningRule_get (line 1294) | #if DEBUG method CSharp_AkOutputSettings_uChannelMask_set (line 1301) | #if DEBUG method CSharp_AkOutputSettings_uChannelMask_get (line 1308) | #if DEBUG method CSharp_new_AkOutputSettings (line 1315) | #if DEBUG method CSharp_delete_AkOutputSettings (line 1322) | #if DEBUG method CSharp_AkInitSettings_pfnAssertHook_set (line 1329) | #if DEBUG method CSharp_AkInitSettings_pfnAssertHook_get (line 1336) | #if DEBUG method CSharp_AkInitSettings_uMaxNumPaths_set (line 1343) | #if DEBUG method CSharp_AkInitSettings_uMaxNumPaths_get (line 1350) | #if DEBUG method CSharp_AkInitSettings_uMaxNumTransitions_set (line 1357) | #if DEBUG method CSharp_AkInitSettings_uMaxNumTransitions_get (line 1364) | #if DEBUG method CSharp_AkInitSettings_uDefaultPoolSize_set (line 1371) | #if DEBUG method CSharp_AkInitSettings_uDefaultPoolSize_get (line 1378) | #if DEBUG method CSharp_AkInitSettings_fDefaultPoolRatioThreshold_set (line 1385) | #if DEBUG method CSharp_AkInitSettings_fDefaultPoolRatioThreshold_get (line 1392) | #if DEBUG method CSharp_AkInitSettings_uCommandQueueSize_set (line 1399) | #if DEBUG method CSharp_AkInitSettings_uCommandQueueSize_get (line 1406) | #if DEBUG method CSharp_AkInitSettings_uPrepareEventMemoryPoolID_set (line 1413) | #if DEBUG method CSharp_AkInitSettings_uPrepareEventMemoryPoolID_get (line 1420) | #if DEBUG method CSharp_AkInitSettings_bEnableGameSyncPreparation_set (line 1427) | #if DEBUG method CSharp_AkInitSettings_bEnableGameSyncPreparation_get (line 1434) | #if DEBUG method CSharp_AkInitSettings_uContinuousPlaybackLookAhead_set (line 1441) | #if DEBUG method CSharp_AkInitSettings_uContinuousPlaybackLookAhead_get (line 1448) | #if DEBUG method CSharp_AkInitSettings_uMonitorPoolSize_set (line 1455) | #if DEBUG method CSharp_AkInitSettings_uMonitorPoolSize_get (line 1462) | #if DEBUG method CSharp_AkInitSettings_uMonitorQueuePoolSize_set (line 1469) | #if DEBUG method CSharp_AkInitSettings_uMonitorQueuePoolSize_get (line 1476) | #if DEBUG method CSharp_AkInitSettings_eMainOutputType_set (line 1483) | #if DEBUG method CSharp_AkInitSettings_eMainOutputType_get (line 1490) | #if DEBUG method CSharp_AkInitSettings_settingsMainOutput_set (line 1497) | #if DEBUG method CSharp_AkInitSettings_settingsMainOutput_get (line 1504) | #if DEBUG method CSharp_new_AkInitSettings (line 1511) | #if DEBUG method CSharp_delete_AkInitSettings (line 1518) | #if DEBUG method CSharp_GetSpeakerConfiguration__SWIG_0 (line 1525) | #if DEBUG method CSharp_GetSpeakerConfiguration__SWIG_1 (line 1532) | #if DEBUG method CSharp_GetSpeakerConfiguration__SWIG_2 (line 1539) | #if DEBUG method CSharp_GetPanningRule__SWIG_0 (line 1546) | #if DEBUG method CSharp_GetPanningRule__SWIG_1 (line 1553) | #if DEBUG method CSharp_GetPanningRule__SWIG_2 (line 1560) | #if DEBUG method CSharp_SetPanningRule__SWIG_0 (line 1567) | #if DEBUG method CSharp_SetPanningRule__SWIG_1 (line 1574) | #if DEBUG method CSharp_SetPanningRule__SWIG_2 (line 1581) | #if DEBUG method CSharp_GetSpeakerAngles__SWIG_0 (line 1588) | #if DEBUG method CSharp_GetSpeakerAngles__SWIG_1 (line 1595) | #if DEBUG method CSharp_GetSpeakerAngles__SWIG_2 (line 1602) | #if DEBUG method CSharp_SetSpeakerAngles__SWIG_0 (line 1609) | #if DEBUG method CSharp_SetSpeakerAngles__SWIG_1 (line 1616) | #if DEBUG method CSharp_SetSpeakerAngles__SWIG_2 (line 1623) | #if DEBUG method CSharp_SetVolumeThreshold (line 1630) | #if DEBUG method CSharp_SetMaxNumVoicesLimit (line 1637) | #if DEBUG method CSharp_RenderAudio (line 1644) | #if DEBUG method CSharp_GetIDFromString__SWIG_0 (line 1651) | #if DEBUG method CSharp_PostEvent__SWIG_0 (line 1658) | #if DEBUG method CSharp_PostEvent__SWIG_1 (line 1665) | #if DEBUG method CSharp_PostEvent__SWIG_2 (line 1672) | #if DEBUG method CSharp_PostEvent__SWIG_3 (line 1679) | #if DEBUG method CSharp_PostEvent__SWIG_4 (line 1686) | #if DEBUG method CSharp_PostEvent__SWIG_5 (line 1693) | #if DEBUG method CSharp_PostEvent__SWIG_6 (line 1700) | #if DEBUG method CSharp_PostEvent__SWIG_7 (line 1707) | #if DEBUG method CSharp_PostEvent__SWIG_8 (line 1714) | #if DEBUG method CSharp_PostEvent__SWIG_9 (line 1721) | #if DEBUG method CSharp_PostEvent__SWIG_10 (line 1728) | #if DEBUG method CSharp_PostEvent__SWIG_11 (line 1735) | #if DEBUG method CSharp_ExecuteActionOnEvent__SWIG_0 (line 1742) | #if DEBUG method CSharp_ExecuteActionOnEvent__SWIG_1 (line 1749) | #if DEBUG method CSharp_ExecuteActionOnEvent__SWIG_2 (line 1756) | #if DEBUG method CSharp_ExecuteActionOnEvent__SWIG_3 (line 1763) | #if DEBUG method CSharp_ExecuteActionOnEvent__SWIG_4 (line 1770) | #if DEBUG method CSharp_ExecuteActionOnEvent__SWIG_5 (line 1777) | #if DEBUG method CSharp_ExecuteActionOnEvent__SWIG_6 (line 1784) | #if DEBUG method CSharp_ExecuteActionOnEvent__SWIG_7 (line 1791) | #if DEBUG method CSharp_ExecuteActionOnEvent__SWIG_8 (line 1798) | #if DEBUG method CSharp_ExecuteActionOnEvent__SWIG_9 (line 1805) | #if DEBUG method CSharp_SeekOnEvent__SWIG_0 (line 1812) | #if DEBUG method CSharp_SeekOnEvent__SWIG_1 (line 1819) | #if DEBUG method CSharp_SeekOnEvent__SWIG_2 (line 1826) | #if DEBUG method CSharp_SeekOnEvent__SWIG_3 (line 1833) | #if DEBUG method CSharp_SeekOnEvent__SWIG_6 (line 1840) | #if DEBUG method CSharp_SeekOnEvent__SWIG_7 (line 1847) | #if DEBUG method CSharp_SeekOnEvent__SWIG_8 (line 1854) | #if DEBUG method CSharp_SeekOnEvent__SWIG_9 (line 1861) | #if DEBUG method CSharp_CancelEventCallbackCookie (line 1868) | #if DEBUG method CSharp_CancelEventCallback (line 1875) | #if DEBUG method CSharp_GetSourcePlayPosition__SWIG_0 (line 1882) | #if DEBUG method CSharp_GetSourcePlayPosition__SWIG_1 (line 1889) | #if DEBUG method CSharp_StopAll__SWIG_0 (line 1896) | #if DEBUG method CSharp_StopAll__SWIG_1 (line 1903) | #if DEBUG method CSharp_StopPlayingID__SWIG_0 (line 1910) | #if DEBUG method CSharp_StopPlayingID__SWIG_1 (line 1917) | #if DEBUG method CSharp_StopPlayingID__SWIG_2 (line 1924) | #if DEBUG method CSharp_RegisterGameObj__SWIG_0 (line 1931) | #if DEBUG method CSharp_RegisterGameObj__SWIG_1 (line 1938) | #if DEBUG method CSharp_RegisterGameObj__SWIG_2 (line 1945) | #if DEBUG method CSharp_RegisterGameObj__SWIG_3 (line 1952) | #if DEBUG method CSharp_UnregisterGameObj (line 1959) | #if DEBUG method CSharp_UnregisterAllGameObj (line 1966) | #if DEBUG method CSharp_SetMultiplePositions__SWIG_0 (line 1973) | #if DEBUG method CSharp_SetMultiplePositions__SWIG_1 (line 1980) | #if DEBUG method CSharp_SetAttenuationScalingFactor (line 1987) | #if DEBUG method CSharp_SetListenerScalingFactor (line 1994) | #if DEBUG method CSharp_ClearBanks (line 2001) | #if DEBUG method CSharp_SetBankLoadIOSettings (line 2008) | #if DEBUG method CSharp_LoadBank__SWIG_0 (line 2015) | #if DEBUG method CSharp_LoadBank__SWIG_1 (line 2022) | #if DEBUG method CSharp_LoadBank__SWIG_2 (line 2029) | #if DEBUG method CSharp_LoadBank__SWIG_3 (line 2036) | #if DEBUG method CSharp_LoadBank__SWIG_4 (line 2043) | #if DEBUG method CSharp_LoadBank__SWIG_5 (line 2050) | #if DEBUG method CSharp_UnloadBank__SWIG_0 (line 2057) | #if DEBUG method CSharp_UnloadBank__SWIG_1 (line 2064) | #if DEBUG method CSharp_UnloadBank__SWIG_4 (line 2071) | #if DEBUG method CSharp_UnloadBank__SWIG_5 (line 2078) | #if DEBUG method CSharp_UnloadBank__SWIG_6 (line 2085) | #if DEBUG method CSharp_UnloadBank__SWIG_8 (line 2092) | #if DEBUG method CSharp_CancelBankCallbackCookie (line 2099) | #if DEBUG method CSharp_PrepareBank__SWIG_0 (line 2106) | #if DEBUG method CSharp_PrepareBank__SWIG_1 (line 2113) | #if DEBUG method CSharp_PrepareBank__SWIG_4 (line 2120) | #if DEBUG method CSharp_PrepareBank__SWIG_5 (line 2127) | #if DEBUG method CSharp_PrepareBank__SWIG_6 (line 2134) | #if DEBUG method CSharp_PrepareBank__SWIG_7 (line 2141) | #if DEBUG method CSharp_PrepareBank__SWIG_10 (line 2148) | #if DEBUG method CSharp_PrepareBank__SWIG_11 (line 2155) | #if DEBUG method CSharp_ClearPreparedEvents (line 2162) | #if DEBUG method CSharp_PrepareEvent__SWIG_0 (line 2169) | #if DEBUG method CSharp_PrepareEvent__SWIG_1 (line 2176) | #if DEBUG method CSharp_PrepareEvent__SWIG_2 (line 2183) | #if DEBUG method CSharp_PrepareEvent__SWIG_3 (line 2190) | #if DEBUG method CSharp_PrepareGameSyncs__SWIG_0 (line 2197) | #if DEBUG method CSharp_PrepareGameSyncs__SWIG_1 (line 2204) | #if DEBUG method CSharp_PrepareGameSyncs__SWIG_2 (line 2211) | #if DEBUG method CSharp_PrepareGameSyncs__SWIG_3 (line 2218) | #if DEBUG method CSharp_SetActiveListeners (line 2225) | #if DEBUG method CSharp_SetListenerSpatialization__SWIG_0 (line 2232) | #if DEBUG method CSharp_SetListenerSpatialization__SWIG_1 (line 2239) | #if DEBUG method CSharp_SetListenerPipeline (line 2246) | #if DEBUG method CSharp_SetRTPCValue__SWIG_0 (line 2253) | #if DEBUG method CSharp_SetRTPCValue__SWIG_1 (line 2260) | #if DEBUG method CSharp_SetRTPCValue__SWIG_2 (line 2267) | #if DEBUG method CSharp_SetRTPCValue__SWIG_3 (line 2274) | #if DEBUG method CSharp_SetRTPCValue__SWIG_4 (line 2281) | #if DEBUG method CSharp_SetRTPCValue__SWIG_5 (line 2288) | #if DEBUG method CSharp_SetRTPCValue__SWIG_6 (line 2295) | #if DEBUG method CSharp_SetRTPCValue__SWIG_7 (line 2302) | #if DEBUG method CSharp_ResetRTPCValue__SWIG_0 (line 2309) | #if DEBUG method CSharp_ResetRTPCValue__SWIG_1 (line 2316) | #if DEBUG method CSharp_ResetRTPCValue__SWIG_2 (line 2323) | #if DEBUG method CSharp_ResetRTPCValue__SWIG_3 (line 2330) | #if DEBUG method CSharp_ResetRTPCValue__SWIG_4 (line 2337) | #if DEBUG method CSharp_ResetRTPCValue__SWIG_5 (line 2344) | #if DEBUG method CSharp_ResetRTPCValue__SWIG_6 (line 2351) | #if DEBUG method CSharp_ResetRTPCValue__SWIG_7 (line 2358) | #if DEBUG method CSharp_SetSwitch__SWIG_0 (line 2365) | #if DEBUG method CSharp_SetSwitch__SWIG_1 (line 2372) | #if DEBUG method CSharp_PostTrigger__SWIG_0 (line 2379) | #if DEBUG method CSharp_PostTrigger__SWIG_1 (line 2386) | #if DEBUG method CSharp_SetState__SWIG_0 (line 2393) | #if DEBUG method CSharp_SetState__SWIG_1 (line 2400) | #if DEBUG method CSharp_SetGameObjectAuxSendValues (line 2407) | #if DEBUG method CSharp_SetGameObjectOutputBusVolume (line 2414) | #if DEBUG method CSharp_SetActorMixerEffect (line 2421) | #if DEBUG method CSharp_SetBusEffect__SWIG_0 (line 2428) | #if DEBUG method CSharp_SetBusEffect__SWIG_1 (line 2435) | #if DEBUG method CSharp_SetObjectObstructionAndOcclusion (line 2442) | #if DEBUG method CSharp_StartOutputCapture (line 2449) | #if DEBUG method CSharp_StopOutputCapture (line 2456) | #if DEBUG method CSharp_StartProfilerCapture (line 2463) | #if DEBUG method CSharp_StopProfilerCapture (line 2470) | #if DEBUG method CSharp_AddSecondaryOutput (line 2477) | #if DEBUG method CSharp_RemoveSecondaryOutput (line 2484) | #if DEBUG method CSharp_SetSecondaryOutputVolume (line 2491) | #if DEBUG method CSharp_AkMusicPlaylistCallbackInfo_playlistID_set (line 2498) | #if DEBUG method CSharp_AkMusicPlaylistCallbackInfo_playlistID_get (line 2505) | #if DEBUG method CSharp_AkMusicPlaylistCallbackInfo_uNumPlaylistItems_set (line 2512) | #if DEBUG method CSharp_AkMusicPlaylistCallbackInfo_uNumPlaylistItems_get (line 2519) | #if DEBUG method CSharp_AkMusicPlaylistCallbackInfo_uPlaylistSelection_set (line 2526) | #if DEBUG method CSharp_AkMusicPlaylistCallbackInfo_uPlaylistSelection_get (line 2533) | #if DEBUG method CSharp_AkMusicPlaylistCallbackInfo_uPlaylistItemDone_set (line 2540) | #if DEBUG method CSharp_AkMusicPlaylistCallbackInfo_uPlaylistItemDone_get (line 2547) | #if DEBUG method CSharp_new_AkMusicPlaylistCallbackInfo (line 2554) | #if DEBUG method CSharp_delete_AkMusicPlaylistCallbackInfo (line 2561) | #if DEBUG method CSharp_AkMemSettings_uMaxNumPools_set (line 2568) | #if DEBUG method CSharp_AkMemSettings_uMaxNumPools_get (line 2575) | #if DEBUG method CSharp_new_AkMemSettings (line 2582) | #if DEBUG method CSharp_delete_AkMemSettings (line 2589) | #if DEBUG method CSharp_AkMusicSettings_fStreamingLookAheadRatio_set (line 2596) | #if DEBUG method CSharp_AkMusicSettings_fStreamingLookAheadRatio_get (line 2603) | #if DEBUG method CSharp_new_AkMusicSettings (line 2610) | #if DEBUG method CSharp_delete_AkMusicSettings (line 2617) | #if DEBUG method CSharp_AkSegmentInfo_iCurrentPosition_set (line 2624) | #if DEBUG method CSharp_AkSegmentInfo_iCurrentPosition_get (line 2631) | #if DEBUG method CSharp_AkSegmentInfo_iPreEntryDuration_set (line 2638) | #if DEBUG method CSharp_AkSegmentInfo_iPreEntryDuration_get (line 2645) | #if DEBUG method CSharp_AkSegmentInfo_iActiveDuration_set (line 2652) | #if DEBUG method CSharp_AkSegmentInfo_iActiveDuration_get (line 2659) | #if DEBUG method CSharp_AkSegmentInfo_iPostExitDuration_set (line 2666) | #if DEBUG method CSharp_AkSegmentInfo_iPostExitDuration_get (line 2673) | #if DEBUG method CSharp_AkSegmentInfo_iRemainingLookAheadTime_set (line 2680) | #if DEBUG method CSharp_AkSegmentInfo_iRemainingLookAheadTime_get (line 2687) | #if DEBUG method CSharp_new_AkSegmentInfo (line 2694) | #if DEBUG method CSharp_delete_AkSegmentInfo (line 2701) | #if DEBUG method CSharp_GetPlayingSegmentInfo__SWIG_0 (line 2708) | #if DEBUG method CSharp_GetPlayingSegmentInfo__SWIG_1 (line 2715) | #if DEBUG method CSharp_AkCallbackSerializer_Init (line 2722) | #if DEBUG method CSharp_AkCallbackSerializer_Term (line 2729) | #if DEBUG method CSharp_AkCallbackSerializer_Lock (line 2736) | #if DEBUG method CSharp_AkCallbackSerializer_SetLocalOutput (line 2743) | #if DEBUG method CSharp_AkCallbackSerializer_Unlock (line 2750) | #if DEBUG method CSharp_new_AkCallbackSerializer (line 2757) | #if DEBUG method CSharp_delete_AkCallbackSerializer (line 2764) | #if DEBUG method CSharp_PostCode (line 2771) | #if DEBUG method CSharp_PostString__SWIG_0 (line 2778) | #if DEBUG method CSharp_GetTimeStamp (line 2785) | #if DEBUG method CSharp_ResolveDialogueEvent__SWIG_0 (line 2792) | #if DEBUG method CSharp_ResolveDialogueEvent__SWIG_1 (line 2799) | #if DEBUG method CSharp_AkPositioningInfo_fCenterPct_set (line 2806) | #if DEBUG method CSharp_AkPositioningInfo_fCenterPct_get (line 2813) | #if DEBUG method CSharp_AkPositioningInfo_pannerType_set (line 2820) | #if DEBUG method CSharp_AkPositioningInfo_pannerType_get (line 2827) | #if DEBUG method CSharp_AkPositioningInfo_posSourceType_set (line 2834) | #if DEBUG method CSharp_AkPositioningInfo_posSourceType_get (line 2841) | #if DEBUG method CSharp_AkPositioningInfo_bUpdateEachFrame_set (line 2848) | #if DEBUG method CSharp_AkPositioningInfo_bUpdateEachFrame_get (line 2855) | #if DEBUG method CSharp_AkPositioningInfo_bUseSpatialization_set (line 2862) | #if DEBUG method CSharp_AkPositioningInfo_bUseSpatialization_get (line 2869) | #if DEBUG method CSharp_AkPositioningInfo_bUseAttenuation_set (line 2876) | #if DEBUG method CSharp_AkPositioningInfo_bUseAttenuation_get (line 2883) | #if DEBUG method CSharp_AkPositioningInfo_bUseConeAttenuation_set (line 2890) | #if DEBUG method CSharp_AkPositioningInfo_bUseConeAttenuation_get (line 2897) | #if DEBUG method CSharp_AkPositioningInfo_fInnerAngle_set (line 2904) | #if DEBUG method CSharp_AkPositioningInfo_fInnerAngle_get (line 2911) | #if DEBUG method CSharp_AkPositioningInfo_fOuterAngle_set (line 2918) | #if DEBUG method CSharp_AkPositioningInfo_fOuterAngle_get (line 2925) | #if DEBUG method CSharp_AkPositioningInfo_fConeMaxAttenuation_set (line 2932) | #if DEBUG method CSharp_AkPositioningInfo_fConeMaxAttenuation_get (line 2939) | #if DEBUG method CSharp_AkPositioningInfo_LPFCone_set (line 2946) | #if DEBUG method CSharp_AkPositioningInfo_LPFCone_get (line 2953) | #if DEBUG method CSharp_AkPositioningInfo_fMaxDistance_set (line 2960) | #if DEBUG method CSharp_AkPositioningInfo_fMaxDistance_get (line 2967) | #if DEBUG method CSharp_AkPositioningInfo_fVolDryAtMaxDist_set (line 2974) | #if DEBUG method CSharp_AkPositioningInfo_fVolDryAtMaxDist_get (line 2981) | #if DEBUG method CSharp_AkPositioningInfo_fVolAuxGameDefAtMaxDist_set (line 2988) | #if DEBUG method CSharp_AkPositioningInfo_fVolAuxGameDefAtMaxDist_get (line 2995) | #if DEBUG method CSharp_AkPositioningInfo_fVolAuxUserDefAtMaxDist_set (line 3002) | #if DEBUG method CSharp_AkPositioningInfo_fVolAuxUserDefAtMaxDist_get (line 3009) | #if DEBUG method CSharp_AkPositioningInfo_LPFValueAtMaxDist_set (line 3016) | #if DEBUG method CSharp_AkPositioningInfo_LPFValueAtMaxDist_get (line 3023) | #if DEBUG method CSharp_new_AkPositioningInfo (line 3030) | #if DEBUG method CSharp_delete_AkPositioningInfo (line 3037) | #if DEBUG method CSharp_AkObjectInfo_objID_set (line 3044) | #if DEBUG method CSharp_AkObjectInfo_objID_get (line 3051) | #if DEBUG method CSharp_AkObjectInfo_parentID_set (line 3058) | #if DEBUG method CSharp_AkObjectInfo_parentID_get (line 3065) | #if DEBUG method CSharp_AkObjectInfo_iDepth_set (line 3072) | #if DEBUG method CSharp_AkObjectInfo_iDepth_get (line 3079) | #if DEBUG method CSharp_new_AkObjectInfo (line 3086) | #if DEBUG method CSharp_delete_AkObjectInfo (line 3093) | #if DEBUG method CSharp_GetPosition (line 3100) | #if DEBUG method CSharp_GetActiveListeners (line 3107) | #if DEBUG method CSharp_GetListenerPosition (line 3114) | #if DEBUG method CSharp_GetListenerSpatialization (line 3121) | #if DEBUG method CSharp_GetRTPCValue__SWIG_0 (line 3128) | #if DEBUG method CSharp_GetRTPCValue__SWIG_1 (line 3135) | #if DEBUG method CSharp_GetSwitch__SWIG_0 (line 3142) | #if DEBUG method CSharp_GetSwitch__SWIG_1 (line 3149) | #if DEBUG method CSharp_GetState__SWIG_0 (line 3156) | #if DEBUG method CSharp_GetState__SWIG_1 (line 3163) | #if DEBUG method CSharp_GetGameObjectAuxSendValues (line 3170) | #if DEBUG method CSharp_GetGameObjectDryLevelValue (line 3177) | #if DEBUG method CSharp_GetObjectObstructionAndOcclusion (line 3184) | #if DEBUG method CSharp_QueryAudioObjectIDs__SWIG_0 (line 3191) | #if DEBUG method CSharp_QueryAudioObjectIDs__SWIG_1 (line 3198) | #if DEBUG method CSharp_GetPositioningInfo (line 3205) | #if DEBUG method CSharp_GetIsGameObjectActive (line 3212) | #if DEBUG method CSharp_GetMaxRadius (line 3219) | #if DEBUG method CSharp_GetEventIDFromPlayingID (line 3226) | #if DEBUG method CSharp_GetGameObjectFromPlayingID (line 3233) | #if DEBUG method CSharp_GetPlayingIDsFromGameObject (line 3240) | #if DEBUG method CSharp_GetCustomPropertyValue__SWIG_0 (line 3247) | #if DEBUG method CSharp_GetCustomPropertyValue__SWIG_1 (line 3254) | #if DEBUG method CSharp_AK_SPEAKER_SETUP_FIX_LEFT_TO_CENTER (line 3261) | #if DEBUG method CSharp_AK_SPEAKER_SETUP_FIX_SIDE_TO_REAR (line 3268) | #if DEBUG method CSharp_AK_SPEAKER_SETUP_CONVERT_TO_SUPPORTED (line 3275) | #if DEBUG method CSharp_ChannelMaskToNumChannels (line 3282) | #if DEBUG method CSharp_ChannelMaskFromNumChannels (line 3289) | #if DEBUG method CSharp_ChannelIndexToDisplayIndex (line 3296) | #if DEBUG method CSharp_AddPlayerMotionDevice__SWIG_0 (line 3303) | #if DEBUG method CSharp_AddPlayerMotionDevice__SWIG_1 (line 3310) | #if DEBUG method CSharp_RemovePlayerMotionDevice (line 3317) | #if DEBUG method CSharp_SetPlayerListener (line 3324) | #if DEBUG method CSharp_SetPlayerVolume (line 3331) | #if DEBUG method CSharp_AkStreamMgrSettings_uMemorySize_set (line 3338) | #if DEBUG method CSharp_AkStreamMgrSettings_uMemorySize_get (line 3345) | #if DEBUG method CSharp_new_AkStreamMgrSettings (line 3352) | #if DEBUG method CSharp_delete_AkStreamMgrSettings (line 3359) | #if DEBUG method CSharp_AkDeviceSettings_pIOMemory_set (line 3366) | #if DEBUG method CSharp_AkDeviceSettings_pIOMemory_get (line 3373) | #if DEBUG method CSharp_AkDeviceSettings_uIOMemorySize_set (line 3380) | #if DEBUG method CSharp_AkDeviceSettings_uIOMemorySize_get (line 3387) | #if DEBUG method CSharp_AkDeviceSettings_uIOMemoryAlignment_set (line 3394) | #if DEBUG method CSharp_AkDeviceSettings_uIOMemoryAlignment_get (line 3401) | #if DEBUG method CSharp_AkDeviceSettings_ePoolAttributes_set (line 3408) | #if DEBUG method CSharp_AkDeviceSettings_ePoolAttributes_get (line 3415) | #if DEBUG method CSharp_AkDeviceSettings_uGranularity_set (line 3422) | #if DEBUG method CSharp_AkDeviceSettings_uGranularity_get (line 3429) | #if DEBUG method CSharp_AkDeviceSettings_uSchedulerTypeFlags_set (line 3436) | #if DEBUG method CSharp_AkDeviceSettings_uSchedulerTypeFlags_get (line 3443) | #if DEBUG method CSharp_AkDeviceSettings_threadProperties_set (line 3450) | #if DEBUG method CSharp_AkDeviceSettings_threadProperties_get (line 3457) | #if DEBUG method CSharp_AkDeviceSettings_fTargetAutoStmBufferLength_set (line 3464) | #if DEBUG method CSharp_AkDeviceSettings_fTargetAutoStmBufferLength_get (line 3471) | #if DEBUG method CSharp_AkDeviceSettings_uMaxConcurrentIO_set (line 3478) | #if DEBUG method CSharp_AkDeviceSettings_uMaxConcurrentIO_get (line 3485) | #if DEBUG method CSharp_AkDeviceSettings_fMaxCacheRatio_set (line 3492) | #if DEBUG method CSharp_AkDeviceSettings_fMaxCacheRatio_get (line 3499) | #if DEBUG method CSharp_new_AkDeviceSettings (line 3506) | #if DEBUG method CSharp_delete_AkDeviceSettings (line 3513) | #if DEBUG method CSharp_AkPlatformInitSettings_threadLEngine_set (line 3520) | #if DEBUG method CSharp_AkPlatformInitSettings_threadLEngine_get (line 3527) | #if DEBUG method CSharp_AkPlatformInitSettings_threadBankManager_set (line 3534) | #if DEBUG method CSharp_AkPlatformInitSettings_threadBankManager_get (line 3541) | #if DEBUG method CSharp_AkPlatformInitSettings_threadMonitor_set (line 3548) | #if DEBUG method CSharp_AkPlatformInitSettings_threadMonitor_get (line 3555) | #if DEBUG method CSharp_AkPlatformInitSettings_uLEngineDefaultPoolSize_set (line 3562) | #if DEBUG method CSharp_AkPlatformInitSettings_uLEngineDefaultPoolSize_get (line 3569) | #if DEBUG method CSharp_AkPlatformInitSettings_fLEngineDefaultPoolRatioThreshold_set (line 3576) | #if DEBUG method CSharp_AkPlatformInitSettings_fLEngineDefaultPoolRatioThreshold_get (line 3583) | #if DEBUG method CSharp_AkPlatformInitSettings_uNumRefillsInVoice_set (line 3590) | #if DEBUG method CSharp_AkPlatformInitSettings_uNumRefillsInVoice_get (line 3597) | #if DEBUG method CSharp_AkPlatformInitSettings_eAudioQuality_set (line 3604) | #if DEBUG method CSharp_AkPlatformInitSettings_eAudioQuality_get (line 3611) | #if DEBUG method CSharp_AkPlatformInitSettings_bGlobalFocus_set (line 3618) | #if DEBUG method CSharp_AkPlatformInitSettings_bGlobalFocus_get (line 3625) | #if DEBUG method CSharp_new_AkPlatformInitSettings (line 3632) | #if DEBUG method CSharp_delete_AkPlatformInitSettings (line 3639) | #if DEBUG method CSharp_AkThreadProperties_nPriority_set (line 3646) | #if DEBUG method CSharp_AkThreadProperties_nPriority_get (line 3653) | #if DEBUG method CSharp_AkThreadProperties_dwAffinityMask_set (line 3660) | #if DEBUG method CSharp_AkThreadProperties_dwAffinityMask_get (line 3667) | #if DEBUG method CSharp_AkThreadProperties_uStackSize_set (line 3674) | #if DEBUG method CSharp_AkThreadProperties_uStackSize_get (line 3681) | #if DEBUG method CSharp_new_AkThreadProperties (line 3688) | #if DEBUG method CSharp_delete_AkThreadProperties (line 3695) | #if DEBUG method CSharp_Term (line 3702) | #if DEBUG method CSharp_Init (line 3709) | #if DEBUG method CSharp_GetDefaultStreamSettings (line 3716) | #if DEBUG method CSharp_GetDefaultDeviceSettings (line 3723) | #if DEBUG method CSharp_GetDefaultMusicSettings (line 3730) | #if DEBUG method CSharp_GetDefaultInitSettings (line 3737) | #if DEBUG method CSharp_GetDefaultPlatformInitSettings (line 3744) | #if DEBUG method CSharp_SetBasePath (line 3751) | #if DEBUG method CSharp_SetBankPath (line 3758) | #if DEBUG method CSharp_SetAudioSrcPath (line 3765) | #if DEBUG method CSharp_SetCurrentLanguage (line 3772) | #if DEBUG method CSharp_SetObjectPosition (line 3779) | #if DEBUG method CSharp_SetListenerPosition (line 3786) | #if DEBUG method CSharp_IsInitialized (line 3793) | #if DEBUG method CSharp_WwiseObjectID_SWIGUpcast (line 3800) | #if DEBUG method CSharp_Playlist_SWIGUpcast (line 3807) | #if DEBUG FILE: Wwise/Generated/Windows/AkSoundEngine_Windows.cs class AkSoundEngine (line 14) | public class AkSoundEngine { method VirtualAllocHook (line 15) | public static IntPtr VirtualAllocHook(IntPtr in_pMemAddress, uint in_s... method VirtualFreeHook (line 18) | public static void VirtualFreeHook(IntPtr in_pMemAddress, uint in_size... method DynamicSequenceOpen (line 43) | public static uint DynamicSequenceOpen(ComponentBind.Entity in_gameObj... method DynamicSequenceOpen (line 69) | public static uint DynamicSequenceOpen(ComponentBind.Entity in_gameObj... method DynamicSequenceOpen (line 95) | public static uint DynamicSequenceOpen(ComponentBind.Entity in_gameObj... method DynamicSequenceOpen (line 120) | public static uint DynamicSequenceOpen(ComponentBind.Entity in_gameObj... method DynamicSequenceClose (line 145) | public static AKRESULT DynamicSequenceClose(uint in_playingID) { method DynamicSequencePlay (line 151) | public static AKRESULT DynamicSequencePlay(uint in_playingID, int in_u... method DynamicSequencePlay (line 157) | public static AKRESULT DynamicSequencePlay(uint in_playingID, int in_u... method DynamicSequencePlay (line 163) | public static AKRESULT DynamicSequencePlay(uint in_playingID) { method DynamicSequencePause (line 169) | public static AKRESULT DynamicSequencePause(uint in_playingID, int in_... method DynamicSequencePause (line 175) | public static AKRESULT DynamicSequencePause(uint in_playingID, int in_... method DynamicSequencePause (line 181) | public static AKRESULT DynamicSequencePause(uint in_playingID) { method DynamicSequenceResume (line 187) | public static AKRESULT DynamicSequenceResume(uint in_playingID, int in... method DynamicSequenceResume (line 193) | public static AKRESULT DynamicSequenceResume(uint in_playingID, int in... method DynamicSequenceResume (line 199) | public static AKRESULT DynamicSequenceResume(uint in_playingID) { method DynamicSequenceStop (line 205) | public static AKRESULT DynamicSequenceStop(uint in_playingID, int in_u... method DynamicSequenceStop (line 211) | public static AKRESULT DynamicSequenceStop(uint in_playingID, int in_u... method DynamicSequenceStop (line 217) | public static AKRESULT DynamicSequenceStop(uint in_playingID) { method DynamicSequenceBreak (line 223) | public static AKRESULT DynamicSequenceBreak(uint in_playingID) { method DynamicSequenceLockPlaylist (line 229) | public static Playlist DynamicSequenceLockPlaylist(uint in_playingID) { method DynamicSequenceUnlockPlaylist (line 236) | public static AKRESULT DynamicSequenceUnlockPlaylist(uint in_playingID) { method GetSpeakerConfiguration (line 242) | public static uint GetSpeakerConfiguration(AkSinkType in_eSinkType, ui... method GetSpeakerConfiguration (line 248) | public static uint GetSpeakerConfiguration(AkSinkType in_eSinkType) { method GetSpeakerConfiguration (line 254) | public static uint GetSpeakerConfiguration() { method GetPanningRule (line 260) | public static AKRESULT GetPanningRule(out int out_ePanningRule, AkSink... method GetPanningRule (line 266) | public static AKRESULT GetPanningRule(out int out_ePanningRule, AkSink... method GetPanningRule (line 272) | public static AKRESULT GetPanningRule(out int out_ePanningRule) { method SetPanningRule (line 278) | public static AKRESULT SetPanningRule(AkPanningRule in_ePanningRule, A... method SetPanningRule (line 284) | public static AKRESULT SetPanningRule(AkPanningRule in_ePanningRule, A... method SetPanningRule (line 290) | public static AKRESULT SetPanningRule(AkPanningRule in_ePanningRule) { method GetSpeakerAngles (line 296) | public static AKRESULT GetSpeakerAngles(ref float io_pfSpeakerAngles, ... method GetSpeakerAngles (line 302) | public static AKRESULT GetSpeakerAngles(ref float io_pfSpeakerAngles, ... method GetSpeakerAngles (line 308) | public static AKRESULT GetSpeakerAngles(ref float io_pfSpeakerAngles, ... method SetSpeakerAngles (line 314) | public static AKRESULT SetSpeakerAngles(float in_pfSpeakerAngles, uint... method SetSpeakerAngles (line 320) | public static AKRESULT SetSpeakerAngles(float in_pfSpeakerAngles, uint... method SetSpeakerAngles (line 326) | public static AKRESULT SetSpeakerAngles(float in_pfSpeakerAngles, uint... method SetVolumeThreshold (line 332) | public static AKRESULT SetVolumeThreshold(float in_fVolumeThresholdDB) { method SetMaxNumVoicesLimit (line 338) | public static AKRESULT SetMaxNumVoicesLimit(ushort in_maxNumberVoices) { method RenderAudio (line 344) | public static AKRESULT RenderAudio() { method GetIDFromString (line 350) | public static uint GetIDFromString(string in_pszString) { method PostEvent (line 356) | public static uint PostEvent(uint in_eventID, ComponentBind.Entity in_... method PostEvent (line 382) | public static uint PostEvent(uint in_eventID, ComponentBind.Entity in_... method PostEvent (line 408) | public static uint PostEvent(uint in_eventID, ComponentBind.Entity in_... method PostEvent (line 434) | public static uint PostEvent(uint in_eventID, ComponentBind.Entity in_... method PostEvent (line 460) | public static uint PostEvent(uint in_eventID, ComponentBind.Entity in_... method PostEvent (line 485) | public static uint PostEvent(uint in_eventID, uint gameObject) method PostEvent (line 490) | public static uint PostEvent(uint in_eventID, ComponentBind.Entity in_... method PostEvent (line 515) | public static uint PostEvent(string in_pszEventName, ComponentBind.Ent... method PostEvent (line 541) | public static uint PostEvent(string in_pszEventName, ComponentBind.Ent... method PostEvent (line 567) | public static uint PostEvent(string in_pszEventName, ComponentBind.Ent... method PostEvent (line 593) | public static uint PostEvent(string in_pszEventName, ComponentBind.Ent... method PostEvent (line 619) | public static uint PostEvent(string in_pszEventName, ComponentBind.Ent... method PostEvent (line 644) | public static uint PostEvent(string in_pszEventName, ComponentBind.Ent... method ExecuteActionOnEvent (line 669) | public static AKRESULT ExecuteActionOnEvent(uint in_eventID, AkActionO... method ExecuteActionOnEvent (line 694) | public static AKRESULT ExecuteActionOnEvent(uint in_eventID, AkActionO... method ExecuteActionOnEvent (line 719) | public static AKRESULT ExecuteActionOnEvent(uint in_eventID, AkActionO... method ExecuteActionOnEvent (line 744) | public static AKRESULT ExecuteActionOnEvent(uint in_eventID, AkActionO... method ExecuteActionOnEvent (line 769) | public static AKRESULT ExecuteActionOnEvent(uint in_eventID, AkActionO... method ExecuteActionOnEvent (line 775) | public static AKRESULT ExecuteActionOnEvent(string in_pszEventName, Ak... method ExecuteActionOnEvent (line 800) | public static AKRESULT ExecuteActionOnEvent(string in_pszEventName, Ak... method ExecuteActionOnEvent (line 825) | public static AKRESULT ExecuteActionOnEvent(string in_pszEventName, Ak... method ExecuteActionOnEvent (line 850) | public static AKRESULT ExecuteActionOnEvent(string in_pszEventName, Ak... method ExecuteActionOnEvent (line 875) | public static AKRESULT ExecuteActionOnEvent(string in_pszEventName, Ak... method SeekOnEvent (line 881) | public static AKRESULT SeekOnEvent(uint in_eventID, ComponentBind.Enti... method SeekOnEvent (line 906) | public static AKRESULT SeekOnEvent(uint in_eventID, ComponentBind.Enti... method SeekOnEvent (line 931) | public static AKRESULT SeekOnEvent(string in_pszEventName, ComponentBi... method SeekOnEvent (line 956) | public static AKRESULT SeekOnEvent(string in_pszEventName, ComponentBi... method SeekOnEvent (line 981) | public static AKRESULT SeekOnEvent(uint in_eventID, ComponentBind.Enti... method SeekOnEvent (line 1006) | public static AKRESULT SeekOnEvent(uint in_eventID, ComponentBind.Enti... method SeekOnEvent (line 1031) | public static AKRESULT SeekOnEvent(string in_pszEventName, ComponentBi... method SeekOnEvent (line 1056) | public static AKRESULT SeekOnEvent(string in_pszEventName, ComponentBi... method CancelEventCallbackCookie (line 1081) | public static void CancelEventCallbackCookie(object in_pCookie) { method CancelEventCallback (line 1086) | public static void CancelEventCallback(uint in_playingID) { method GetSourcePlayPosition (line 1091) | public static AKRESULT GetSourcePlayPosition(uint in_PlayingID, out in... method GetSourcePlayPosition (line 1097) | public static AKRESULT GetSourcePlayPosition(uint in_PlayingID, out in... method StopAll (line 1103) | public static void StopAll(ComponentBind.Entity in_gameObjectID) { method StopAll (line 1127) | public static void StopAll() { method StopPlayingID (line 1132) | public static void StopPlayingID(uint in_playingID, int in_uTransition... method StopPlayingID (line 1137) | public static void StopPlayingID(uint in_playingID, int in_uTransition... method StopPlayingID (line 1142) | public static void StopPlayingID(uint in_playingID) { method RegisterGameObj (line 1147) | public static AKRESULT RegisterGameObj(ComponentBind.Entity in_gameObj... method RegisterGameObj (line 1172) | public static AKRESULT RegisterGameObj(ComponentBind.Entity in_gameObj... method RegisterGameObj (line 1197) | public static AKRESULT RegisterGameObj(ComponentBind.Entity in_gameObj... method RegisterGameObj (line 1222) | public static AKRESULT RegisterGameObj(ComponentBind.Entity in_gameObj... method UnregisterGameObj (line 1247) | public static AKRESULT UnregisterGameObj(ComponentBind.Entity in_gameO... method UnregisterAllGameObj (line 1267) | public static AKRESULT UnregisterAllGameObj() { method SetMultiplePositions (line 1273) | public static AKRESULT SetMultiplePositions(ComponentBind.Entity in_Ga... method SetMultiplePositions (line 1298) | public static AKRESULT SetMultiplePositions(ComponentBind.Entity in_Ga... method SetAttenuationScalingFactor (line 1323) | public static AKRESULT SetAttenuationScalingFactor(ComponentBind.Entit... method SetListenerScalingFactor (line 1348) | public static AKRESULT SetListenerScalingFactor(uint in_uListenerIndex... method ClearBanks (line 1354) | public static AKRESULT ClearBanks() { method SetBankLoadIOSettings (line 1360) | public static AKRESULT SetBankLoadIOSettings(float in_fThroughput, cha... method LoadBank (line 1366) | public static AKRESULT LoadBank(string in_pszString, int in_memPoolId,... method LoadBank (line 1372) | public static AKRESULT LoadBank(uint in_bankID, int in_memPoolId) { method LoadBank (line 1378) | public static AKRESULT LoadBank(IntPtr in_pInMemoryBankPtr, uint in_uI... method LoadBank (line 1384) | public static AKRESULT LoadBank(string in_pszString, AkCallbackManager... method LoadBank (line 1393) | public static AKRESULT LoadBank(uint in_bankID, AkCallbackManager.Bank... method LoadBank (line 1402) | public static AKRESULT LoadBank(IntPtr in_pInMemoryBankPtr, uint in_uI... method UnloadBank (line 1411) | public static AKRESULT UnloadBank(string in_pszString, IntPtr in_pInMe... method UnloadBank (line 1417) | public static AKRESULT UnloadBank(string in_pszString, IntPtr in_pInMe... method UnloadBank (line 1423) | public static AKRESULT UnloadBank(uint in_bankID, IntPtr in_pInMemoryB... method UnloadBank (line 1429) | public static AKRESULT UnloadBank(uint in_bankID, IntPtr in_pInMemoryB... method UnloadBank (line 1435) | public static AKRESULT UnloadBank(string in_pszString, IntPtr in_pInMe... method UnloadBank (line 1444) | public static AKRESULT UnloadBank(uint in_bankID, IntPtr in_pInMemoryB... method CancelBankCallbackCookie (line 1453) | public static void CancelBankCallbackCookie(object in_pCookie) { method PrepareBank (line 1458) | public static AKRESULT PrepareBank(PreparationType in_PreparationType,... method PrepareBank (line 1464) | public static AKRESULT PrepareBank(PreparationType in_PreparationType,... method PrepareBank (line 1470) | public static AKRESULT PrepareBank(PreparationType in_PreparationType,... method PrepareBank (line 1476) | public static AKRESULT PrepareBank(PreparationType in_PreparationType,... method PrepareBank (line 1482) | public static AKRESULT PrepareBank(PreparationType in_PreparationType,... method PrepareBank (line 1491) | public static AKRESULT PrepareBank(PreparationType in_PreparationType,... method PrepareBank (line 1500) | public static AKRESULT PrepareBank(PreparationType in_PreparationType,... method PrepareBank (line 1509) | public static AKRESULT PrepareBank(PreparationType in_PreparationType,... method ClearPreparedEvents (line 1518) | public static AKRESULT ClearPreparedEvents() { method PrepareEvent (line 1524) | public static AKRESULT PrepareEvent(PreparationType in_PreparationType... method PrepareEvent (line 1556) | public static AKRESULT PrepareEvent(PreparationType in_PreparationType... method PrepareEvent (line 1562) | public static AKRESULT PrepareEvent(PreparationType in_PreparationType... method PrepareEvent (line 1595) | public static AKRESULT PrepareEvent(PreparationType in_PreparationType... method PrepareGameSyncs (line 1604) | public static AKRESULT PrepareGameSyncs(PreparationType in_Preparation... method PrepareGameSyncs (line 1636) | public static AKRESULT PrepareGameSyncs(PreparationType in_Preparation... method PrepareGameSyncs (line 1642) | public static AKRESULT PrepareGameSyncs(PreparationType in_Preparation... method PrepareGameSyncs (line 1675) | public static AKRESULT PrepareGameSyncs(PreparationType in_Preparation... method SetActiveListeners (line 1684) | public static AKRESULT SetActiveListeners(ComponentBind.Entity in_Game... method SetListenerSpatialization (line 1709) | public static AKRESULT SetListenerSpatialization(uint in_uIndex, bool ... method SetListenerSpatialization (line 1715) | public static AKRESULT SetListenerSpatialization(uint in_uIndex, bool ... method SetListenerPipeline (line 1721) | public static AKRESULT SetListenerPipeline(uint in_uIndex, bool in_bAu... method SetRTPCValue (line 1727) | public static AKRESULT SetRTPCValue(uint in_rtpcID, float in_value, Co... method SetRTPCValue (line 1752) | public static AKRESULT SetRTPCValue(uint in_rtpcID, float in_value, Co... method SetRTPCValue (line 1777) | public static AKRESULT SetRTPCValue(uint in_rtpcID, float in_value, ui... method SetRTPCValue (line 1782) | public static AKRESULT SetRTPCValue(uint in_rtpcID, float in_value, Co... method SetRTPCValue (line 1807) | public static AKRESULT SetRTPCValue(uint in_rtpcID, float in_value) { method SetRTPCValue (line 1813) | public static AKRESULT SetRTPCValue(string in_pszRtpcName, float in_va... method SetRTPCValue (line 1838) | public static AKRESULT SetRTPCValue(string in_pszRtpcName, float in_va... method SetRTPCValue (line 1863) | public static AKRESULT SetRTPCValue(string in_pszRtpcName, float in_va... method SetRTPCValue (line 1888) | public static AKRESULT SetRTPCValue(string in_pszRtpcName, float in_va... method ResetRTPCValue (line 1894) | public static AKRESULT ResetRTPCValue(uint in_rtpcID, ComponentBind.En... method ResetRTPCValue (line 1919) | public static AKRESULT ResetRTPCValue(uint in_rtpcID, ComponentBind.En... method ResetRTPCValue (line 1944) | public static AKRESULT ResetRTPCValue(uint in_rtpcID, ComponentBind.En... method ResetRTPCValue (line 1969) | public static AKRESULT ResetRTPCValue(uint in_rtpcID) { method ResetRTPCValue (line 1975) | public static AKRESULT ResetRTPCValue(string in_pszRtpcName, Component... method ResetRTPCValue (line 2000) | public static AKRESULT ResetRTPCValue(string in_pszRtpcName, Component... method ResetRTPCValue (line 2025) | public static AKRESULT ResetRTPCValue(string in_pszRtpcName, Component... method ResetRTPCValue (line 2050) | public static AKRESULT ResetRTPCValue(string in_pszRtpcName) { method SetSwitch (line 2056) | public static AKRESULT SetSwitch(uint in_switchGroup, uint in_switchSt... method SetSwitch (line 2081) | public static AKRESULT SetSwitch(string in_pszSwitchGroup, string in_p... method PostTrigger (line 2106) | public static AKRESULT PostTrigger(uint in_triggerID, ComponentBind.En... method PostTrigger (line 2131) | public static AKRESULT PostTrigger(string in_pszTrigger, ComponentBind... method SetState (line 2156) | public static AKRESULT SetState(uint in_stateGroup, uint in_state) { method SetState (line 2162) | public static AKRESULT SetState(string in_pszStateGroup, string in_psz... method SetGameObjectAuxSendValues (line 2168) | public static AKRESULT SetGameObjectAuxSendValues(ComponentBind.Entity... method SetGameObjectOutputBusVolume (line 2193) | public static AKRESULT SetGameObjectOutputBusVolume(ComponentBind.Enti... method SetActorMixerEffect (line 2218) | public static AKRESULT SetActorMixerEffect(uint in_audioNodeID, uint i... method SetBusEffect (line 2224) | public static AKRESULT SetBusEffect(uint in_audioNodeID, uint in_uFXIn... method SetBusEffect (line 2230) | public static AKRESULT SetBusEffect(string in_pszBusName, uint in_uFXI... method SetObjectObstructionAndOcclusion (line 2236) | public static AKRESULT SetObjectObstructionAndOcclusion(ComponentBind.... method StartOutputCapture (line 2261) | public static AKRESULT StartOutputCapture(string in_CaptureFileName) { method StopOutputCapture (line 2267) | public static AKRESULT StopOutputCapture() { method StartProfilerCapture (line 2273) | public static AKRESULT StartProfilerCapture(string in_CaptureFileName) { method StopProfilerCapture (line 2279) | public static AKRESULT StopProfilerCapture() { method AddSecondaryOutput (line 2285) | public static AKRESULT AddSecondaryOutput(uint in_iOutputID, AkSinkTyp... method RemoveSecondaryOutput (line 2291) | public static AKRESULT RemoveSecondaryOutput(uint in_iOutputID, AkSink... method SetSecondaryOutputVolume (line 2297) | public static AKRESULT SetSecondaryOutputVolume(uint in_iOutputID, AkS... method GetPlayingSegmentInfo (line 2303) | public static AKRESULT GetPlayingSegmentInfo(uint in_PlayingID, AkSegm... method GetPlayingSegmentInfo (line 2309) | public static AKRESULT GetPlayingSegmentInfo(uint in_PlayingID, AkSegm... method PostCode (line 2315) | public static AKRESULT PostCode(ErrorCode in_eError, ErrorLevel in_eEr... method PostString (line 2321) | public static AKRESULT PostString(string in_pszError, ErrorLevel in_eE... method GetTimeStamp (line 2327) | public static int GetTimeStamp() { method ResolveDialogueEvent (line 2333) | public static uint ResolveDialogueEvent(uint in_eventID, uint[] in_aAr... method ResolveDialogueEvent (line 2339) | public static uint ResolveDialogueEvent(uint in_eventID, uint[] in_aAr... method GetPosition (line 2345) | public static AKRESULT GetPosition(ComponentBind.Entity in_GameObjectI... method GetActiveListeners (line 2370) | public static AKRESULT GetActiveListeners(ComponentBind.Entity in_Game... method GetListenerPosition (line 2395) | public static AKRESULT GetListenerPosition(uint in_uIndex, AkListenerP... method GetListenerSpatialization (line 2401) | public static AKRESULT GetListenerSpatialization(uint in_uIndex, out i... method GetRTPCValue (line 2407) | public static AKRESULT GetRTPCValue(uint in_rtpcID, ComponentBind.Enti... method GetRTPCValue (line 2432) | public static AKRESULT GetRTPCValue(string in_pszRtpcName, ComponentBi... method GetSwitch (line 2457) | public static AKRESULT GetSwitch(uint in_switchGroup, ComponentBind.En... method GetSwitch (line 2482) | public static AKRESULT GetSwitch(string in_pstrSwitchGroupName, Compon... method GetState (line 2507) | public static AKRESULT GetState(uint in_stateGroup, out uint out_rStat... method GetState (line 2513) | public static AKRESULT GetState(string in_pstrStateGroupName, out uint... method GetGameObjectAuxSendValues (line 2519) | public static AKRESULT GetGameObjectAuxSendValues(ComponentBind.Entity... method GetGameObjectDryLevelValue (line 2544) | public static AKRESULT GetGameObjectDryLevelValue(ComponentBind.Entity... method GetObjectObstructionAndOcclusion (line 2569) | public static AKRESULT GetObjectObstructionAndOcclusion(ComponentBind.... method QueryAudioObjectIDs (line 2594) | public static AKRESULT QueryAudioObjectIDs(uint in_eventID, ref uint i... method QueryAudioObjectIDs (line 2600) | public static AKRESULT QueryAudioObjectIDs(string in_pszEventName, ref... method GetPositioningInfo (line 2606) | public static AKRESULT GetPositioningInfo(uint in_ObjectID, AkPosition... method GetIsGameObjectActive (line 2612) | public static bool GetIsGameObjectActive(ComponentBind.Entity in_GameO... method GetMaxRadius (line 2637) | public static float GetMaxRadius(ComponentBind.Entity in_GameObjId) { method GetEventIDFromPlayingID (line 2662) | public static uint GetEventIDFromPlayingID(uint in_playingID) { method GetGameObjectFromPlayingID (line 2668) | public static uint GetGameObjectFromPlayingID(uint in_playingID) { ret... method GetPlayingIDsFromGameObject (line 2670) | public static AKRESULT GetPlayingIDsFromGameObject(ComponentBind.Entit... method GetCustomPropertyValue (line 2695) | public static AKRESULT GetCustomPropertyValue(uint in_ObjectID, uint i... method GetCustomPropertyValue (line 2701) | public static AKRESULT GetCustomPropertyValue(uint in_ObjectID, uint i... method AK_SPEAKER_SETUP_FIX_LEFT_TO_CENTER (line 2707) | public static void AK_SPEAKER_SETUP_FIX_LEFT_TO_CENTER(ref uint io_uCh... method AK_SPEAKER_SETUP_FIX_SIDE_TO_REAR (line 2712) | public static void AK_SPEAKER_SETUP_FIX_SIDE_TO_REAR(ref uint io_uChan... method AK_SPEAKER_SETUP_CONVERT_TO_SUPPORTED (line 2717) | public static void AK_SPEAKER_SETUP_CONVERT_TO_SUPPORTED(ref uint io_u... method ChannelMaskToNumChannels (line 2722) | public static uint ChannelMaskToNumChannels(uint in_uChannelMask) { method ChannelMaskFromNumChannels (line 2728) | public static uint ChannelMaskFromNumChannels(uint in_uNumChannels) { method ChannelIndexToDisplayIndex (line 2734) | public static uint ChannelIndexToDisplayIndex(AkChannelOrdering in_eOr... method AddPlayerMotionDevice (line 2740) | public static AKRESULT AddPlayerMotionDevice(byte in_iPlayerID, uint i... method AddPlayerMotionDevice (line 2746) | public static AKRESULT AddPlayerMotionDevice(byte in_iPlayerID, uint i... method RemovePlayerMotionDevice (line 2752) | public static void RemovePlayerMotionDevice(byte in_iPlayerID, uint in... method SetPlayerListener (line 2757) | public static void SetPlayerListener(byte in_iPlayerID, byte in_iListe... method SetPlayerVolume (line 2762) | public static void SetPlayerVolume(byte in_iPlayerID, float in_fVolume) { method Term (line 2767) | public static void Term() { method Init (line 2772) | public static AKRESULT Init(AkMemSettings in_pMemSettings, AkStreamMgr... method GetDefaultStreamSettings (line 2778) | public static void GetDefaultStreamSettings(AkStreamMgrSettings out_se... method GetDefaultDeviceSettings (line 2783) | public static void GetDefaultDeviceSettings(AkDeviceSettings out_setti... method GetDefaultMusicSettings (line 2788) | public static void GetDefaultMusicSettings(AkMusicSettings out_setting... method GetDefaultInitSettings (line 2793) | public static void GetDefaultInitSettings(AkInitSettings out_settings) { method GetDefaultPlatformInitSettings (line 2798) | public static void GetDefaultPlatformInitSettings(AkPlatformInitSettin... method SetBasePath (line 2803) | public static AKRESULT SetBasePath(string in_pszBasePath) { method SetBankPath (line 2809) | public static AKRESULT SetBankPath(string in_pszBankPath) { method SetAudioSrcPath (line 2815) | public static AKRESULT SetAudioSrcPath(string in_pszAudioSrcPath) { method SetCurrentLanguage (line 2821) | public static AKRESULT SetCurrentLanguage(string in_pszAudioSrcPath) { method getGameObjectID (line 2827) | private static uint getGameObjectID(ComponentBind.Entity entity) method SetObjectPosition (line 2832) | public static AKRESULT SetObjectPosition(ComponentBind.Entity in_GameO... method SetListenerPosition (line 2857) | public static AKRESULT SetListenerPosition(float FrontX, float FrontY,... method IsInitialized (line 2863) | public static bool IsInitialized() { method PostEvent (line 2869) | public static uint PostEvent(uint e) method RegisterTemp (line 2874) | public static uint RegisterTemp(Vector3 pos, AkAuxSendArray aux) method UnregisterTemp (line 2884) | public static void UnregisterTemp(uint id) method PostEvent (line 2889) | public static uint PostEvent(uint e, Vector3 pos, AkAuxSendArray aux) FILE: Wwise/Generated/Windows/AkSoundQuality_Windows.cs type AkSoundQuality (line 10) | public enum AkSoundQuality { FILE: Wwise/Generated/Windows/AkSpeakerVolumes_Windows.cs class AkSpeakerVolumes (line 13) | public class AkSpeakerVolumes : IDisposable { method AkSpeakerVolumes (line 17) | internal AkSpeakerVolumes(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 22) | internal static HandleRef getCPtr(AkSpeakerVolumes obj) { method Dispose (line 30) | public virtual void Dispose() { method AkSpeakerVolumes (line 123) | public AkSpeakerVolumes() : this(AkSoundEnginePINVOKE.CSharp_new_AkSpe... FILE: Wwise/Generated/Windows/AkThreadProperties_Windows.cs class AkThreadProperties (line 13) | public class AkThreadProperties : IDisposable { method AkThreadProperties (line 17) | internal AkThreadProperties(IntPtr cPtr, bool cMemoryOwn) { method getCPtr (line 22) | internal static HandleRef getCPtr(AkThreadProperties obj) { method Dispose (line 30) | public virtual void Dispose() { method AkThreadProperties (line 79) | public AkThreadProperties() : this(AkSoundEnginePINVOKE.CSharp_new_AkT... FILE: Wwise/Handwritten/AkAuxSendArray.cs class AkAuxSendArray (line 12) | public class AkAuxSendArray method AkAuxSendArray (line 14) | public AkAuxSendArray(uint in_Count) method Reset (line 28) | public void Reset() method Add (line 34) | public void Add(uint in_EnvID, float in_fValue) FILE: Wwise/Handwritten/AkCallbackManager.cs class AkCallbackManager (line 21) | static public class AkCallbackManager class EventCallbackPackage (line 27) | public class EventCallbackPackage method EventCallbackPackage (line 29) | public EventCallbackPackage(EventCallback in_cb, object in_cookie) class BankCallbackPackage (line 40) | public class BankCallbackPackage method BankCallbackPackage (line 42) | public BankCallbackPackage(BankCallback in_cb, object in_cookie) type AkCommonCallback (line 53) | #if UNITY_PS4 || UNITY_XBOXONE || UNITY_STANDALONE_WIN || (UNITY_EDITO... type AkEventCallbackInfo (line 65) | [StructLayout(LayoutKind.Sequential)] type AkDynamicSequenceItemCallbackInfo (line 74) | [StructLayout(LayoutKind.Sequential)] type AkMarkerCallbackInfo (line 84) | [StructLayout(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Ansi)] type AkDurationCallbackInfo (line 97) | [StructLayout(LayoutKind.Sequential)] class AkMusicSyncCallbackInfoBase (line 109) | [StructLayout(LayoutKind.Sequential)] class AkMusicSyncCallbackInfo (line 122) | [StructLayout(LayoutKind.Sequential)] type AkMonitoringMsg (line 128) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type AkBankInfo (line 139) | [StructLayout(LayoutKind.Sequential)] type AkAudioInterruptionInfo (line 157) | [StructLayout(LayoutKind.Sequential)] class AudioInterruptionCallbackPackage (line 164) | public class AudioInterruptionCallbackPackage method AudioInterruptionCallbackPackage (line 166) | public AudioInterruptionCallbackPackage(AudioInterruptionCallback in... method Init (line 177) | static public AKRESULT Init() method Term (line 184) | static public void Term() method SetMonitoringCallback (line 191) | static public void SetMonitoringCallback(ErrorLevel in_Level, Monitori... method PostCallbacks (line 197) | static public void PostCallbacks() method SafeExtractCallbackPackages (line 504) | static private bool SafeExtractCallbackPackages(AkCommonCallback commo... method SafeMarshalString (line 528) | static private string SafeMarshalString(IntPtr pData) method SafeMarshalMarkerString (line 547) | static private string SafeMarshalMarkerString(IntPtr pData) method GotoEndOfCurrentStructMember_ValueType (line 552) | static private void GotoEndOfCurrentStructMember_ValueType(ref IntP... method GotoEndOfCurrentStructMember_IntPtr (line 557) | static private void GotoEndOfCurrentStructMember_IntPtr(ref IntPtr pData) method GotoEndOfCurrentStructMember_EnumType (line 562) | static private void GotoEndOfCurrentStructMember_EnumType(ref IntPt... method MarshalFloat32 (line 569) | static private float MarshalFloat32(IntPtr pData) FILE: Wwise/Handwritten/AkPositionArray.cs class AkPositionArray (line 13) | public class AkPositionArray : IDisposable method AkPositionArray (line 15) | public AkPositionArray(uint in_Count) method Dispose (line 28) | public void Dispose() method Reset (line 38) | public void Reset() method Add (line 44) | public void Add(Vector3 in_Pos, Vector3 in_Forward)