コード例 #1
0
 /// <summary>
 /// Get Depth Map texture object.
 /// 获取深度图纹理对象
 /// </summary>
 public Texture2D GetDepthMap()
 {
     return(m_Wrapper.GetDepthMap());
 }