C# Class SpriteCollider, tutorials

Inheritance: RootObject
Afficher le fichier Open project: poeticmatter/tutorials Class Usage Examples

Méthodes publiques

Свойство Type Description
collisionMask UnityEngine.Texture2D
pixelCollision bool

Méthodes publiques

Méthode Description
Awake ( ) : void
collidesWith ( SpriteCollider, other ) : bool
getBounds ( ) : Bounds2D,

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

collidesWith() public méthode

public collidesWith ( SpriteCollider, other ) : bool
other SpriteCollider,
Résultat bool

getBounds() public méthode

public getBounds ( ) : Bounds2D,
Résultat Bounds2D,

Property Details

collisionMask public_oe property

public Texture2D,UnityEngine collisionMask
Résultat UnityEngine.Texture2D

pixelCollision public_oe property

public bool pixelCollision
Résultat bool