Class ColShapePool
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Elements.Pools
Assembly: AltV.Net.dll
Syntax
public class ColShapePool : BaseObjectPool<IColShape>, IBaseObjectPool<IColShape>, IReadOnlyBaseObjectPool<IColShape>
Constructors
| Improve this Doc View SourceColShapePool(IBaseObjectFactory<IColShape>)
Declaration
public ColShapePool(IBaseObjectFactory<IColShape> colShapeFactory)
Parameters
Type | Name | Description |
---|---|---|
IBaseObjectFactory<IColShape> | colShapeFactory |
Methods
| Improve this Doc View SourceGetId(IntPtr)
Declaration
public override uint GetId(IntPtr entityPointer)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | entityPointer |
Returns
Type | Description |
---|---|
System.UInt32 |
Overrides
AltV.Net.Elements.Pools.BaseObjectPool<AltV.Net.Elements.Entities.IColShape>.GetId(System.IntPtr)