예제 #1
0
		extern static int  dx_MV1SetMeshSpcColorScale( int  MHandle, int  MeshIndex, COLOR_F  Scale);
예제 #2
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		extern static int  dx_MV1SetFrameAmbColorScale_x64( int  MHandle, int  FrameIndex, COLOR_F  Scale);
예제 #3
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		extern static int  dx_MV1SetMeshAmbColorScale_x64( int  MHandle, int  MeshIndex, COLOR_F  Scale);
예제 #4
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		extern static int  dx_MV1SetMaterialOutLineColorAll_x64( int  MHandle, COLOR_F  Color);
예제 #5
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		public static int  MV1SetMaterialOutLineColor( int  MHandle, int  MaterialIndex, COLOR_F  Color)
		{
			if( System.IntPtr.Size == 4 )
			{
				return dx_MV1SetMaterialOutLineColor_x86( MHandle , MaterialIndex , Color );
			}
			else
			{
				return dx_MV1SetMaterialOutLineColor_x64( MHandle , MaterialIndex , Color );
			}
		}
예제 #6
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		extern static int  dx_MV1SetEmiColorScale_x86( int  MHandle, COLOR_F  Scale);
예제 #7
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		extern static int  dx_MV1SetAmbColorScale_x64( int  MHandle, COLOR_F  Scale);
예제 #8
0
		public static int  SetLightAmbColorHandle( int  LHandle, COLOR_F  Color)
		{
			return dx_SetLightAmbColorHandle( LHandle , Color );
		}
예제 #9
0
		extern static int  dx_MV1SetSpcColorScale( int  MHandle, COLOR_F  Scale);
예제 #10
0
		public static int  SetLightAmbColor( COLOR_F  Color)
		{
			return dx_SetLightAmbColor( Color );
		}
예제 #11
0
		extern static int  dx_SetLightDifColorHandle( int  LHandle, COLOR_F  Color);
예제 #12
0
		extern static int  dx_SetLightDifColor( COLOR_F  Color);
예제 #13
0
		public static int  SetGlobalAmbientLight( COLOR_F  Color)
		{
			return dx_SetGlobalAmbientLight( Color );
		}
예제 #14
0
		public static int  MV1SetMeshAmbColorScale( int  MHandle, int  MeshIndex, COLOR_F  Scale)
		{
			return dx_MV1SetMeshAmbColorScale( MHandle , MeshIndex , Scale );
		}
예제 #15
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		extern static int  dx_SetLightAmbColorHandle_x64( int  LHandle, COLOR_F  Color);
예제 #16
0
		public static int  MV1SetAmbColorScale( int  MHandle, COLOR_F  Scale)
		{
			return dx_MV1SetAmbColorScale( MHandle , Scale );
		}
예제 #17
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		public static int  SetLightAmbColorHandle( int  LHandle, COLOR_F  Color)
		{
			if( System.IntPtr.Size == 4 )
			{
				return dx_SetLightAmbColorHandle_x86( LHandle , Color );
			}
			else
			{
				return dx_SetLightAmbColorHandle_x64( LHandle , Color );
			}
		}
예제 #18
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		extern static int  dx_SetGlobalAmbientLight_x64( COLOR_F  Color);
예제 #19
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		public static int  MV1SetEmiColorScale( int  MHandle, COLOR_F  Scale)
		{
			if( System.IntPtr.Size == 4 )
			{
				return dx_MV1SetEmiColorScale_x86( MHandle , Scale );
			}
			else
			{
				return dx_MV1SetEmiColorScale_x64( MHandle , Scale );
			}
		}
예제 #20
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		public static int  SetGlobalAmbientLight( COLOR_F  Color)
		{
			if( System.IntPtr.Size == 4 )
			{
				return dx_SetGlobalAmbientLight_x86( Color );
			}
			else
			{
				return dx_SetGlobalAmbientLight_x64( Color );
			}
		}
예제 #21
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		extern static int  dx_MV1SetMaterialAmbColor_x86( int  MHandle, int  MaterialIndex, COLOR_F  Color);
예제 #22
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		extern static int  dx_SetLightSpcColor_x86( COLOR_F  Color);
예제 #23
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		extern static int  dx_MV1SetMaterialOutLineColor_x64( int  MHandle, int  MaterialIndex, COLOR_F  Color);
예제 #24
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		extern static int  dx_SetLightAmbColor_x64( COLOR_F  Color);
예제 #25
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		extern static int  dx_MV1SetFrameEmiColorScale_x86( int  MHandle, int  FrameIndex, COLOR_F  Scale);
예제 #26
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		public static int  SetLightAmbColor( COLOR_F  Color)
		{
			if( System.IntPtr.Size == 4 )
			{
				return dx_SetLightAmbColor_x86( Color );
			}
			else
			{
				return dx_SetLightAmbColor_x64( Color );
			}
		}
예제 #27
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		extern static int  dx_MV1SetMeshEmiColorScale_x86( int  MHandle, int  MeshIndex, COLOR_F  Scale);
예제 #28
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		extern static int  dx_SetLightSpcColorHandle_x86( int  LHandle, COLOR_F  Color);
예제 #29
0
파일: DxDLL.cs 프로젝트: Rare25/BarrageDX
		public static int  MV1SetMeshAmbColorScale( int  MHandle, int  MeshIndex, COLOR_F  Scale)
		{
			if( System.IntPtr.Size == 4 )
			{
				return dx_MV1SetMeshAmbColorScale_x86( MHandle , MeshIndex , Scale );
			}
			else
			{
				return dx_MV1SetMeshAmbColorScale_x64( MHandle , MeshIndex , Scale );
			}
		}
예제 #30
0
		public static int  MV1SetFrameAmbColorScale( int  MHandle, int  FrameIndex, COLOR_F  Scale)
		{
			return dx_MV1SetFrameAmbColorScale( MHandle , FrameIndex , Scale );
		}