BEPUphysics.BroadPhaseEntries.BroadPhaseEntry.GetHashCode C# (CSharp) 메소드

GetHashCode() 공개 메소드

Gets the object's hash code.
public GetHashCode ( ) : int
리턴 int
        public override int GetHashCode()
        {
            return hashCode;
        }

Usage Example

예제 #1
0
 private static bool CameraClipFilter(BroadPhaseEntry test)
 {
     return (GameResources.ActorManager.CameraClippingSimObjects.Contains(test.GetHashCode()));
 }