Show / Hide Table of Contents

Class MyEntityCycling

Inheritance
System.Object
MyEntityCycling
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
public static class MyEntityCycling : Object

Methods

FindNext(MyEntityCyclingOrder, ref Single, ref Int64, Boolean, CyclingOptions)

Declaration
public static void FindNext(MyEntityCyclingOrder order, ref float metric, ref long entityId, bool findLarger, CyclingOptions options)
Parameters
Type Name Description
MyEntityCyclingOrder order
System.Single metric
System.Int64 entityId
System.Boolean findLarger
CyclingOptions options

GetMetric(MyEntityCyclingOrder, MyEntity)

Declaration
public static float GetMetric(MyEntityCyclingOrder order, MyEntity entity)
Parameters
Type Name Description
MyEntityCyclingOrder order
MyEntity entity
Returns
Type Description
System.Single
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾