C# 클래스 TweetManager, hackjunction-multitaction-demo

상속: MonoBehaviour
파일 보기 프로젝트 열기: futurice/hackjunction-multitaction-demo 1 사용 예제들

공개 메소드들

메소드 설명
CreateTweets ( string query, Vector3 worldPosition ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
GetOrthographicBoundsForCamera ( Camera camera ) : Bounds
GetRandomPointOnCircle ( Vector3 center, float angle, float radius ) : Vector3
InstantiateTweetObject ( Tweet, t, Vector3 worldPosition ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

CreateTweets() 공개 메소드

public CreateTweets ( string query, Vector3 worldPosition ) : void
query string
worldPosition Vector3
리턴 void