프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SFMovieList | List |
메소드 | 설명 | |
---|---|---|
AddMovie ( Movie movie ) : void | ||
AddToLifecycleEventList ( |
||
AddToReleaseList ( long movieId ) : void | ||
AddValueToReleaseList ( |
||
Advance ( float deltaTime ) : void | ||
ApplyLanguage ( String langName ) : void | ||
CreateMovie ( |
||
Destroy ( ) : void | ||
DestroyMovie ( Movie movie ) : void | ||
Display ( ) : void | ||
DoHitTest ( float x, float y ) : bool | ||
EnableIME ( ) : void | ||
GetBottomMovie ( ) : Movie | ||
GetCommandData ( |
||
GetMovies ( ) : List |
||
GetNumMovies ( ) : int | ||
GetScaleformContentPath ( ) : String | ||
GetTopMovie ( ) : Movie | ||
GetValueData ( |
||
HandleCharEvent ( UnityEngine ev ) : bool | ||
HandleKeyDownEvent ( |
||
HandleKeyDownEvent ( UnityEngine ev ) : bool | ||
HandleKeyUpEvent ( |
||
HandleKeyUpEvent ( UnityEngine ev ) : bool | ||
HandleMouseEvent ( UnityEngine ev ) : bool | ||
HandleMouseMoveEvent ( float x, float y ) : bool | ||
HandleTouchEvent ( UnityEngine touch ) : bool | ||
Init ( ) : void | ||
InstallDelegates ( ) : void | ||
IsSFInitialized ( ) : bool | ||
LogMessage ( String message ) : void | ||
OnExternalInterface ( long MovieID, String command, |
||
OnLogMessage ( String message ) : void | ||
ProcessCommands ( ) : void | ||
QueuedDestroy ( ) : void | ||
ReleaseMoviesMarkedForRelease ( ) : void | ||
ReleaseValuesMarkedForRelease ( ) : void | ||
ReplaceTexture ( long movieId, String textureName, Texture texture ) : bool | ||
SFManager ( |
||
Update ( ) : void |
메소드 | 설명 | |
---|---|---|
AllocateDisplayInfo ( |
||
AllocateImpl ( int numVal ) : |
||
AllocateSharedData ( ) : void | ||
HandleASTraces ( ) : void | ||
PrintAddress ( System o ) : void | ||
RandomNumber ( ) : |
||
SF_ApplyLanguage ( String langName ) : void | ||
SF_ClearCommandBuffer ( int numCommands ) : void | ||
SF_Destroy ( ) : void | ||
SF_DestroyManager ( ) : void | ||
SF_DestroyMovie ( long movieID ) : bool | ||
SF_Display ( ) : bool | ||
SF_EnableIME ( ) : void | ||
SF_Init ( |
||
SF_LoadFontConfig ( String fontConfigPath ) : void | ||
SF_NotifyNativeManager ( long movieID, MovieLifeCycleEvents ev ) : void | ||
SF_ProcessMarkedForDeleteMovies ( ) : bool | ||
SF_ReplaceTexture ( long movieId, String textureName, int textureId, int RTWidth, int RTHeight ) : bool | ||
SF_SetAllocateValues ( SF_AllocateDelegate sf_allocDelegate ) : void | ||
SF_SetDisplayInfoDelegate ( SF_DisplayInfoDelegate sf_doDelegate ) : void | ||
SF_SetExternalInterfaceDelegate ( SF_ExternalInterfaceDelegate sf_eiDelegate ) : void | ||
SF_SetLogDelegate ( SF_LogDelegate sf_logDelegate ) : void | ||
SF_SetNewViewport ( int ox, int oy, int Width, int Height ) : void | ||
SF_SetSharedData ( |
public AddToLifecycleEventList ( |
||
ev | ||
리턴 | void |
static public AddValueToReleaseList ( |
||
valIntPtr | ||
리턴 | void |
public CreateMovie ( |
||
creationParams | ||
MovieClassType | ||
리턴 | Movie |
public GetCommandData ( |
||
pqueue | ||
리턴 | SFCommand |
public static GetValueData ( |
||
pqueue | ||
리턴 | Value |
public HandleKeyDownEvent ( |
||
code | ||
mod | ||
keyboardIndex | int | |
리턴 | bool |
public HandleKeyDownEvent ( UnityEngine ev ) : bool | ||
ev | UnityEngine | |
리턴 | bool |
public HandleKeyUpEvent ( |
||
code | ||
mod | ||
keyboardIndex | int | |
리턴 | bool |
public HandleMouseMoveEvent ( float x, float y ) : bool | ||
x | float | |
y | float | |
리턴 | bool |
public HandleTouchEvent ( UnityEngine touch ) : bool | ||
touch | UnityEngine | |
리턴 | bool |
public OnExternalInterface ( long MovieID, String command, |
||
MovieID | long | |
command | String | |
ptr | ||
numArgs | int | |
valueSize | int | |
리턴 | void |
static public ReleaseValuesMarkedForRelease ( ) : void | ||
리턴 | void |
public ReplaceTexture ( long movieId, String textureName, Texture texture ) : bool | ||
movieId | long | |
textureName | String | |
texture | Texture | |
리턴 | bool |
public SFManager ( |
||
initParams | ||
리턴 | UnityEngine |