FloatList Class |
Namespace: Gamelogic.Extensions
[SerializableAttribute] [VersionAttribute(2, 5, 0)] public class FloatList : InspectorList<float>
The FloatList type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | (Inherited from InspectorListT.) | |
| IsReadOnly | (Inherited from InspectorListT.) | |
| Item | (Inherited from InspectorListT.) |
| Name | Description | |
|---|---|---|
| Add | (Inherited from InspectorListT.) | |
| Clear | (Inherited from InspectorListT.) | |
| Contains | (Inherited from InspectorListT.) | |
| CopyTo | (Inherited from InspectorListT.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | (Inherited from InspectorListT.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf | (Inherited from InspectorListT.) | |
| Insert | (Inherited from InspectorListT.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove | (Inherited from InspectorListT.) | |
| RemoveAt | (Inherited from InspectorListT.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |
| Name | Description | |
|---|---|---|
| IEnumerableGetEnumerator | (Inherited from InspectorListT.) |