C# Class Tachycardia.PredicateRaycast

Inheritance: MogreNewt.Raycast
Afficher le fichier Open project: secred/Tachycardia Class Usage Examples

Méthodes publiques

Свойство Type Description
Contacts List
Predicate Predicate

Méthodes publiques

Méthode Description
PredicateRaycast ( Predicate pred ) : System
SortContacts ( ) : void
UserCallback ( MogreNewt body, float distance, System.Vector3 normal, int collisionID ) : bool
UserPreFilterCallback ( MogreNewt body ) : bool

Method Details

PredicateRaycast() public méthode

public PredicateRaycast ( Predicate pred ) : System
pred Predicate
Résultat System

SortContacts() public méthode

public SortContacts ( ) : void
Résultat void

UserCallback() public méthode

public UserCallback ( MogreNewt body, float distance, System.Vector3 normal, int collisionID ) : bool
body MogreNewt
distance float
normal System.Vector3
collisionID int
Résultat bool

UserPreFilterCallback() public méthode

public UserPreFilterCallback ( MogreNewt body ) : bool
body MogreNewt
Résultat bool

Property Details

Contacts public_oe property

public List Contacts
Résultat List

Predicate public_oe property

public Predicate Predicate
Résultat Predicate