C# Class OpeningLANScene, Unity-ITGHD

Inheritance: MonoBehaviour
ファイルを表示 Open project: BenouKat/Unity-ITGHD

Public Properties

Property Type Description
ErrorButtonPos Rect
ErrorPos Rect
audioS UnityEngine.AudioSource
cache GameObject
cacheInfo Rect
cameraPos1 Transform
cameraPos2 Transform
error bool
errorInfo Rect
infoOption Rect
infoOptionReverse Rect
infoRound Rect
labelInfoMaster Rect
labelInfoSongDiff Rect
labelMaster Rect
labelRound Rect
labelSongDiff Rect
limitAlphaClign float
maxDegreePingPong float
optionCube GameObject[]
optionJoinCube GameObject[]
posBack Rect
posBackMaster Rect
posBackSongDiff Rect
posButtonBack Rect
posButtonConfirm Rect
posForw Rect
posForwMaster Rect
posForwSongDiff Rect
posJoiningLabel Rect
posOptionSelected Rect
posTitleOption Rect
posTitleOptionReverse Rect
psFlash ParticleSystem
ratioNotSelected float
ring GameObject
ringJoin GameObject
rotationBase Quaternion
rotationSpeed float
selectedMaterial Material
skin UnityEngine.GUISkin
speedAlphaCling float
speedAlphaDisappearTitle float
speedAlphaOption float
speedAlphaTitle float
speedPingPongRotation float
speedShining float
speedTransitionRotation float
speedTransitionTranslation float
tex Texture2D>.Dictionary
textFieldIP Rect
textFieldRound Rect

Public Methods

Method Description
OnGUI ( ) : void
OnGUIChoose ( ) : void
OnGUIError ( ) : void
OnGUIJoinEntering ( ) : void
OnGUIOptionChoose ( ) : void
OnGUISelectMode ( ) : void
Start ( ) : void
TestShort ( ) : void
Update ( ) : void
isEntryJoinValid ( ) : bool
isRoundNumberValid ( ) : bool
roomTransition ( ) : IEnumerator

Private Methods

Method Description
soundVolume ( bool up ) : IEnumerator

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

OnGUIChoose() public method

public OnGUIChoose ( ) : void
return void

OnGUIError() public method

public OnGUIError ( ) : void
return void

OnGUIJoinEntering() public method

public OnGUIJoinEntering ( ) : void
return void

OnGUIOptionChoose() public method

public OnGUIOptionChoose ( ) : void
return void

OnGUISelectMode() public method

public OnGUISelectMode ( ) : void
return void

Start() public method

public Start ( ) : void
return void

TestShort() public method

public TestShort ( ) : void
return void

Update() public method

public Update ( ) : void
return void

isEntryJoinValid() public method

public isEntryJoinValid ( ) : bool
return bool

isRoundNumberValid() public method

public isRoundNumberValid ( ) : bool
return bool

roomTransition() public method

public roomTransition ( ) : IEnumerator
return IEnumerator

Property Details

ErrorButtonPos public_oe property

public Rect ErrorButtonPos
return Rect

ErrorPos public_oe property

public Rect ErrorPos
return Rect

audioS public_oe property

public AudioSource,UnityEngine audioS
return UnityEngine.AudioSource

cache public_oe property

public GameObject cache
return GameObject

cacheInfo public_oe property

public Rect cacheInfo
return Rect

cameraPos1 public_oe property

public Transform cameraPos1
return Transform

cameraPos2 public_oe property

public Transform cameraPos2
return Transform

error public_oe property

public bool error
return bool

errorInfo public_oe property

public Rect errorInfo
return Rect

infoOption public_oe property

public Rect infoOption
return Rect

infoOptionReverse public_oe property

public Rect infoOptionReverse
return Rect

infoRound public_oe property

public Rect infoRound
return Rect

labelInfoMaster public_oe property

public Rect labelInfoMaster
return Rect

labelInfoSongDiff public_oe property

public Rect labelInfoSongDiff
return Rect

labelMaster public_oe property

public Rect labelMaster
return Rect

labelRound public_oe property

public Rect labelRound
return Rect

labelSongDiff public_oe property

public Rect labelSongDiff
return Rect

limitAlphaClign public_oe property

public float limitAlphaClign
return float

maxDegreePingPong public_oe property

public float maxDegreePingPong
return float

optionCube public_oe property

public GameObject[] optionCube
return GameObject[]

optionJoinCube public_oe property

public GameObject[] optionJoinCube
return GameObject[]

posBack public_oe property

public Rect posBack
return Rect

posBackMaster public_oe property

public Rect posBackMaster
return Rect

posBackSongDiff public_oe property

public Rect posBackSongDiff
return Rect

posButtonBack public_oe property

public Rect posButtonBack
return Rect

posButtonConfirm public_oe property

public Rect posButtonConfirm
return Rect

posForw public_oe property

public Rect posForw
return Rect

posForwMaster public_oe property

public Rect posForwMaster
return Rect

posForwSongDiff public_oe property

public Rect posForwSongDiff
return Rect

posJoiningLabel public_oe property

public Rect posJoiningLabel
return Rect

posOptionSelected public_oe property

public Rect posOptionSelected
return Rect

posTitleOption public_oe property

public Rect posTitleOption
return Rect

posTitleOptionReverse public_oe property

public Rect posTitleOptionReverse
return Rect

psFlash public_oe property

public ParticleSystem psFlash
return ParticleSystem

ratioNotSelected public_oe property

public float ratioNotSelected
return float

ring public_oe property

public GameObject ring
return GameObject

ringJoin public_oe property

public GameObject ringJoin
return GameObject

rotationBase public_oe property

public Quaternion rotationBase
return Quaternion

rotationSpeed public_oe property

public float rotationSpeed
return float

selectedMaterial public_oe property

public Material selectedMaterial
return Material

skin public_oe property

public GUISkin,UnityEngine skin
return UnityEngine.GUISkin

speedAlphaCling public_oe property

public float speedAlphaCling
return float

speedAlphaDisappearTitle public_oe property

public float speedAlphaDisappearTitle
return float

speedAlphaOption public_oe property

public float speedAlphaOption
return float

speedAlphaTitle public_oe property

public float speedAlphaTitle
return float

speedPingPongRotation public_oe property

public float speedPingPongRotation
return float

speedShining public_oe property

public float speedShining
return float

speedTransitionRotation public_oe property

public float speedTransitionRotation
return float

speedTransitionTranslation public_oe property

public float speedTransitionTranslation
return float

tex public_oe property

public Dictionary tex
return Texture2D>.Dictionary

textFieldIP public_oe property

public Rect textFieldIP
return Rect

textFieldRound public_oe property

public Rect textFieldRound
return Rect