C# Class Mine, Hero.Coli

ファイルを表示 Open project: CyberCRI/Hero.Coli Class Usage Examples

Public Properties

Property Type Description
mineName string

Public Methods

Method Description
autoReset ( ) : void
detonate ( ) : void
getX ( ) : float
getZ ( ) : float
isDetonated ( ) : bool
stopAnimation ( ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void
detection ( ) : void

Method Details

autoReset() public method

public autoReset ( ) : void
return void

detonate() public method

public detonate ( ) : void
return void

getX() public method

public getX ( ) : float
return float

getZ() public method

public getZ ( ) : float
return float

isDetonated() public method

public isDetonated ( ) : bool
return bool

stopAnimation() public method

public stopAnimation ( ) : void
return void

Property Details

mineName public_oe property

public string mineName
return string